Skip to content

Commit 794d8ac

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 7a9fef9 commit 794d8ac

File tree

7 files changed

+197
-197
lines changed

7 files changed

+197
-197
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-06_16:27:14
1+
2025-05-07_01:49:09

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",
@@ -22,10 +22,10 @@
2222
"webgl-generative-particles": "workspace:*"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.3.1",
25+
"@next/eslint-plugin-next": "^15.3.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.15.12",
28+
"@types/node": "^22.15.14",
2929
"@types/react": "^19.1.3",
3030
"@types/react-dom": "^19.1.3",
3131
"typescript": "^5.8.3"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@repo/eslint-config": "workspace:*",
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.3.0",
47-
"@types/node": "^22.15.12",
47+
"@types/node": "^22.15.14",
4848
"@types/react": "^19.1.3",
4949
"@types/react-dom": "^19.1.3",
5050
"@vitejs/plugin-react": "^4.4.1",

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-mdn-links": "^5.0.1",

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)