Skip to content

Commit d257ce5

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 3fb16c2 commit d257ce5

7 files changed

Lines changed: 202 additions & 202 deletions

File tree

.lst

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

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"esbuild-raw-plugin": "workspace:*",
16-
"next": "^15.3.1",
16+
"next": "^15.3.2",
1717
"nextjs-darkmode": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.1.0",
@@ -23,10 +23,10 @@
2323
"webgl-generative-particles": "^0.0.1"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^15.3.1",
26+
"@next/eslint-plugin-next": "^15.3.2",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^22.15.12",
29+
"@types/node": "^22.15.14",
3030
"@types/react": "^19.1.3",
3131
"@types/react-dom": "^19.1.3",
3232
"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": "^0.25.4",
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)