Skip to content

Commit fc53976

Browse files
authored
update deps, pnpm, and security config (#2009)
1 parent 7572514 commit fc53976

3 files changed

Lines changed: 2587 additions & 2346 deletions

File tree

package.json

Lines changed: 41 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"vitest": "cross-env vitest --config ./vitest.config.mts"
3535
},
3636
"dependencies": {
37-
"@base-ui/react": "^1.3.0",
37+
"@base-ui/react": "^1.4.1",
3838
"@hookform/resolvers": "^5.2.2",
3939
"@mdx-js/loader": "^3.1.1",
4040
"@mdx-js/react": "^3.1.1",
41-
"@next/bundle-analyzer": "^16.2.3",
42-
"@next/mdx": "^16.2.3",
41+
"@next/bundle-analyzer": "^16.2.6",
42+
"@next/mdx": "^16.2.6",
4343
"@radix-ui/react-dialog": "1.1.15",
4444
"@radix-ui/react-tabs": "1.1.13",
45-
"@sentry/nextjs": "^10.48.0",
45+
"@sentry/nextjs": "^10.52.0",
4646
"@types/airtable": "^0.10.5",
4747
"@types/mdx": "^2.0.13",
4848
"airtable": "^0.12.2",
@@ -52,19 +52,19 @@
5252
"fingerprintjs2": "^2.1.4",
5353
"fontfaceobserver": "^2.3.0",
5454
"lodash": "^4.18.1",
55-
"logrocket": "^12.1.0",
55+
"logrocket": "^12.1.1",
5656
"logrocket-react": "^7.0.0",
57-
"lucide-react": "^1.8.0",
58-
"next": "^16.2.3",
57+
"lucide-react": "^1.14.0",
58+
"next": "^16.2.6",
5959
"next-sitemap": "^4.2.3",
6060
"object-hash": "^3.0.0",
61-
"react": "^19.2.5",
62-
"react-dom": "^19.2.5",
63-
"react-hook-form": "^7.72.1",
61+
"react": "^19.2.6",
62+
"react-dom": "^19.2.6",
63+
"react-hook-form": "^7.75.0",
6464
"react-player": "^3.4.0",
6565
"react-select": "^5.10.2",
6666
"remark-gfm": "^4.0.1",
67-
"tailwind-merge": "^3.5.0",
67+
"tailwind-merge": "^3.6.0",
6868
"tw-animate-css": "^1.4.0",
6969
"zod": "^3.25.76"
7070
},
@@ -73,12 +73,12 @@
7373
"@eslint/eslintrc": "^3.3.5",
7474
"@eslint/js": "^10.0.1",
7575
"@faker-js/faker": "^10.4.0",
76-
"@next/eslint-plugin-next": "^16.2.3",
76+
"@next/eslint-plugin-next": "^16.2.6",
7777
"@playwright/test": "^1.59.1",
78-
"@storybook/addon-docs": "^10.3.5",
79-
"@storybook/nextjs": "^10.3.5",
78+
"@storybook/addon-docs": "^10.3.6",
79+
"@storybook/nextjs": "^10.3.6",
8080
"@svgr/webpack": "^8.1.0",
81-
"@tailwindcss/postcss": "^4.2.2",
81+
"@tailwindcss/postcss": "^4.3.0",
8282
"@testing-library/jest-dom": "^6.9.1",
8383
"@testing-library/react": "^16.3.2",
8484
"@types/fingerprintjs2": "2",
@@ -90,49 +90,46 @@
9090
"@types/react": "^19.2.14",
9191
"@types/react-dom": "^19.2.3",
9292
"@vitejs/plugin-react": "^6.0.1",
93-
"@vitest/coverage-v8": "^4.1.4",
94-
"@vitest/eslint-plugin": "^1.6.15",
95-
"@vitest/ui": "^4.1.4",
93+
"@vitest/coverage-v8": "^4.1.5",
94+
"@vitest/eslint-plugin": "^1.6.17",
95+
"@vitest/ui": "^4.1.5",
9696
"axios-mock-adapter": "^2.1.0",
9797
"babel-plugin-react-compiler": "^1.0.0",
98-
"chromatic": "^16.2.0",
98+
"chromatic": "^16.9.1",
9999
"cross-env": "^10.1.0",
100-
"dotenv": "^17.4.1",
101-
"eslint": "^10.2.0",
100+
"dotenv": "^17.4.2",
101+
"eslint": "^10.3.0",
102102
"eslint-config-prettier": "^10.1.8",
103103
"eslint-import-resolver-typescript": "^4.4.4",
104-
"eslint-plugin-better-tailwindcss": "^4.4.0",
104+
"eslint-plugin-better-tailwindcss": "^4.5.0",
105105
"eslint-plugin-import-x": "^4.16.2",
106106
"eslint-plugin-lodash": "^8.0.0",
107-
"eslint-plugin-no-barrel-files": "^1.3.0",
108-
"eslint-plugin-playwright": "^2.10.1",
107+
"eslint-plugin-no-barrel-files": "^1.3.1",
108+
"eslint-plugin-playwright": "^2.10.2",
109109
"eslint-plugin-prettier": "^5.5.5",
110-
"eslint-plugin-react-hooks": "^7.0.1",
111-
"eslint-plugin-react-you-might-not-need-an-effect": "^0.9.3",
112-
"eslint-plugin-storybook": "^10.3.5",
110+
"eslint-plugin-react-hooks": "^7.1.1",
111+
"eslint-plugin-react-you-might-not-need-an-effect": "^0.10.1",
112+
"eslint-plugin-storybook": "^10.3.6",
113113
"eslint-plugin-unicorn": "^64.0.0",
114114
"husky": "^9.1.7",
115-
"jsdom": "^29.0.2",
116-
"lint-staged": "16.4.0",
117-
"postcss": "^8.5.9",
118-
"prettier": "^3.8.2",
119-
"prettier-plugin-tailwindcss": "^0.7.2",
120-
"shadcn": "^4.2.0",
121-
"storybook": "^10.3.5",
122-
"tailwindcss": "^4.2.2",
123-
"typescript": "^6.0.2",
124-
"typescript-eslint": "^8.58.1",
125-
"vite": "^8.0.0",
115+
"jsdom": "^29.1.1",
116+
"lint-staged": "17.0.4",
117+
"postcss": "^8.5.14",
118+
"prettier": "^3.8.3",
119+
"prettier-plugin-tailwindcss": "^0.8.0",
120+
"shadcn": "^4.7.0",
121+
"storybook": "^10.3.6",
122+
"tailwindcss": "^4.3.0",
123+
"typescript": "^6.0.3",
124+
"typescript-eslint": "^8.59.2",
125+
"vite": "^8.0.12",
126126
"vite-plugin-magical-svg": "^1.9.0",
127127
"vite-tsconfig-paths": "^6.1.1",
128-
"vitest": "^4.1.4",
129-
"webpack": "^5.106.1"
128+
"vitest": "^4.1.5",
129+
"webpack": "^5.106.2"
130130
},
131-
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
131+
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
132132
"pnpm": {
133-
"onlyBuiltDependencies": [
134-
"sharp"
135-
],
136133
"overrides": {
137134
"vite": "^8.0.0"
138135
}

0 commit comments

Comments
 (0)