Skip to content

Commit e159024

Browse files
committed
chore: update dependencies
1 parent 8854911 commit e159024

File tree

8 files changed

+63
-63
lines changed

8 files changed

+63
-63
lines changed

examples/app-router/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"dependencies": {
1212
"@mayank1513/fork-me": "^2.1.2",
13-
"next": "^14.2.2",
13+
"next": "^14.2.4",
1414
"nextjs-themes": "workspace:*",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
1717
"shared-ui": "workspace:*"
1818
},
1919
"devDependencies": {
20-
"@next/eslint-plugin-next": "^14.2.2",
21-
"@types/node": "^20.12.7",
22-
"@types/react": "^18.2.79",
23-
"@types/react-dom": "^18.2.25",
20+
"@next/eslint-plugin-next": "^14.2.4",
21+
"@types/node": "^20.14.2",
22+
"@types/react": "^18.3.3",
23+
"@types/react-dom": "^18.3.0",
2424
"eslint-config-custom": "workspace:*",
2525
"tsconfig": "workspace:*",
2626
"typescript": "^5.4.5"

examples/pages-router/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^14.2.2",
12+
"next": "^14.2.4",
1313
"nextjs-themes": "workspace:*",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0",
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1",
1616
"shared-ui": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.12.7",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
19+
"@types/node": "^20.14.2",
20+
"@types/react": "^18.3.3",
21+
"@types/react-dom": "^18.3.0",
2222
"eslint-config-custom": "workspace:*",
2323
"tsconfig": "workspace:*",
2424
"typescript": "^5.4.5"

examples/simple-multi-theme/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^14.2.2",
12+
"next": "^14.2.4",
1313
"nextjs-themes": "workspace:*",
14-
"react": "^18.2.0",
15-
"react-dom": "^18.2.0",
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1",
1616
"shared-ui": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.12.7",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
19+
"@types/node": "^20.14.2",
20+
"@types/react": "^18.3.3",
21+
"@types/react-dom": "^18.3.0",
2222
"eslint-config-custom": "workspace:*",
2323
"tsconfig": "workspace:*",
2424
"typescript": "^5.4.5"

examples/tailwind/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@mayank1513/fork-me": "^2.1.2",
13-
"next": "14.2.2",
13+
"next": "14.2.4",
1414
"nextjs-themes": "workspace:*",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.12.7",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
19+
"@types/node": "^20.14.2",
20+
"@types/react": "^18.3.3",
21+
"@types/react-dom": "^18.3.0",
2222
"autoprefixer": "^10.4.19",
23-
"eslint": "^9.1.0",
23+
"eslint": "^9.4.0",
2424
"eslint-config-custom": "workspace:*",
2525
"postcss": "^8.4.38",
26-
"tailwindcss": "^3.4.3",
26+
"tailwindcss": "^3.4.4",
2727
"tsconfig": "workspace:*",
2828
"typescript": "^5.4.5"
2929
}

examples/vite/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"dependencies": {
1313
"@mayank1513/fork-me": "^2.1.2",
1414
"nextjs-themes": "workspace:*",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"react-router-dom": "^6.22.3",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
17+
"react-router-dom": "^6.23.1",
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.2.79",
22-
"@types/react-dom": "^18.2.25",
23-
"@typescript-eslint/eslint-plugin": "^7.7.0",
24-
"@typescript-eslint/parser": "^7.7.0",
25-
"@vitejs/plugin-react-swc": "^3.6.0",
26-
"eslint": "^9.1.0",
27-
"eslint-plugin-react-hooks": "^4.6.0",
28-
"eslint-plugin-react-refresh": "^0.4.6",
21+
"@types/react": "^18.3.3",
22+
"@types/react-dom": "^18.3.0",
23+
"@typescript-eslint/eslint-plugin": "^7.13.0",
24+
"@typescript-eslint/parser": "^7.13.0",
25+
"@vitejs/plugin-react-swc": "^3.7.0",
26+
"eslint": "^9.4.0",
27+
"eslint-plugin-react-hooks": "^4.6.2",
28+
"eslint-plugin-react-refresh": "^0.4.7",
2929
"typescript": "^5.4.5",
30-
"vite": "^5.2.10"
30+
"vite": "^5.2.13"
3131
}
3232
}

lib/nextjs-themes/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
"lint": "eslint . --quiet"
2525
},
2626
"devDependencies": {
27-
"@testing-library/react": "^15.0.2",
28-
"@turbo/gen": "^1.13.2",
29-
"@types/node": "^20.12.7",
30-
"@types/react": "^18.2.79",
31-
"@types/react-dom": "^18.2.25",
32-
"@vitejs/plugin-react": "^4.2.1",
33-
"@vitest/coverage-v8": "^1.5.0",
34-
"esbuild-plugin-react18": "^0.1.0",
27+
"@testing-library/react": "^16.0.0",
28+
"@turbo/gen": "^2.0.3",
29+
"@types/node": "^20.14.2",
30+
"@types/react": "^18.3.3",
31+
"@types/react-dom": "^18.3.0",
32+
"@vitejs/plugin-react": "^4.3.1",
33+
"@vitest/coverage-v8": "^1.6.0",
34+
"esbuild-plugin-react18": "^0.2.4",
3535
"eslint-config-custom": "workspace:*",
36-
"jsdom": "^24.0.0",
37-
"next": "^14.2.2",
38-
"octokit": "^3.2.0",
39-
"react": "^18.2.0",
36+
"jsdom": "^24.1.0",
37+
"next": "^14.2.4",
38+
"octokit": "^4.0.2",
39+
"react": "^18.3.1",
4040
"tsconfig": "workspace:*",
41-
"tsup": "^8.0.2",
41+
"tsup": "^8.1.0",
4242
"typedoc": "^0.25.13",
4343
"typescript": "5.4.5",
4444
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.5.0"
45+
"vitest": "^1.6.0"
4646
},
4747
"dependencies": {
48-
"r18gs": "^0.1.3"
48+
"r18gs": "^1.1.0"
4949
},
5050
"peerDependencies": {
5151
"@types/react": "16.8 - 18",

packages/eslint-config-custom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint-config-next": "^14.2.2",
7+
"eslint-config-next": "^14.2.4",
88
"eslint-config-prettier": "^9.1.0",
9-
"eslint-config-turbo": "^1.13.2",
10-
"eslint-plugin-react": "7.34.1"
9+
"eslint-config-turbo": "^2.0.3",
10+
"eslint-plugin-react": "7.34.2"
1111
},
1212
"publishConfig": {
1313
"access": "public"

packages/shared-ui/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.2",
14-
"@types/node": "^20.12.7",
15-
"@types/react": "^18.2.79",
16-
"@types/react-dom": "^18.2.25",
14+
"@types/node": "^20.14.2",
15+
"@types/react": "^18.3.3",
16+
"@types/react-dom": "^18.3.0",
1717
"eslint-config-custom": "workspace:*",
18-
"next": "^14.2.2",
18+
"next": "^14.2.4",
1919
"nextjs-themes": "workspace:*",
20-
"react": "^18.2.0",
20+
"react": "^18.3.1",
2121
"tsconfig": "workspace:*",
2222
"typescript": "5.4.5"
2323
},
2424
"dependencies": {
25-
"eslint": "^9.1.0"
25+
"eslint": "^9.4.0"
2626
}
2727
}

0 commit comments

Comments
 (0)