Skip to content

Commit c1b4762

Browse files
committedMay 18, 2024
chore: bump deps
1 parent daa602b commit c1b4762

File tree

3 files changed

+1730
-1460
lines changed

3 files changed

+1730
-1460
lines changed
 

‎package.json

+25-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-app",
33
"type": "module",
44
"version": "0.0.1",
5-
"packageManager": "pnpm@9.0.6",
5+
"packageManager": "pnpm@9.1.1",
66
"description": "Bulletproof React 18 SPA Template",
77
"author": "Tri Rizeki Rifandani",
88
"license": "MIT",
@@ -65,68 +65,69 @@
6565
"start:sw-reloadsw-destroy": "run-s pnpm build:sw-reloadsw-destroy serve",
6666
"start:sw-claims-destroy": "run-s pnpm build:sw-claims-destroy serve",
6767
"start:sw-reloadsw-claims-destroy": "run-s pnpm build:sw-reloadsw-claims-destroy serve",
68+
"preview": "vite preview",
6869
"build-and-preview": "run-s build preview",
69-
"preview": "vite preview --host",
7070
"release": "bumpp"
7171
},
7272
"dependencies": {
7373
"@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",
7676
"@radix-ui/react-avatar": "^1.0.4",
7777
"@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",
8080
"class-variance-authority": "^0.7.0",
8181
"ky": "^1.2.4",
8282
"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",
8585
"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",
8989
"sonner": "^1.4.41",
9090
"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",
9393
"zustand": "^4.5.2"
9494
},
9595
"devDependencies": {
96-
"@biomejs/biome": "1.7.1",
96+
"@biomejs/biome": "1.7.3",
9797
"@commitlint/cli": "^19.3.0",
9898
"@commitlint/config-conventional": "^19.2.2",
9999
"@faker-js/faker": "^8.4.1",
100100
"@hookform/devtools": "^4.3.1",
101101
"@iconify/react": "^4.1.1",
102-
"@playwright/test": "^1.43.0",
102+
"@playwright/test": "^1.44.0",
103103
"@rollup/plugin-replace": "^5.0.5",
104104
"@tailwindcss/forms": "^0.5.7",
105105
"@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",
108108
"@types/react-dom": "^18.3.0",
109109
"@vite-pwa/assets-generator": "^0.2.4",
110110
"@vitejs/plugin-react": "^4.2.1",
111111
"autoprefixer": "^10.4.19",
112-
"bumpp": "^9.4.0",
112+
"bumpp": "^9.4.1",
113113
"dotenv": "^16.4.5",
114114
"https-localhost": "^4.7.1",
115115
"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",
118118
"postcss": "^8.4.38",
119119
"prettier": "^3.2.5",
120-
"rimraf": "^5.0.5",
120+
"rimraf": "^5.0.7",
121121
"rollup-plugin-visualizer": "^5.12.0",
122122
"tailwind-merge": "^2.3.0",
123123
"tailwindcss": "^3.4.3",
124124
"tailwindcss-animate": "^1.0.7",
125-
"tailwindcss-react-aria-components": "1.1.1",
125+
"tailwindcss-react-aria-components": "1.1.2",
126126
"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",
129129
"vite-tsconfig-paths": "^4.3.2",
130+
"workbox-build": "^7.1.0",
130131
"workbox-core": "^7.1.0",
131132
"workbox-precaching": "^7.1.0",
132133
"workbox-routing": "^7.1.0",

0 commit comments

Comments
 (0)