Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 0075280 commit 4a15b90
Show file tree
Hide file tree
Showing 7 changed files with 458 additions and 196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@dg-scripts/eslint-config": "^5.21.1",
"@dg-scripts/stylelint-config": "^5.21.1",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mortal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-basis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.1",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
Expand Down
642 changes: 452 additions & 190 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 4a15b90

Please sign in to comment.