Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored May 26, 2023
1 parent febb6ba commit 5f7b79a
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 68 deletions.
172 changes: 108 additions & 64 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vue-unused-components-checker": "^1.1.2"
},
"devDependencies": {
"@pinia/testing": "^0.0.13 || ^0.0.14 || ^0.0.15 || ^0.0.16",
"@pinia/testing": "^0.0.13 || ^0.0.14 || ^0.0.15 || ^0.0.16 || ^0.1.0",
"@rushstack/eslint-patch": "^1.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/vue": "^6.6.1 || ^7.0.0",
Expand All @@ -48,11 +48,11 @@
"@types/node": "^16.11.43 || ^18.0.0",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^3.0.0 || ^4.0.0",
"@vitest/coverage-c8": "^0.22.1 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0",
"@vitest/coverage-c8": "^0.22.1 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"@vue/tsconfig": "^0.1.3 || ^0.4.0",
"c8": "^7.12.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
Expand All @@ -61,7 +61,7 @@
"prettier": "^2.5.1",
"typescript": "~4.7.4 || ~4.8.0 || ~4.9.0",
"vite": "^3.0.0 || ^4.0.0",
"vitest": "^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0",
"vitest": "^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0",
"vue-tsc": "^0.39.0 || ^0.40.0 || ^1.0.0"
}
}

0 comments on commit 5f7b79a

Please sign in to comment.