Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Aug 30, 2023
1 parent 653f730 commit 5f766d0
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 767 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -28,15 +28,16 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.2.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vitest": "^0.34.0"
"vitest": "^0.34.3"
},
"scripts": {
"build": "vite build",
"dev:update-deps": "rm -rf pnpm-lock.yaml node_modules/ **/node_modules && pnpm install",
"dev": "vite dev",
"format": "prettier --write .",
"lint:format": "prettier --cache --check .",
Expand Down

0 comments on commit 5f766d0

Please sign in to comment.