|
19 | 19 | "test": "vitest --coverage.enabled" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@auth/core": "^0.35.3", |
| 22 | + "@auth/core": "^0.37.2", |
23 | 23 | "@conform-to/dom": "^1.2.2", |
24 | 24 | "@conform-to/react": "^1.2.2", |
25 | 25 | "@conform-to/zod": "^1.2.2", |
26 | | - "@headlessui/react": "^2.1.9", |
| 26 | + "@headlessui/react": "^2.2.0", |
27 | 27 | "@linaria/babel-preset": "^5.0.4", |
28 | 28 | "@linaria/core": "^6.2.0", |
29 | 29 | "@linaria/react": "^6.2.1", |
30 | 30 | "@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", |
32 | 33 | "@wyw-in-js/babel-preset": "^0.5.4", |
33 | 34 | "@wyw-in-js/vite": "^0.5.4", |
34 | 35 | "css-loader": "^7.1.2", |
35 | 36 | "date-fns": "^4.1.0", |
36 | 37 | "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", |
39 | 40 | "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", |
42 | 43 | "typescript-case-convert": "^1.3.5", |
43 | 44 | "vite-tsconfig-paths": "^5.0.1", |
44 | | - "zod": "^3.22.4" |
| 45 | + "zod": "^3.23.8" |
45 | 46 | }, |
46 | 47 | "devDependencies": { |
47 | | - "@biomejs/biome": "1.9.3", |
| 48 | + "@biomejs/biome": "^1.9.4", |
48 | 49 | "@commitlint/cli": "^19.5.0", |
49 | 50 | "@commitlint/config-conventional": "^19.5.0", |
50 | | - "@eslint/compat": "^1.2.0", |
| 51 | + "@eslint/compat": "^1.2.2", |
51 | 52 | "@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", |
54 | 55 | "@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", |
63 | 64 | "@testing-library/dom": "^10.4.0", |
64 | | - "@testing-library/jest-dom": "^6.5.0", |
| 65 | + "@testing-library/jest-dom": "^6.6.2", |
65 | 66 | "@testing-library/react": "^16.0.1", |
66 | 67 | "@testing-library/user-event": "^14.5.2", |
67 | 68 | "@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", |
74 | 75 | "@vitest/eslint-plugin": "^1.1.4", |
75 | | - "@vitest/ui": "^2.1.1", |
| 76 | + "@vitest/ui": "^2.1.4", |
76 | 77 | "@wyw-in-js/vite": "^0.5.4", |
77 | 78 | "cross-env": "^7.0.3", |
78 | 79 | "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", |
81 | 82 | "eslint-config-prettier": "^9.1.0", |
82 | 83 | "eslint-plugin-import": "^2.31.0", |
83 | 84 | "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", |
87 | 88 | "eslint-plugin-react-hooks": "^5.0.0", |
88 | | - "eslint-plugin-storybook": "^0.9.0", |
| 89 | + "eslint-plugin-storybook": "^0.10.1", |
89 | 90 | "eslint-plugin-unused-imports": "^4.1.4", |
90 | 91 | "eslint-plugin-vitest": "^0.5.4", |
91 | 92 | "eslint-plugin-vitest-globals": "^1.5.0", |
92 | | - "globals": "^15.10.0", |
| 93 | + "globals": "^15.11.0", |
93 | 94 | "husky": "^9.1.6", |
94 | 95 | "jsdom": "^25.0.1", |
95 | | - "lint-staged": "^15.0.2", |
| 96 | + "lint-staged": "^15.2.10", |
96 | 97 | "plop": "^4.0.1", |
97 | | - "prettier": "^3.0.3", |
| 98 | + "prettier": "^3.3.3", |
98 | 99 | "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" |
109 | 105 | } |
110 | 106 | } |
0 commit comments