Skip to content

Commit

Permalink
Update all deps, upgrade to npm-run-all2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Mar 3, 2024
1 parent 9cd0f93 commit 895e6e0
Show file tree
Hide file tree
Showing 2 changed files with 1,240 additions and 1,009 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -17,23 +17,23 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nkzw/eslint-config": "^1.12.0",
"@swc/core": "^1.3.100",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"@nkzw/eslint-config": "^1.14.0",
"@swc/core": "^1.4.2",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"scripts": {
"preinstall": "command -v git >/dev/null 2>&1 && git config core.hooksPath git-hooks || true",
Expand Down

0 comments on commit 895e6e0

Please sign in to comment.