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 Oct 2, 2024
1 parent 49aa27c commit 44cb20a
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 250 deletions.
10 changes: 5 additions & 5 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.11.0",
"packageManager": "pnpm@9.12.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -19,7 +19,7 @@
"prepare": "husky"
},
"dependencies": {
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
Expand All @@ -32,7 +32,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.2",
"@vue/compiler-sfc": "^3.5.10",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
Expand All @@ -44,9 +44,9 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 44cb20a

Please sign in to comment.