|
10 | 10 | "node": "^20.0.0", |
11 | 11 | "pnpm": "^10.0.0" |
12 | 12 | }, |
13 | | - "packageManager": "pnpm@10.6.5", |
| 13 | + "packageManager": "pnpm@10.13.1", |
14 | 14 | "scripts": { |
15 | 15 | "prepare": "pnpm run git-hooks:init && pnpm run panda:codegen", |
16 | 16 | "git-hooks:init": "husky", |
|
28 | 28 | "ci": "biome ci ." |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@fontsource/mulish": "^5.2.5", |
32 | | - "@fontsource/roboto": "^5.2.5", |
33 | | - "@fontsource/saira-extra-condensed": "^5.2.5", |
34 | | - "@popperjs/core": "^2.11.8", |
35 | | - "@react-hookz/web": "^25.1.0", |
36 | | - "@tanstack/react-router": "^1.114.27", |
37 | | - "@tanstack/router-devtools": "^1.114.27", |
38 | | - "bootstrap": "^5.3.3", |
| 31 | + "@fontsource/mulish": "^5.2.6", |
| 32 | + "@fontsource/roboto": "^5.2.6", |
| 33 | + "@fontsource/saira-extra-condensed": "^5.2.6", |
| 34 | + "@react-hookz/web": "^25.1.1", |
| 35 | + "@tanstack/react-router": "^1.127.2", |
| 36 | + "@tanstack/react-router-devtools": "^1.127.2", |
| 37 | + "@tanstack/router-devtools": "^1.127.2", |
39 | 38 | "devicon": "^2.16.0", |
40 | | - "react": "^19.0.0", |
41 | | - "react-dom": "^19.0.0", |
| 39 | + "react": "^19.1.0", |
| 40 | + "react-dom": "^19.1.0", |
42 | 41 | "react-helmet": "^6.1.0" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
45 | | - "@biomejs/biome": "^1.9.4", |
46 | | - "@pandacss/dev": "^0.53.3", |
47 | | - "@tanstack/router-cli": "^1.114.27", |
48 | | - "@tanstack/router-vite-plugin": "^1.114.27", |
| 44 | + "@biomejs/biome": "^2.1.1", |
| 45 | + "@pandacss/dev": "^0.54.0", |
| 46 | + "@tanstack/router-cli": "^1.127.2", |
| 47 | + "@tanstack/router-vite-plugin": "^1.127.2", |
49 | 48 | "@testing-library/dom": "^10.4.0", |
50 | 49 | "@testing-library/jest-dom": "^6.6.3", |
51 | | - "@testing-library/react": "^16.2.0", |
| 50 | + "@testing-library/react": "^16.3.0", |
52 | 51 | "@testing-library/user-event": "^14.6.1", |
53 | | - "@types/node": "^22.13.13", |
54 | | - "@types/react": "^19.0.12", |
55 | | - "@types/react-dom": "^19.0.4", |
| 52 | + "@types/node": "^22.16.3", |
| 53 | + "@types/react": "^19.1.8", |
| 54 | + "@types/react-dom": "^19.1.6", |
56 | 55 | "@types/react-helmet": "^6.1.11", |
57 | | - "@vitejs/plugin-react": "^4.3.4", |
58 | | - "@vitest/coverage-v8": "^3.0.9", |
59 | | - "@vitest/ui": "^3.0.9", |
| 56 | + "@vitejs/plugin-react": "^4.6.0", |
| 57 | + "@vitest/coverage-v8": "^3.2.4", |
| 58 | + "@vitest/ui": "^3.2.4", |
60 | 59 | "husky": "^9.1.7", |
61 | | - "jsdom": "^26.0.0", |
| 60 | + "jsdom": "^26.1.0", |
62 | 61 | "lint-prepush": "^3.0.2", |
63 | | - "lint-staged": "^15.5.0", |
64 | | - "tsx": "^4.19.3", |
65 | | - "typescript": "^5.8.2", |
66 | | - "vite": "^6.2.7", |
67 | | - "vite-plugin-pwa": "^0.21.2", |
68 | | - "vitest": "^3.0.9", |
69 | | - "wrangler": "^4.4.0" |
| 62 | + "lint-staged": "^16.1.2", |
| 63 | + "tsx": "^4.20.3", |
| 64 | + "typescript": "^5.8.3", |
| 65 | + "vite": "^7.0.4", |
| 66 | + "vite-plugin-pwa": "^1.0.1", |
| 67 | + "vitest": "^3.2.4", |
| 68 | + "wrangler": "^4.24.3" |
70 | 69 | }, |
71 | 70 | "pnpm": { |
72 | | - "onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "sharp", "workerd"] |
| 71 | + "onlyBuiltDependencies": [ |
| 72 | + "@biomejs/biome", |
| 73 | + "esbuild", |
| 74 | + "sharp", |
| 75 | + "workerd" |
| 76 | + ] |
73 | 77 | } |
74 | 78 | } |
0 commit comments