Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
  • Loading branch information
renovate[bot] and sheremet-va committed May 4, 2023
1 parent 36eea98 commit 48c4e8c
Show file tree
Hide file tree
Showing 37 changed files with 1,973 additions and 1,576 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -27,7 +27,7 @@
},
{
// these files define vitest as peer dependency
"files": "packages/{coverage-*,ui,browser}/**/*.*",
"files": "packages/{coverage-*,ui,browser,web-worker}/**/*.*",
"rules": {
"no-restricted-imports": [
"error",
Expand Down
10 changes: 5 additions & 5 deletions bench/package.json
Expand Up @@ -9,13 +9,13 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@happy-dom/jest-environment": "^9.1.7",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@happy-dom/jest-environment": "^9.10.7",
"@types/benchmark": "^2.1.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.3",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"benchmark": "^2.1.4",
"esno": "^0.16.3",
Expand Down

0 comments on commit 48c4e8c

Please sign in to comment.