Skip to content

Commit

Permalink
chore: update dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert authored Jul 29, 2023
1 parent c6cb1e5 commit cf2e783
Show file tree
Hide file tree
Showing 2 changed files with 903 additions and 845 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "template-vue",
"version": "1.1.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].10",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand All @@ -15,37 +15,37 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.2",
"pinia": "^2.1.3",
"@fontsource/open-sans": "^5.0.5",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-i18n": "^9.3.0-beta.19",
"vue-router": "^4.2.2"
"vue-i18n": "9.3.0-beta.24",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "~0.11.0",
"@rushstack/eslint-patch": "^1.3.0",
"@intlify/unplugin-vue-i18n": "~0.12.2",
"@rushstack/eslint-patch": "^1.3.2",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node18": "^2.0.1",
"@tsconfig/node18": "^18.2.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "~0.4.0",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"semantic-release": "^21.0.3",
"simple-git-hooks": "^2.8.1",
"typescript": "~5.1.3",
"vite": "^4.3.9",
"vitest": "~0.32.0",
"vue-tsc": "^1.6.5"
"prettier": "^3.0.0",
"sass": "^1.64.1",
"semantic-release": "^21.0.7",
"simple-git-hooks": "^2.9.0",
"typescript": "~5.1.6",
"vite": "^4.4.7",
"vitest": "~0.33.0",
"vue-tsc": "^1.8.8"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit cf2e783

Please sign in to comment.