Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed May 18, 2024
1 parent daa602b commit c1b4762
Show file tree
Hide file tree
Showing 3 changed files with 1,730 additions and 1,460 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-app",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"description": "Bulletproof React 18 SPA Template",
"author": "Tri Rizeki Rifandani",
"license": "MIT",
Expand Down Expand Up @@ -65,68 +65,69 @@
"start:sw-reloadsw-destroy": "run-s pnpm build:sw-reloadsw-destroy serve",
"start:sw-claims-destroy": "run-s pnpm build:sw-claims-destroy serve",
"start:sw-reloadsw-claims-destroy": "run-s pnpm build:sw-reloadsw-claims-destroy serve",
"preview": "vite preview",
"build-and-preview": "run-s build preview",
"preview": "vite preview --host",
"release": "bumpp"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.3.4",
"@internationalized/date": "^3.5.2",
"@hookform/resolvers": "^3.4.0",
"@internationalized/date": "^3.5.3",
"@radix-ui/react-avatar": "^1.0.4",
"@rifandani/nxact-yutiriti": "^1.2.2",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query-devtools": "^5.36.2",
"class-variance-authority": "^0.7.0",
"ky": "^1.2.4",
"react": "^18.3.1",
"react-aria": "^3.32.1",
"react-aria-components": "1.1.1",
"react-aria": "^3.33.0",
"react-aria-components": "1.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.23.0",
"react-stately": "^3.30.1",
"react-hook-form": "^7.51.4",
"react-router-dom": "^6.23.1",
"react-stately": "^3.31.0",
"sonner": "^1.4.41",
"ts-pattern": "^5.1.1",
"type-fest": "^4.17.0",
"zod": "^3.23.4",
"type-fest": "^4.18.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@biomejs/biome": "1.7.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^8.4.1",
"@hookform/devtools": "^4.3.1",
"@iconify/react": "^4.1.1",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.44.0",
"@rollup/plugin-replace": "^5.0.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"dotenv": "^16.4.5",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"npm-run-all2": "^6.1.2",
"pnpm": "^9.0.6",
"npm-run-all2": "^6.2.0",
"pnpm": "^9.1.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "1.1.1",
"tailwindcss-react-aria-components": "1.1.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"workbox-build": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
Expand Down
Loading

0 comments on commit c1b4762

Please sign in to comment.