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 Dec 16, 2024
1 parent c6924f7 commit 96f3282
Show file tree
Hide file tree
Showing 4 changed files with 1,500 additions and 1,031 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0-semantic-release",
"license": "MIT",
"repository": "https://github.com/kouts/vue3-ts-vite-starter-template",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -20,34 +20,34 @@
"prepare": "husky"
},
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@fullhuman/vue-cli-plugin-purgecss": "^6.0.0",
"@kouts/eslint-config": "^1.3.22",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@fullhuman/vue-cli-plugin-purgecss": "^7.0.2",
"@kouts/eslint-config": "^2.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 96f3282

Please sign in to comment.