Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Jun 17, 2024
1 parent 46c6ded commit 5c426bf
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 398 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"files.associations": {
"*.css": "tailwindcss"
},
"tailwindCSS.experimental.classRegex": [
[
"cva\\(([^)]*)\\)",
Expand Down
7 changes: 6 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"organizeImports": {
"enabled": false
},
Expand All @@ -17,5 +17,10 @@
"formatter": {
"quoteStyle": "single"
}
},
"css": {
"formatter": {
"enabled": true
}
}
}
47 changes: 21 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,24 @@
"name": "react-app",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.3.0",
"description": "Bulletproof React 18 SPA Template",
"author": "Tri Rizeki Rifandani",
"license": "MIT",
"scripts": {
"prepare": "husky",
"gen:pwa-assets": "pwa-assets-generator --preset minimal-2023 public/favicon.svg",
"migrate": "biome migrate",
"migrate:fix": "biome migrate --write",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "biome lint ./src",
"lint:fix": "biome lint --apply ./src",
"check": "biome check ./src",
"check:fix": "biome check --apply ./src",
"ci": "biome ci ./src",
"clean": "find . \\( -name node_modules -type d -o -name dev-dist -type d -o -name dist -type d -o -name html -type d -o -name playwright -type d -o -name playwright-report -type d -o -name playwright-test-results -type d -name pnpm-lock.json -type f \\) | xargs rm -rf && pnpm install",
"clean:biome": "biome clean",
"check": "biome check --css-linter-enabled=true ./src",
"check:fix": "biome check --css-linter-enabled=true --write ./src",
"ci": "biome ci --css-linter-enabled=true ./src",
"typecheck": "tsc --noEmit",
"test:install": "playwright install --with-deps chromium",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:report": "playwright show-report",
"regression": "run-p lint typecheck test",
"regression": "run-p check typecheck test",
"dev": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true vite --force",
"dev:claims": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true CLAIMS=true SW=true vite --force",
"dev:destroy": "rimraf dev-dist && DEBUG=vite-plugin-pwa SW_DEV=true SW_DESTROY=true vite --force",
Expand Down Expand Up @@ -71,60 +67,59 @@
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.4.2",
"@hookform/resolvers": "^3.6.0",
"@internationalized/date": "^3.5.4",
"@radix-ui/react-avatar": "^1.0.4",
"@rifandani/nxact-yutiriti": "^1.2.2",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"class-variance-authority": "^0.7.0",
"ky": "^1.3.0",
"react": "^18.3.1",
"react-aria": "^3.33.1",
"react-aria-components": "1.2.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-router-dom": "^6.23.1",
"react-stately": "^3.31.1",
"sonner": "^1.4.41",
"ts-pattern": "^5.1.2",
"type-fest": "^4.18.3",
"sonner": "^1.5.0",
"ts-pattern": "^5.2.0",
"type-fest": "^4.20.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^8.4.1",
"@hookform/devtools": "^4.3.1",
"@iconify/react": "^5.0.1",
"@playwright/test": "^1.44.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"bumpp": "^9.4.1",
"dotenv": "^16.4.5",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"npm-run-all2": "^6.2.0",
"pnpm": "^9.1.4",
"pnpm": "^9.3.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "1.1.3",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"workbox-build": "^7.1.1",
Expand Down
Loading

0 comments on commit 5c426bf

Please sign in to comment.