Skip to content

Commit be54fdb

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 135f944 commit be54fdb

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-27_16:31:45
1+
2025-05-28_01:59:12

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.3.2",
23-
"@types/node": "^22.15.21",
23+
"@types/node": "^22.15.23",
2424
"@types/react": "^19.1.6",
2525
"@types/react-dom": "^19.1.5",
2626
"eslint-config-custom": "workspace:*",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@types/react": "^19.1.6",
2222
"@types/react-dom": "^19.1.5",
23-
"@typescript-eslint/eslint-plugin": "^8.32.1",
24-
"@typescript-eslint/parser": "^8.32.1",
23+
"@typescript-eslint/eslint-plugin": "^8.33.0",
24+
"@typescript-eslint/parser": "^8.33.0",
2525
"@vitejs/plugin-react-swc": "^3.10.0",
2626
"eslint": "^9.27.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.3",
28-
"@types/node": "^22.15.21",
28+
"@types/node": "^22.15.23",
2929
"@types/react": "^19.1.6",
3030
"@types/react-dom": "^19.1.5",
3131
"@vitejs/plugin-react": "^4.5.0",
@@ -35,7 +35,7 @@
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^26.1.0",
38-
"octokit": "^5.0.2",
38+
"octokit": "^5.0.3",
3939
"react": "^19.1.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"sass": "^1.89.0"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^22.15.21",
33+
"@types/node": "^22.15.23",
3434
"@vitest/coverage-v8": "^3.1.4",
3535
"esbuild": "^0.25.5",
36-
"octokit": "^5.0.2",
36+
"octokit": "^5.0.3",
3737
"tiny-glob": "^0.2.9",
3838
"tsup": "^8.5.0",
3939
"typedoc": "^0.28.5",

lib/example2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.3",
28-
"@types/node": "^22.15.21",
28+
"@types/node": "^22.15.23",
2929
"@types/react": "^19.1.6",
3030
"@types/react-dom": "^19.1.5",
3131
"@vitejs/plugin-react": "^4.5.0",
@@ -35,7 +35,7 @@
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^26.1.0",
38-
"octokit": "^5.0.2",
38+
"octokit": "^5.0.3",
3939
"react": "^19.1.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
14-
"@types/node": "^22.15.21",
14+
"@types/node": "^22.15.23",
1515
"@types/react": "^19.1.6",
1616
"@types/react-dom": "^19.1.5",
1717
"esbuild-plugin-react18-css-example": "workspace:*",

0 commit comments

Comments
 (0)