Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36074c9

Browse files
chore: update package dependencies for improved stability and features
1 parent 3a0886f commit 36074c9

File tree

2 files changed

+1576
-1720
lines changed

2 files changed

+1576
-1720
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"knip:fix": "knip --fix"
3838
},
3939
"dependencies": {
40-
"@ariakit/react": "^0.4.20",
40+
"@ariakit/react": "^0.4.21",
4141
"@dnd-kit/core": "^6.3.1",
4242
"@dnd-kit/modifiers": "^9.0.0",
4343
"@dnd-kit/sortable": "^10.0.0",
@@ -78,9 +78,9 @@
7878
"@radix-ui/react-tooltip": "^1.2.8",
7979
"@radix-ui/react-visually-hidden": "^1.2.4",
8080
"@reduxjs/toolkit": "^2.11.2",
81-
"@sentry/nextjs": "^10.32.1",
81+
"@sentry/nextjs": "^10.36.0",
8282
"@supabase/ssr": "^0.8.0",
83-
"@supabase/supabase-js": "^2.90.1",
83+
"@supabase/supabase-js": "^2.91.0",
8484
"@t3-oss/env-nextjs": "^0.13.10",
8585
"@tanstack/react-virtual": "^3.13.18",
8686
"@types/lodash": "^4.17.23",
@@ -90,13 +90,13 @@
9090
"class-variance-authority": "^0.7.1",
9191
"clsx": "^2.1.1",
9292
"cmdk": "^1.1.1",
93-
"framer-motion": "^12.25.0",
94-
"lodash": "^4.17.21",
93+
"framer-motion": "^12.29.0",
94+
"lodash": "^4.17.23",
9595
"lowlight": "^3.3.0",
9696
"lucide-react": "^0.562.0",
97-
"next": "^16.1.1",
97+
"next": "^16.1.4",
9898
"nextjs-toploader": "^3.9.17",
99-
"pino": "^10.1.1",
99+
"pino": "^10.2.1",
100100
"platejs": "^52.0.17",
101101
"react": "^19.2.3",
102102
"react-dom": "^19.2.3",
@@ -106,46 +106,46 @@
106106
"zod": "^4.3.5"
107107
},
108108
"devDependencies": {
109-
"@chromatic-com/storybook": "^4.1.3",
109+
"@chromatic-com/storybook": "^5.0.0",
110110
"@laststance/react-next-eslint-plugin": "^1.2.3",
111111
"@playwright/test": "^1.57.0",
112-
"@storybook/addon-a11y": "^10.1.11",
113-
"@storybook/addon-docs": "^10.1.11",
114-
"@storybook/addon-mcp": "^0.1.8",
115-
"@storybook/addon-vitest": "^10.1.11",
116-
"@storybook/nextjs-vite": "^10.1.11",
112+
"@storybook/addon-a11y": "^10.2.0",
113+
"@storybook/addon-docs": "^10.2.0",
114+
"@storybook/addon-mcp": "^0.2.0",
115+
"@storybook/addon-vitest": "^10.2.0",
116+
"@storybook/nextjs-vite": "^10.2.0",
117117
"@tailwindcss/postcss": "^4.1.18",
118118
"@tailwindcss/vite": "^4.1.18",
119119
"@testing-library/jest-dom": "^6.9.1",
120-
"@testing-library/react": "^16.3.1",
120+
"@testing-library/react": "^16.3.2",
121121
"@testing-library/user-event": "^14.6.1",
122-
"@types/node": "^25.0.6",
123-
"@types/react": "^19.2.8",
122+
"@types/node": "^25.0.10",
123+
"@types/react": "^19.2.9",
124124
"@types/react-dom": "^19.2.3",
125125
"@vitejs/plugin-react": "^5.1.2",
126-
"@vitest/browser-playwright": "^4.0.16",
127-
"@vitest/coverage-v8": "^4.0.16",
126+
"@vitest/browser-playwright": "^4.0.17",
127+
"@vitest/coverage-v8": "^4.0.17",
128128
"eslint": "^9.39.2",
129-
"eslint-config-next": "^16.1.1",
129+
"eslint-config-next": "^16.1.4",
130130
"eslint-config-ts-prefixer": "^4.1.1",
131131
"eslint-plugin-react-you-might-not-need-an-effect": "^0.8.5",
132-
"happy-dom": "^20.1.0",
132+
"happy-dom": "^20.3.4",
133133
"husky": "^9.1.7",
134-
"knip": "^5.80.2",
134+
"knip": "^5.82.1",
135135
"lint-staged": "^16.2.7",
136136
"monocart-reporter": "^2.9.23",
137137
"msw": "^2.12.7",
138138
"msw-storybook-addon": "^2.0.6",
139139
"playwright": "^1.57.0",
140140
"postcss": "^8.5.6",
141-
"prettier": "^3.7.4",
142-
"storybook": "^10.1.11",
141+
"prettier": "^3.8.1",
142+
"storybook": "^10.2.0",
143143
"tailwind-scrollbar-hide": "^4.0.0",
144144
"tailwindcss": "^4.1.18",
145145
"tailwindcss-animate": "^1.0.7",
146146
"tw-animate-css": "^1.4.0",
147147
"typescript": "^5.9.3",
148148
"vite": "^7.3.1",
149-
"vitest": "^4.0.16"
149+
"vitest": "^4.0.17"
150150
}
151151
}

0 commit comments

Comments
 (0)