Skip to content

Commit 235bc7d

Browse files
committed
chore: update deps
1 parent 87f9bcb commit 235bc7d

File tree

7 files changed

+172
-277
lines changed

7 files changed

+172
-277
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config-monorepo",
33
"version": "1.0.5",
44
"private": true,
5-
"packageManager": "pnpm@8.6.11",
5+
"packageManager": "pnpm@8.6.12",
66
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
77
"license": "MIT",
88
"scripts": {

packages/eslint-config-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint": ">=7.4.0"
2020
},
2121
"dependencies": {
22-
"eslint-define-config": "^1.22.0",
22+
"eslint-define-config": "^1.23.0",
2323
"eslint-plugin-coderwyd": "workspace:*",
2424
"eslint-plugin-eslint-comments": "^3.2.0",
2525
"eslint-plugin-html": "^7.1.0",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@coderwyd/eslint-config-ts": "workspace:*",
23-
"eslint-define-config": "^1.22.0",
23+
"eslint-define-config": "^1.23.0",
2424
"eslint-plugin-react": "^7.33.1",
2525
"eslint-plugin-react-hooks": "^4.6.0"
2626
},

packages/eslint-config-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@coderwyd/eslint-config-basic": "workspace:*",
21-
"@typescript-eslint/eslint-plugin": "^6.2.1",
22-
"@typescript-eslint/parser": "^6.2.1",
23-
"eslint-define-config": "^1.22.0",
21+
"@typescript-eslint/eslint-plugin": "^6.3.0",
22+
"@typescript-eslint/parser": "^6.3.0",
23+
"eslint-define-config": "^1.23.0",
2424
"eslint-plugin-jest": "^27.2.3",
2525
"typescript": "^5.1.6"
2626
},

packages/eslint-config-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@coderwyd/eslint-config-basic": "workspace:*",
1919
"@coderwyd/eslint-config-ts": "workspace:*",
20-
"eslint-define-config": "^1.22.0",
20+
"eslint-define-config": "^1.23.0",
2121
"eslint-plugin-vue": "^9.16.1",
2222
"local-pkg": "^0.4.3"
2323
},

packages/eslint-plugin-coderwyd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"prepublishOnly": "nr build"
1919
},
2020
"dependencies": {
21-
"@typescript-eslint/utils": "^6.2.1"
21+
"@typescript-eslint/utils": "^6.3.0"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^20.4.5",
24+
"@types/node": "^20.4.8",
2525
"@typescript-eslint/rule-tester": "^6.3.0",
2626
"unbuild": "^1.2.1",
2727
"vitest": "^0.34.1"

0 commit comments

Comments
 (0)