Skip to content

Commit 07762f8

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 1b3187c commit 07762f8

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-09_16:32:53
1+
2025-06-10_02:02:43

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.3.3",
2323
"@types/node": "^22.15.30",
24-
"@types/react": "^19.1.6",
24+
"@types/react": "^19.1.7",
2525
"@types/react-dom": "^19.1.6",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^19.1.6",
21+
"@types/react": "^19.1.7",
2222
"@types/react-dom": "^19.1.6",
23-
"@typescript-eslint/eslint-plugin": "^8.33.1",
24-
"@typescript-eslint/parser": "^8.33.1",
25-
"@vitejs/plugin-react-swc": "^3.10.1",
23+
"@typescript-eslint/eslint-plugin": "^8.34.0",
24+
"@typescript-eslint/parser": "^8.34.0",
25+
"@vitejs/plugin-react-swc": "^3.10.2",
2626
"eslint": "^9.28.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",
2828
"eslint-plugin-react-refresh": "^0.4.20",

lib/esbuild-plugin-react18-css-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.4",
2828
"@types/node": "^22.15.30",
29-
"@types/react": "^19.1.6",
29+
"@types/react": "^19.1.7",
3030
"@types/react-dom": "^19.1.6",
31-
"@vitejs/plugin-react": "^4.5.1",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"@vitest/coverage-v8": "^3.2.3",
3333
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.2.6",

lib/esbuild-plugin-react18-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoprefixer": "^10.4.21",
2828
"postcss": "^8.5.4",
2929
"postcss-modules": "^6.0.1",
30-
"sass": "^1.89.1"
30+
"sass": "^1.89.2"
3131
},
3232
"devDependencies": {
3333
"@types/node": "^22.15.30",

lib/example2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.4",
2828
"@types/node": "^22.15.30",
29-
"@types/react": "^19.1.6",
29+
"@types/react": "^19.1.7",
3030
"@types/react-dom": "^19.1.6",
31-
"@vitejs/plugin-react": "^4.5.1",
31+
"@vitejs/plugin-react": "^4.5.2",
3232
"@vitest/coverage-v8": "^3.2.3",
3333
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.2.6",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"@types/node": "^22.15.30",
15-
"@types/react": "^19.1.6",
15+
"@types/react": "^19.1.7",
1616
"@types/react-dom": "^19.1.6",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",

0 commit comments

Comments
 (0)