Skip to content

Commit bb619e7

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 3e941c9 commit bb619e7

File tree

7 files changed

+137
-142
lines changed

7 files changed

+137
-142
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-14_16:12:29
1+
2025-04-15_00:46:38

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^22.14.1",
30-
"@types/react": "^19.1.1",
30+
"@types/react": "^19.1.2",
3131
"@types/react-dom": "^19.1.2",
3232
"typescript": "^5.8.3"
3333
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/react": "^19.1.1",
27+
"@types/react": "^19.1.2",
2828
"@types/react-dom": "^19.1.2",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"typescript": "^5.8.3",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@repo/typescript-config": "workspace:*",
3030
"@testing-library/react": "^16.3.0",
3131
"@types/node": "^22.14.1",
32-
"@types/react": "^19.1.1",
32+
"@types/react": "^19.1.2",
3333
"@types/react-dom": "^19.1.2",
3434
"@vitejs/plugin-react": "^4.3.4",
3535
"@vitest/coverage-v8": "^3.1.1",

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"devDependencies": {
77
"@next/eslint-plugin-next": "^15.3.0",
8-
"@typescript-eslint/eslint-plugin": "^8.29.1",
9-
"@typescript-eslint/parser": "^8.29.1",
8+
"@typescript-eslint/eslint-plugin": "^8.30.1",
9+
"@typescript-eslint/parser": "^8.30.1",
1010
"eslint": "^9.24.0",
1111
"eslint-config-prettier": "^10.1.2",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.0",
1616
"globals": "^16.0.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.29.1"
18+
"typescript-eslint": "^8.30.1"
1919
}
2020
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
2525
"@types/node": "^22.14.1",
26-
"@types/react": "^19.1.1",
26+
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.2",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"@vitest/coverage-v8": "^3.1.1",

0 commit comments

Comments
 (0)