Skip to content

Commit

Permalink
fix: updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Jul 21, 2024
1 parent d71c230 commit 85160fd
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 905 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.31",
"vue": "^3.4.33",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@fullhuman/vue-cli-plugin-purgecss": "^6.0.0",
"@kouts/eslint-config": "^0.0.14",
"@kouts/eslint-config": "^0.0.15",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.31",
"@vitest/coverage-v8": "^2.0.3",
"@vue/compiler-sfc": "^3.4.33",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"husky": "^9.1.1",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 85160fd

Please sign in to comment.