Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowatcher committed Sep 24, 2024
1 parent f2a2a33 commit 737c740
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 98 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@rainbowatcher/eslint-config-vue": "workspace:*",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"@vitest/ui": "^2.1.1",
"commitlint": "^19.5.0",
"conventional-changelog-cli": "^5.0.0",
"cross-release-cli": "0.1.0",
"dedent": "^1.5.3",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-typegen": "^0.3.2",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": ">=9.11.0"
},
"dependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@rainbowatcher/eslint-config-shared": "workspace:*",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-jsx": "^2.8.0",
Expand All @@ -39,7 +39,7 @@
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@stylistic/eslint-plugin-jsx": "^2.8.0",
"@stylistic/eslint-plugin-plus": "^2.8.0",
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint-plugin-antfu": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@rainbowatcher/eslint-config-shared": "workspace:*",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-processor-vue-blocks": "^0.1.2"
Expand Down
Loading

0 comments on commit 737c740

Please sign in to comment.