Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard committed Aug 25, 2023
1 parent 2bdaa95 commit cfb02ed
Show file tree
Hide file tree
Showing 7 changed files with 1,583 additions and 1,226 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"url": "git+https://github.com/BedrockStreaming/eslint-tools.git"
},
"dependencies": {
"eslint": "^7.32.0",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-testing-library": "^5.0.3"
"eslint": "^8.47.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-testing-library": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
],
"dependencies": {
"@bedrockstreaming/eslint-config": "^4.0.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "next"
}
}
11 changes: 6 additions & 5 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
],
"dependencies": {
"@bedrockstreaming/eslint-config": "^4.0.4",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^7.20.0",
"vue-eslint-parser": "^8.0.1"
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-vue": "^9.17.0",
"vue-eslint-parser": "^9.3.1"
},
"peerDependencies": {
"babel-eslint": "^10.0.1"
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
],
"dependencies": {
"@bedrockstreaming/prettier-config": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "~2.4.1",
"prettier-eslint-cli": "^5.0.1"
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "~3.0.2",
"prettier-eslint-cli": "^7.1.0"
}
}
3 changes: 3 additions & 0 deletions tests/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dependencies": {
"react": "17.0.2"
},
"devDependencies": {
"@types/react": "18.2.21"
}
}
5 changes: 4 additions & 1 deletion tests/vue/components/footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
</div>
</footer>
</template>
<script lang="ts" src="./index.ts"></script>
<script lang="ts" src="./index.ts"></script>



<style lang="scss" scoped src="./index.scss"></style>
Loading

0 comments on commit cfb02ed

Please sign in to comment.