Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jun 29, 2024
1 parent 77149d9 commit b6e9755
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 920 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
36 changes: 18 additions & 18 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.0.6",
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "vite",
"build": "pnpm run '/type-check|build-only/'",
Expand All @@ -21,34 +21,34 @@
"dependencies": {
"@fontsource/open-sans": "^5.0.28",
"pinia": "^2.1.7",
"vue": "^3.4.26",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "~0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"semantic-release": "^23.0.8",
"eslint-plugin-vue": "^9.26.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"semantic-release": "^24.0.0",
"simple-git-hooks": "^2.11.1",
"typescript": "~5.3.3",
"vite": "^5.2.10",
"vitest": "^1.5.3",
"vue-tsc": "^2.0.16"
"typescript": "~5.5.2",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit b6e9755

Please sign in to comment.