Skip to content

Commit 858170b

Browse files
fix(deps): update all npm dependencies (#187)
1 parent db47716 commit 858170b

File tree

5 files changed

+184
-184
lines changed

5 files changed

+184
-184
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"devDependencies": {
2626
"@changesets/cli": "2.29.5",
27-
"@eslint/js": "9.29.0",
27+
"@eslint/js": "9.30.1",
2828
"@testing-library/dom": "10.4.0",
2929
"@types/react": "19.1.8",
3030
"@types/react-dom": "19.1.6",
3131
"@vitejs/plugin-react": "4.6.0",
32-
"eslint": "9.29.0",
32+
"eslint": "9.30.1",
3333
"eslint-plugin-import": "2.32.0",
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
36-
"globals": "16.2.0",
37-
"pkg-pr-new": "0.0.53",
36+
"globals": "16.3.0",
37+
"pkg-pr-new": "0.0.54",
3838
"type-fest": "4.41.0",
3939
"typescript": "5.8.3",
40-
"typescript-eslint": "8.35.0",
40+
"typescript-eslint": "8.35.1",
4141
"vitest": "3.2.4"
4242
},
4343
"dependencies": {

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@radix-ui/react-tooltip": "^1.2.7",
6262
"class-variance-authority": "^0.7.1",
6363
"clsx": "^2.1.1",
64-
"lucide-react": "^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0",
64+
"lucide-react": "^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0",
6565
"tailwind-merge": "^3.3.0",
6666
"tw-animate-css": "^1.3.0",
6767
"vaul": "^1.1.2"

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"leva": "^0.9.35 || ^0.10.0",
26-
"lucide-react": "^0.503.0 || ^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0",
26+
"lucide-react": "^0.503.0 || ^0.511.0 || ^0.514.0 || ^0.515.0 || ^0.523.0 || ^0.525.0",
2727
"monaco-editor": "^0.52.0",
2828
"motion": "^11.13.1 || ^12.0.0",
2929
"next": "15.3.4",
@@ -39,12 +39,12 @@
3939
},
4040
"devDependencies": {
4141
"@tailwindcss/postcss": "4.1.11",
42-
"@types/node": "22.15.33",
42+
"@types/node": "22.16.0",
4343
"autoprefixer": "10.4.21",
4444
"globby": "14.1.0",
4545
"next": "15.3.4",
46-
"nextra": "4.3.0-alpha.29",
47-
"nextra-theme-docs": "4.3.0-alpha.29",
46+
"nextra": "4.3.0-alpha.30",
47+
"nextra-theme-docs": "4.3.0-alpha.30",
4848
"pagefind": "1.3.0",
4949
"postcss": "8.5.6",
5050
"shadcn": "2.7.0",

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"devDependencies": {
9999
"@testing-library/jest-dom": "6.6.3",
100100
"@testing-library/react": "16.3.0",
101-
"@types/node": "22.15.33",
101+
"@types/node": "22.16.0",
102102
"@types/react": "19.1.8",
103103
"@types/react-dom": "19.1.6",
104104
"@vitejs/plugin-react": "4.6.0",

0 commit comments

Comments
 (0)