|
2 | 2 | "name": "react-app",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.0.1",
|
5 |
| - "packageManager": "pnpm@9.0.6", |
| 5 | + "packageManager": "pnpm@9.1.1", |
6 | 6 | "description": "Bulletproof React 18 SPA Template",
|
7 | 7 | "author": "Tri Rizeki Rifandani",
|
8 | 8 | "license": "MIT",
|
|
65 | 65 | "start:sw-reloadsw-destroy": "run-s pnpm build:sw-reloadsw-destroy serve",
|
66 | 66 | "start:sw-claims-destroy": "run-s pnpm build:sw-claims-destroy serve",
|
67 | 67 | "start:sw-reloadsw-claims-destroy": "run-s pnpm build:sw-reloadsw-claims-destroy serve",
|
| 68 | + "preview": "vite preview", |
68 | 69 | "build-and-preview": "run-s build preview",
|
69 |
| - "preview": "vite preview --host", |
70 | 70 | "release": "bumpp"
|
71 | 71 | },
|
72 | 72 | "dependencies": {
|
73 | 73 | "@formkit/auto-animate": "^0.8.2",
|
74 |
| - "@hookform/resolvers": "^3.3.4", |
75 |
| - "@internationalized/date": "^3.5.2", |
| 74 | + "@hookform/resolvers": "^3.4.0", |
| 75 | + "@internationalized/date": "^3.5.3", |
76 | 76 | "@radix-ui/react-avatar": "^1.0.4",
|
77 | 77 | "@rifandani/nxact-yutiriti": "^1.2.2",
|
78 |
| - "@tanstack/react-query": "^5.32.0", |
79 |
| - "@tanstack/react-query-devtools": "^5.32.0", |
| 78 | + "@tanstack/react-query": "^5.36.2", |
| 79 | + "@tanstack/react-query-devtools": "^5.36.2", |
80 | 80 | "class-variance-authority": "^0.7.0",
|
81 | 81 | "ky": "^1.2.4",
|
82 | 82 | "react": "^18.3.1",
|
83 |
| - "react-aria": "^3.32.1", |
84 |
| - "react-aria-components": "1.1.1", |
| 83 | + "react-aria": "^3.33.0", |
| 84 | + "react-aria-components": "1.2.0", |
85 | 85 | "react-dom": "^18.3.1",
|
86 |
| - "react-hook-form": "^7.51.3", |
87 |
| - "react-router-dom": "^6.23.0", |
88 |
| - "react-stately": "^3.30.1", |
| 86 | + "react-hook-form": "^7.51.4", |
| 87 | + "react-router-dom": "^6.23.1", |
| 88 | + "react-stately": "^3.31.0", |
89 | 89 | "sonner": "^1.4.41",
|
90 | 90 | "ts-pattern": "^5.1.1",
|
91 |
| - "type-fest": "^4.17.0", |
92 |
| - "zod": "^3.23.4", |
| 91 | + "type-fest": "^4.18.2", |
| 92 | + "zod": "^3.23.8", |
93 | 93 | "zustand": "^4.5.2"
|
94 | 94 | },
|
95 | 95 | "devDependencies": {
|
96 |
| - "@biomejs/biome": "1.7.1", |
| 96 | + "@biomejs/biome": "1.7.3", |
97 | 97 | "@commitlint/cli": "^19.3.0",
|
98 | 98 | "@commitlint/config-conventional": "^19.2.2",
|
99 | 99 | "@faker-js/faker": "^8.4.1",
|
100 | 100 | "@hookform/devtools": "^4.3.1",
|
101 | 101 | "@iconify/react": "^4.1.1",
|
102 |
| - "@playwright/test": "^1.43.0", |
| 102 | + "@playwright/test": "^1.44.0", |
103 | 103 | "@rollup/plugin-replace": "^5.0.5",
|
104 | 104 | "@tailwindcss/forms": "^0.5.7",
|
105 | 105 | "@tailwindcss/typography": "^0.5.13",
|
106 |
| - "@types/node": "^20.12.7", |
107 |
| - "@types/react": "^18.3.1", |
| 106 | + "@types/node": "^20.12.12", |
| 107 | + "@types/react": "^18.3.2", |
108 | 108 | "@types/react-dom": "^18.3.0",
|
109 | 109 | "@vite-pwa/assets-generator": "^0.2.4",
|
110 | 110 | "@vitejs/plugin-react": "^4.2.1",
|
111 | 111 | "autoprefixer": "^10.4.19",
|
112 |
| - "bumpp": "^9.4.0", |
| 112 | + "bumpp": "^9.4.1", |
113 | 113 | "dotenv": "^16.4.5",
|
114 | 114 | "https-localhost": "^4.7.1",
|
115 | 115 | "husky": "^9.0.11",
|
116 |
| - "npm-run-all2": "^6.1.2", |
117 |
| - "pnpm": "^9.0.6", |
| 116 | + "npm-run-all2": "^6.2.0", |
| 117 | + "pnpm": "^9.1.1", |
118 | 118 | "postcss": "^8.4.38",
|
119 | 119 | "prettier": "^3.2.5",
|
120 |
| - "rimraf": "^5.0.5", |
| 120 | + "rimraf": "^5.0.7", |
121 | 121 | "rollup-plugin-visualizer": "^5.12.0",
|
122 | 122 | "tailwind-merge": "^2.3.0",
|
123 | 123 | "tailwindcss": "^3.4.3",
|
124 | 124 | "tailwindcss-animate": "^1.0.7",
|
125 |
| - "tailwindcss-react-aria-components": "1.1.1", |
| 125 | + "tailwindcss-react-aria-components": "1.1.2", |
126 | 126 | "typescript": "^5.4.5",
|
127 |
| - "vite": "^5.2.10", |
128 |
| - "vite-plugin-pwa": "^0.19.8", |
| 127 | + "vite": "^5.2.11", |
| 128 | + "vite-plugin-pwa": "^0.20.0", |
129 | 129 | "vite-tsconfig-paths": "^4.3.2",
|
| 130 | + "workbox-build": "^7.1.0", |
130 | 131 | "workbox-core": "^7.1.0",
|
131 | 132 | "workbox-precaching": "^7.1.0",
|
132 | 133 | "workbox-routing": "^7.1.0",
|
|
0 commit comments