Skip to content

Commit

Permalink
chore: update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert authored Jul 23, 2024
1 parent 3a8b819 commit df5f10e
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 583 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.1",
"private": true,
"type": "module",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"scripts": {
"dev": "vite",
"build": "pnpm run '/type-check|build-only/'",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@fontsource/open-sans": "^5.0.28",
"pinia": "^2.1.7",
"vue": "^3.4.31",
"vue": "^3.4.33",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
Expand All @@ -30,23 +30,23 @@
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "~0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"jsdom": "^24.1.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"typescript": "~5.5.2",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
"typescript": "~5.5.4",
"vite": "^5.3.4",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.28"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit df5f10e

Please sign in to comment.