Skip to content

Commit 3d5f92d

Browse files
Rel1cxCopilot
andauthored
refactor: reorganize scripts structure and update dependencies (#1188)
Signed-off-by: REL1CX <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent daaa30c commit 3d5f92d

File tree

18 files changed

+567
-195
lines changed

18 files changed

+567
-195
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.2.3",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.24",
26-
"eslint-plugin-jsdoc": "^54.1.0",
26+
"eslint-plugin-jsdoc": "^54.1.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^60.0.0",

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.40.0",
3434
"@typescript-eslint/utils": "^8.40.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^54.1.0",
36+
"eslint-plugin-jsdoc": "^54.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^60.0.0",

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.6.10",
2323
"lucide-react": "^0.540.0",
24-
"next": "^15.4.6",
24+
"next": "^15.5.0",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.1",
2727
"react-dom": "^19.1.1",
28-
"shiki": "^3.9.2",
28+
"shiki": "^3.11.0",
2929
"tailwind-merge": "^3.3.1",
3030
"twoslash": "^0.3.4"
3131
},

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.4.6",
12+
"next": "^15.5.0",
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.2.0",
1919
"@eslint/js": "^9.33.0",
20-
"@next/eslint-plugin-next": "^15.4.6",
20+
"@next/eslint-plugin-next": "^15.5.0",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",

examples/vite-react-dom-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@tsconfig/vite-react": "^7.0.0",
2424
"@types/react": "^19.1.10",
2525
"@types/react-dom": "^19.1.7",
26-
"@vitejs/plugin-react": "^5.0.0",
26+
"@vitejs/plugin-react": "^5.0.1",
2727
"eslint": "^9.33.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
3131
"typescript-eslint": "^8.40.0",
32-
"vite": "^7.1.2"
32+
"vite": "^7.1.3"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@eslint/js": "^9.33.0",
2121
"@types/react": "^19.1.10",
2222
"@types/react-dom": "^19.1.7",
23-
"@vitejs/plugin-react": "^5.0.0",
23+
"@vitejs/plugin-react": "^5.0.1",
2424
"eslint": "^9.33.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.3.0",
28-
"vite": "^7.1.2"
28+
"vite": "^7.1.3"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.10",
2727
"@types/react-dom": "^19.1.7",
28-
"@vitejs/plugin-react": "^5.0.0",
28+
"@vitejs/plugin-react": "^5.0.1",
2929
"eslint": "^9.33.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-web-api": "workspace:*",
3737
"eslint-plugin-react-x": "workspace:*",
3838
"globals": "^16.3.0",
39-
"vite": "^7.1.2"
39+
"vite": "^7.1.3"
4040
},
4141
"engines": {
4242
"node": ">=18.18.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@tsconfig/vite-react": "^7.0.0",
2626
"@types/react": "^19.1.10",
2727
"@types/react-dom": "^19.1.7",
28-
"@vitejs/plugin-react": "^5.0.0",
28+
"@vitejs/plugin-react": "^5.0.1",
2929
"eslint": "^9.33.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.3.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.9.2",
3535
"typescript-eslint": "^8.40.0",
36-
"vite": "^7.1.2"
36+
"vite": "^7.1.3"
3737
},
3838
"engines": {
3939
"node": ">=18.18.0"

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55+
"@effect/platform": "^0.90.6",
56+
"@effect/platform-node": "^0.96.0",
5557
"@eslint/config-inspector": "^1.2.0",
5658
"@eslint/markdown": "^7.1.0",
5759
"@local/configs": "workspace:*",
5860
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.13.3",
61+
"@swc/core": "^1.13.4",
6062
"@tsconfig/node22": "^22.0.2",
6163
"@tsconfig/strictest": "^2.0.5",
6264
"@types/node": "^24.3.0",
@@ -69,6 +71,7 @@
6971
"cspell": "^9.2.0",
7072
"dedent": "^1.6.0",
7173
"dprint": "^0.50.1",
74+
"effect": "^3.17.8",
7275
"esbuild": "^0.25.9",
7376
"eslint": "^9.33.0",
7477
"eslint-config-flat-gitignore": "^2.1.0",

0 commit comments

Comments
 (0)