Skip to content

Commit 79256e1

Browse files
committed
chore: update deps
1 parent 29eff3f commit 79256e1

File tree

6 files changed

+160
-132
lines changed

6 files changed

+160
-132
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.2.3",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.24",
26-
"eslint-plugin-jsdoc": "^54.1.0",
26+
"eslint-plugin-jsdoc": "^54.1.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^60.0.0",

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.40.0",
3434
"@typescript-eslint/utils": "^8.40.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^54.1.0",
36+
"eslint-plugin-jsdoc": "^54.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^60.0.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"bsky-react-post": "^0.1.7",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"effect": "^3.17.7",
20+
"effect": "^3.17.8",
2121
"fumadocs-core": "15.6.4",
2222
"fumadocs-docgen": "2.1.0",
2323
"fumadocs-mdx": "11.7.5",
2424
"fumadocs-twoslash": "3.1.4",
2525
"fumadocs-typescript": "4.0.6",
2626
"fumadocs-ui": "15.6.4",
2727
"lucide-react": "^0.540.0",
28-
"next": "^15.4.7",
28+
"next": "^15.5.0",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",
32-
"shiki": "^3.10.0",
32+
"shiki": "^3.11.0",
3333
"tailwind-merge": "^3.3.1",
3434
"twoslash": "^0.3.4"
3535
},

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.4.7",
13+
"next": "^15.5.0",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.2.0",
2020
"@eslint/js": "^9.33.0",
21-
"@next/eslint-plugin-next": "^15.4.7",
21+
"@next/eslint-plugin-next": "^15.5.0",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"typescript-eslint": "^8.40.0",
9898
"vitest": "^3.2.4"
9999
},
100-
"packageManager": "pnpm@10.14.0",
100+
"packageManager": "pnpm@10.15.0",
101101
"engines": {
102102
"node": ">=20.19.0"
103103
},
@@ -119,7 +119,7 @@
119119
"cross-spawn": "^7.0.6",
120120
"esbuild": "^0.25.9",
121121
"lucide-react": "^0.540.0",
122-
"next": "^15.4.7",
122+
"next": "^15.5.0",
123123
"react": "^19.1.1",
124124
"react-dom": "^19.1.1",
125125
"ts-api-utils": "^2.1.0",

0 commit comments

Comments
 (0)