Skip to content

Commit

Permalink
test: updated fixtures packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Aug 25, 2024
1 parent 598f0a2 commit ad79111
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 170 deletions.
10 changes: 5 additions & 5 deletions fixtures/vue3-ts-vite-starter-template/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.7.1",
"packageManager": "pnpm@9.8.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -27,20 +27,20 @@
"@fullhuman/vue-cli-plugin-purgecss": "^6.0.0",
"@kouts/eslint-config": "link:../..",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.0.5",
"@vue/compiler-sfc": "^3.4.38",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"jsdom": "^24.1.1",
"eslint": "^9.9.1",
"jsdom": "^25.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
Expand Down
Loading

0 comments on commit ad79111

Please sign in to comment.