Skip to content

Commit 383f00f

Browse files
committed
Upgrade
1 parent ec91fbf commit 383f00f

File tree

10 files changed

+106
-106
lines changed

10 files changed

+106
-106
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
name: Install dependencies
4747
- run: git stash --include-untracked
4848
name: clean up working directory
49-
- name: Generate/update docs
50-
run: pnpm doc
51-
- name: Save docs back to repo
52-
run: git add . && git commit -m "upgrade deps && docs [skip ci]" && git push origin main
49+
# - name: Generate/update docs
50+
# run: pnpm doc
51+
# - name: Save docs back to repo
52+
# run: git add . && git commit -m "upgrade deps && docs [skip ci]" && git push origin main
5353
- name: Update website
5454
continue-on-error: true
5555
run: |

examples/nextjs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"postinstall": "next telemetry disable"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.1.2",
13+
"@mayank1513/fork-me": "^2.1.3",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
15-
"next": "^14.2.4",
16-
"nextjs-themes": "^3.1.3",
17-
"react": "^18.3.1",
18-
"react-dom": "^18.3.1",
15+
"next": "^15.3.2",
16+
"nextjs-themes": "^4.0.6",
17+
"react": "^19.1.0",
18+
"react-dom": "^19.1.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^14.2.4",
23-
"@types/node": "^20.14.5",
24-
"@types/react": "^18.3.3",
25-
"@types/react-dom": "^18.3.0",
22+
"@next/eslint-plugin-next": "^15.3.2",
23+
"@types/node": "^22.15.17",
24+
"@types/react": "^19.1.4",
25+
"@types/react-dom": "^19.1.5",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.4.5"
28+
"typescript": "^5.8.3"
2929
}
3030
}

examples/remix/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@mayank1513/fork-me": "^2.1.2",
15-
"@remix-run/css-bundle": "^2.9.2",
16-
"@remix-run/node": "^2.9.2",
17-
"@remix-run/react": "^2.9.2",
18-
"@remix-run/serve": "^2.9.2",
14+
"@mayank1513/fork-me": "^2.1.3",
15+
"@remix-run/css-bundle": "^2.16.6",
16+
"@remix-run/node": "^2.16.6",
17+
"@remix-run/react": "^2.16.6",
18+
"@remix-run/serve": "^2.16.6",
1919
"esbuild-plugin-react18-css-example": "workspace:*",
20-
"isbot": "5.1.9",
21-
"nextjs-themes": "^3.1.3",
22-
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
20+
"isbot": "5.1.28",
21+
"nextjs-themes": "^4.0.6",
22+
"react": "^19.1.0",
23+
"react-dom": "^19.1.0",
2424
"shared-ui": "workspace:*"
2525
},
2626
"devDependencies": {
27-
"@remix-run/dev": "^2.9.2",
28-
"@remix-run/eslint-config": "^2.9.2",
29-
"@types/react": "^18.3.3",
30-
"@types/react-dom": "^18.3.0",
31-
"eslint": "^9.5.0",
32-
"typescript": "^5.4.5"
27+
"@remix-run/dev": "^2.16.6",
28+
"@remix-run/eslint-config": "^2.16.6",
29+
"@types/react": "^19.1.4",
30+
"@types/react-dom": "^19.1.5",
31+
"eslint": "^9.26.0",
32+
"typescript": "^5.8.3"
3333
},
3434
"engines": {
3535
"node": ">=18.0.0"

examples/vite/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.1.2",
13+
"@mayank1513/fork-me": "^2.1.3",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
15-
"nextjs-themes": "^3.1.3",
16-
"react": "^18.3.1",
17-
"react-dom": "^18.3.1",
15+
"nextjs-themes": "^4.0.6",
16+
"react": "^19.1.0",
17+
"react-dom": "^19.1.0",
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.3.3",
22-
"@types/react-dom": "^18.3.0",
23-
"@typescript-eslint/eslint-plugin": "^7.13.1",
24-
"@typescript-eslint/parser": "^7.13.1",
25-
"@vitejs/plugin-react-swc": "^3.7.0",
26-
"eslint": "^9.5.0",
27-
"eslint-plugin-react-hooks": "^4.6.2",
28-
"eslint-plugin-react-refresh": "^0.4.7",
29-
"typescript": "^5.4.5",
30-
"vite": "^5.3.1"
21+
"@types/react": "^19.1.4",
22+
"@types/react-dom": "^19.1.5",
23+
"@typescript-eslint/eslint-plugin": "^8.32.1",
24+
"@typescript-eslint/parser": "^8.32.1",
25+
"@vitejs/plugin-react-swc": "^3.9.0",
26+
"eslint": "^9.26.0",
27+
"eslint-plugin-react-hooks": "^5.2.0",
28+
"eslint-plugin-react-refresh": "^0.4.20",
29+
"typescript": "^5.8.3",
30+
"vite": "^6.3.5"
3131
}
3232
}

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"lint": "eslint ."
2424
},
2525
"devDependencies": {
26-
"@testing-library/react": "^16.0.0",
27-
"@turbo/gen": "^2.0.4",
28-
"@types/node": "^20.14.5",
29-
"@types/react": "^18.3.3",
30-
"@types/react-dom": "^18.3.0",
31-
"@vitejs/plugin-react": "^4.3.1",
32-
"@vitest/coverage-v8": "^1.6.0",
26+
"@testing-library/react": "^16.3.0",
27+
"@turbo/gen": "^2.5.3",
28+
"@types/node": "^22.15.17",
29+
"@types/react": "^19.1.4",
30+
"@types/react-dom": "^19.1.5",
31+
"@vitejs/plugin-react": "^4.4.1",
32+
"@vitest/coverage-v8": "^3.1.3",
3333
"esbuild-plugin-css-module": "^0.1.0",
34-
"esbuild-plugin-react18": "^0.2.4",
34+
"esbuild-plugin-react18": "^0.2.6",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
37-
"jsdom": "^24.1.0",
38-
"octokit": "^4.0.2",
39-
"react": "^18.3.1",
37+
"jsdom": "^26.1.0",
38+
"octokit": "^4.1.3",
39+
"react": "^19.1.0",
4040
"tsconfig": "workspace:*",
41-
"tsup": "^8.1.0",
42-
"typedoc": "^0.25.13",
43-
"typescript": "^5.4.5",
44-
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.6.0"
41+
"tsup": "^8.4.0",
42+
"typedoc": "^0.28.4",
43+
"typescript": "^5.8.3",
44+
"vite-tsconfig-paths": "^5.1.4",
45+
"vitest": "^3.1.3"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "16.8 - 18",

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"lint": "eslint ."
2525
},
2626
"dependencies": {
27-
"autoprefixer": "^10.4.19",
28-
"postcss": "^8.4.38",
29-
"postcss-modules": "^6.0.0",
30-
"sass": "^1.77.6"
27+
"autoprefixer": "^10.4.21",
28+
"postcss": "^8.5.3",
29+
"postcss-modules": "^6.0.1",
30+
"sass": "^1.88.0"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^20.14.5",
34-
"@vitest/coverage-v8": "^1.6.0",
35-
"esbuild": "^0.21.5",
36-
"octokit": "^4.0.2",
33+
"@types/node": "^22.15.17",
34+
"@vitest/coverage-v8": "^3.1.3",
35+
"esbuild": "^0.25.4",
36+
"octokit": "^4.1.3",
3737
"tiny-glob": "^0.2.9",
38-
"tsup": "^8.1.0",
39-
"typedoc": "^0.25.13",
40-
"typedoc-plugin-inline-sources": "^1.0.2",
41-
"typedoc-plugin-mdn-links": "^3.1.30",
42-
"typedoc-plugin-missing-exports": "^2.3.0",
43-
"typedoc-plugin-rename-defaults": "^0.7.0",
44-
"typedoc-plugin-zod": "^1.1.2",
45-
"typescript": "^5.4.5",
46-
"vitest": "^1.6.0"
38+
"tsup": "^8.4.0",
39+
"typedoc": "^0.28.4",
40+
"typedoc-plugin-inline-sources": "^1.3.0",
41+
"typedoc-plugin-mdn-links": "^5.0.2",
42+
"typedoc-plugin-missing-exports": "^4.0.0",
43+
"typedoc-plugin-rename-defaults": "^0.7.3",
44+
"typedoc-plugin-zod": "^1.4.1",
45+
"typescript": "^5.8.3",
46+
"vitest": "^3.1.3"
4747
},
4848
"funding": {
4949
"type": "github",

lib/example2/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"lint": "eslint ."
2424
},
2525
"devDependencies": {
26-
"@testing-library/react": "^16.0.0",
27-
"@turbo/gen": "^2.0.4",
28-
"@types/node": "^20.14.5",
29-
"@types/react": "^18.3.3",
30-
"@types/react-dom": "^18.3.0",
31-
"@vitejs/plugin-react": "^4.3.1",
32-
"@vitest/coverage-v8": "^1.6.0",
26+
"@testing-library/react": "^16.3.0",
27+
"@turbo/gen": "^2.5.3",
28+
"@types/node": "^22.15.17",
29+
"@types/react": "^19.1.4",
30+
"@types/react-dom": "^19.1.5",
31+
"@vitejs/plugin-react": "^4.4.1",
32+
"@vitest/coverage-v8": "^3.1.3",
3333
"esbuild-plugin-css-module": "^0.1.0",
34-
"esbuild-plugin-react18": "^0.2.4",
34+
"esbuild-plugin-react18": "^0.2.6",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
37-
"jsdom": "^24.1.0",
38-
"octokit": "^4.0.2",
39-
"react": "^18.3.1",
37+
"jsdom": "^26.1.0",
38+
"octokit": "^4.1.3",
39+
"react": "^19.1.0",
4040
"tsconfig": "workspace:*",
41-
"tsup": "^8.1.0",
42-
"typedoc": "^0.25.13",
43-
"typescript": "^5.4.5",
44-
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.6.0"
41+
"tsup": "^8.4.0",
42+
"typedoc": "^0.28.4",
43+
"typescript": "^5.8.3",
44+
"vite-tsconfig-paths": "^5.1.4",
45+
"vitest": "^3.1.3"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "16.8 - 18",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,css,scss}\""
1010
},
1111
"devDependencies": {
12-
"@changesets/cli": "^2.27.12",
13-
"eslint": "^9.19.0",
14-
"prettier": "^3.4.2",
12+
"@changesets/cli": "^2.29.4",
13+
"eslint": "^9.26.0",
14+
"prettier": "^3.5.3",
1515
"tsconfig": "workspace:*",
16-
"turbo": "^2.4.0"
16+
"turbo": "^2.5.3"
1717
},
1818
"name": "esbuild-plugin-react18-css",
1919
"packageManager": "[email protected]"

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"private": true,
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint-config-turbo": "^2.0.4"
8+
"eslint-config-turbo": "^2.5.3"
99
}
1010
}

packages/shared-ui/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"lint": "eslint ."
1111
},
1212
"devDependencies": {
13-
"@mayank1513/fork-me": "^2.1.2",
14-
"@types/node": "^20.14.5",
15-
"@types/react": "^18.3.3",
16-
"@types/react-dom": "^18.3.0",
13+
"@mayank1513/fork-me": "^2.1.3",
14+
"@types/node": "^22.15.17",
15+
"@types/react": "^19.1.4",
16+
"@types/react-dom": "^19.1.5",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^14.2.4",
20-
"nextjs-themes": "^3.1.3",
21-
"react": "^18.3.1",
19+
"next": "^15.3.2",
20+
"nextjs-themes": "^4.0.6",
21+
"react": "^19.1.0",
2222
"tsconfig": "workspace:*",
23-
"typescript": "5.4.5"
23+
"typescript": "5.8.3"
2424
},
2525
"dependencies": {
26-
"eslint": "^9.5.0"
26+
"eslint": "^9.26.0"
2727
}
2828
}

0 commit comments

Comments
 (0)