Skip to content

Commit 8c31f3c

Browse files
committed
Update deps
1 parent decb35b commit 8c31f3c

File tree

6 files changed

+183
-183
lines changed

6 files changed

+183
-183
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@next/eslint-plugin-next": "^15.3.3",
3535
"@repo/eslint-config": "workspace:*",
3636
"@repo/typescript-config": "workspace:*",
37-
"@types/node": "^22.15.27",
37+
"@types/node": "^22.15.29",
3838
"@types/react": "^19.1.6",
3939
"@types/react-dom": "^19.1.5",
4040
"typescript": "^5.8.3"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@repo/eslint-config": "workspace:*",
3838
"@repo/typescript-config": "workspace:*",
3939
"@types/jsdom": "^21.1.7",
40-
"@types/node": "^22.15.27",
40+
"@types/node": "^22.15.29",
4141
"@vitest/coverage-v8": "^3.1.4",
4242
"docx": "^9.5.0",
4343
"esbuild-plugin-rdi": "^0.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"devDependencies": {
2121
"@changesets/cli": "^2.29.4",
2222
"@repo/typescript-config": "workspace:*",
23-
"@types/node": "^22.15.27",
23+
"@types/node": "^22.15.29",
2424
"enquirer": "^2.4.1",
2525
"prettier": "^3.5.3",
26-
"turbo": "^2.5.3"
26+
"turbo": "^2.5.4"
2727
},
2828
"packageManager": "pnpm@10.11.0",
2929
"engines": {

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"@next/eslint-plugin-next": "^15.3.3",
88
"@typescript-eslint/eslint-plugin": "^8.33.0",
99
"@typescript-eslint/parser": "^8.33.0",
10-
"eslint": "^9.27.0",
10+
"eslint": "^9.28.0",
1111
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.0",
15-
"eslint-plugin-turbo": "^2.5.3",
15+
"eslint-plugin-turbo": "^2.5.4",
1616
"globals": "^16.2.0",
1717
"typescript": "^5.8.3",
1818
"typescript-eslint": "^8.33.0"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/scripts": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@testing-library/react": "^16.3.0",
26-
"@types/node": "^22.15.27",
26+
"@types/node": "^22.15.29",
2727
"@types/react": "^19.1.6",
2828
"@types/react-dom": "^19.1.5",
2929
"@vitejs/plugin-react": "^4.5.0",

0 commit comments

Comments
 (0)