Skip to content

Commit

Permalink
fix: updated vue and npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Sep 28, 2024
1 parent 6dae579 commit 4c7e98e
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 637 deletions.
36 changes: 18 additions & 18 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.10.0",
"packageManager": "pnpm@9.11.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -20,33 +20,33 @@
},
"dependencies": {
"pinia": "^2.2.2",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@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.10",
"@kouts/eslint-config": "^1.3.14",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.0.5",
"@vue/compiler-sfc": "^3.5.3",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.1",
"@vue/compiler-sfc": "^3.5.10",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"eslint": "^9.11.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 4c7e98e

Please sign in to comment.