Skip to content

Commit 23d5ed1

Browse files
committed
upgrade deps && docs [skip ci]
1 parent c343fbd commit 23d5ed1

File tree

7 files changed

+204
-204
lines changed

7 files changed

+204
-204
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-06_16:23:12
1+
2025-05-07_01:29:07

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "^15.3.1",
15+
"next": "^15.3.2",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
1818
"react": "^19.1.0",
@@ -24,10 +24,10 @@
2424
"webgl-generative-particles": "^0.0.1"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.3.1",
27+
"@next/eslint-plugin-next": "^15.3.2",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.15.12",
30+
"@types/node": "^22.15.14",
3131
"@types/react": "^19.1.3",
3232
"@types/react-dom": "^19.1.3",
3333
"typescript": "^5.8.3"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^22.15.12",
29+
"@types/node": "^22.15.14",
3030
"@vitest/coverage-v8": "^3.1.3",
3131
"esbuild-plugin-react18": "^0.2.6",
3232
"tsup": "^8.4.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.29.3",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^22.15.12",
19+
"@types/node": "^22.15.14",
2020
"enquirer": "^2.4.1",
2121
"plop": "^4.0.1",
2222
"prettier": "^3.5.3",
23-
"turbo": "^2.5.2",
23+
"turbo": "^2.5.3",
2424
"typedoc": "^0.28.4",
2525
"typedoc-plugin-extras": "^4.0.0",
2626
"typedoc-plugin-inline-sources": "^1.3.0",

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint-config-turbo": "^2.5.2",
8+
"eslint-config-turbo": "^2.5.3",
99
"eslint-plugin-mdx": "^3.4.1",
1010
"eslint-plugin-only-warn": "^1.1.0",
1111
"eslint-plugin-storybook": "^0.12.0"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/node": "^22.15.12",
24+
"@types/node": "^22.15.14",
2525
"@types/react": "^19.1.3",
2626
"@types/react-dom": "^19.1.3",
2727
"@vitejs/plugin-react": "^4.4.1",

0 commit comments

Comments
 (0)