Skip to content

Commit 4217b85

Browse files
authored
chore(deps): update dependencies (#2)
1 parent fdd2b24 commit 4217b85

2 files changed

Lines changed: 2121 additions & 2729 deletions

File tree

package.json

Lines changed: 43 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -19,92 +19,88 @@
1919
"test": "vitest --coverage.enabled"
2020
},
2121
"dependencies": {
22-
"@auth/core": "^0.35.3",
22+
"@auth/core": "^0.37.2",
2323
"@conform-to/dom": "^1.2.2",
2424
"@conform-to/react": "^1.2.2",
2525
"@conform-to/zod": "^1.2.2",
26-
"@headlessui/react": "^2.1.9",
26+
"@headlessui/react": "^2.2.0",
2727
"@linaria/babel-preset": "^5.0.4",
2828
"@linaria/core": "^6.2.0",
2929
"@linaria/react": "^6.2.1",
3030
"@tanstack/react-table": "^8.20.5",
31-
"@vitest/eslint-plugin": "^1.1.5",
31+
"@typescript-eslint/parser": "^8.12.1",
32+
"@vitest/eslint-plugin": "^1.1.7",
3233
"@wyw-in-js/babel-preset": "^0.5.4",
3334
"@wyw-in-js/vite": "^0.5.4",
3435
"css-loader": "^7.1.2",
3536
"date-fns": "^4.1.0",
3637
"mini-css-extract-plugin": "^2.9.1",
37-
"next": "15.0.0-rc.1",
38-
"next-auth": "5.0.0-beta.13",
38+
"next": "^15.0.1",
39+
"next-auth": "5.0.0-beta.25",
3940
"next-with-linaria": "^0.7.0",
40-
"react": "19.0.0-rc-83825814-20241015",
41-
"react-dom": "19.0.0-rc-83825814-20241015",
41+
"react": "19.0.0-rc-1631855f-20241023",
42+
"react-dom": "19.0.0-rc-1631855f-20241023",
4243
"typescript-case-convert": "^1.3.5",
4344
"vite-tsconfig-paths": "^5.0.1",
44-
"zod": "^3.22.4"
45+
"zod": "^3.23.8"
4546
},
4647
"devDependencies": {
47-
"@biomejs/biome": "1.9.3",
48+
"@biomejs/biome": "^1.9.4",
4849
"@commitlint/cli": "^19.5.0",
4950
"@commitlint/config-conventional": "^19.5.0",
50-
"@eslint/compat": "^1.2.0",
51+
"@eslint/compat": "^1.2.2",
5152
"@eslint/eslintrc": "^3.1.0",
52-
"@eslint/js": "^9.12.0",
53-
"@next/eslint-plugin-next": "^14.0.1",
53+
"@eslint/js": "^9.13.0",
54+
"@next/eslint-plugin-next": "^15.0.1",
5455
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
55-
"@storybook/addon-essentials": "^8.3.4",
56-
"@storybook/addon-interactions": "^8.3.4",
57-
"@storybook/addon-links": "^8.3.4",
58-
"@storybook/addon-onboarding": "^8.3.4",
59-
"@storybook/blocks": "^8.3.4",
60-
"@storybook/nextjs": "^8.3.4",
61-
"@storybook/react": "^8.3.4",
62-
"@storybook/test": "^8.3.4",
56+
"@storybook/addon-essentials": "^8.3.6",
57+
"@storybook/addon-interactions": "^8.3.6",
58+
"@storybook/addon-links": "^8.3.6",
59+
"@storybook/addon-onboarding": "^8.3.6",
60+
"@storybook/blocks": "^8.3.6",
61+
"@storybook/nextjs": "^8.3.6",
62+
"@storybook/react": "^8.3.6",
63+
"@storybook/test": "^8.3.6",
6364
"@testing-library/dom": "^10.4.0",
64-
"@testing-library/jest-dom": "^6.5.0",
65+
"@testing-library/jest-dom": "^6.6.2",
6566
"@testing-library/react": "^16.0.1",
6667
"@testing-library/user-event": "^14.5.2",
6768
"@types/eslint__js": "^8.42.3",
68-
"@types/jest": "^29.5.13",
69-
"@types/node": "^22.7.4",
70-
"@types/react": "^18.3.11",
71-
"@types/react-dom": "^18.3.0",
72-
"@vitejs/plugin-react": "^4.3.2",
73-
"@vitest/coverage-v8": "^2.1.3",
69+
"@types/jest": "^29.5.14",
70+
"@types/node": "^22.8.2",
71+
"@types/react": "^18.3.12",
72+
"@types/react-dom": "^18.3.1",
73+
"@vitejs/plugin-react": "^4.3.3",
74+
"@vitest/coverage-v8": "^2.1.4",
7475
"@vitest/eslint-plugin": "^1.1.4",
75-
"@vitest/ui": "^2.1.1",
76+
"@vitest/ui": "^2.1.4",
7677
"@wyw-in-js/vite": "^0.5.4",
7778
"cross-env": "^7.0.3",
7879
"dotenv": "^16.4.5",
79-
"eslint": "^9.12.0",
80-
"eslint-config-next": "14.2.14",
80+
"eslint": "^9.13.0",
81+
"eslint-config-next": "^15.0.1",
8182
"eslint-config-prettier": "^9.1.0",
8283
"eslint-plugin-import": "^2.31.0",
8384
"eslint-plugin-jest-dom": "^5.4.0",
84-
"eslint-plugin-jsx-a11y": "^6.10.0",
85-
"eslint-plugin-perfectionist": "^3.8.0",
86-
"eslint-plugin-react": "^7.37.1",
85+
"eslint-plugin-jsx-a11y": "^6.10.2",
86+
"eslint-plugin-perfectionist": "^3.9.1",
87+
"eslint-plugin-react": "^7.37.2",
8788
"eslint-plugin-react-hooks": "^5.0.0",
88-
"eslint-plugin-storybook": "^0.9.0",
89+
"eslint-plugin-storybook": "^0.10.1",
8990
"eslint-plugin-unused-imports": "^4.1.4",
9091
"eslint-plugin-vitest": "^0.5.4",
9192
"eslint-plugin-vitest-globals": "^1.5.0",
92-
"globals": "^15.10.0",
93+
"globals": "^15.11.0",
9394
"husky": "^9.1.6",
9495
"jsdom": "^25.0.1",
95-
"lint-staged": "^15.0.2",
96+
"lint-staged": "^15.2.10",
9697
"plop": "^4.0.1",
97-
"prettier": "^3.0.3",
98+
"prettier": "^3.3.3",
9899
"secretlint": "^9.0.0",
99-
"storybook": "^8.3.3",
100-
"tsx": "^4.19.1",
101-
"typescript": "^5.6.2",
102-
"typescript-eslint": "^8.8.0",
103-
"vitest": "^2.1.3"
104-
},
105-
"eslintConfig": {
106-
"extends": [
107-
"plugin:storybook/recommended"
108-
]
100+
"storybook": "^8.3.6",
101+
"tsx": "^4.19.2",
102+
"typescript": "^5.6.3",
103+
"typescript-eslint": "^8.12.1",
104+
"vitest": "^2.1.4"
109105
}
110106
}

0 commit comments

Comments
 (0)