Skip to content

Commit 48c4e8c

Browse files
chore(deps): update all non-major dependencies (#3238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent 36eea98 commit 48c4e8c

File tree

37 files changed

+1973
-1576
lines changed

37 files changed

+1973
-1576
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
// these files define vitest as peer dependency
30-
"files": "packages/{coverage-*,ui,browser}/**/*.*",
30+
"files": "packages/{coverage-*,ui,browser,web-worker}/**/*.*",
3131
"rules": {
3232
"no-restricted-imports": [
3333
"error",

bench/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"@actions/core": "^1.10.0",
1010
"@actions/exec": "^1.1.1",
1111
"@actions/github": "^5.1.1",
12-
"@babel/preset-env": "^7.21.4",
13-
"@babel/preset-typescript": "^7.21.4",
14-
"@happy-dom/jest-environment": "^9.1.7",
12+
"@babel/preset-env": "^7.21.5",
13+
"@babel/preset-typescript": "^7.21.5",
14+
"@happy-dom/jest-environment": "^9.10.7",
1515
"@types/benchmark": "^2.1.2",
16-
"@vitejs/plugin-vue": "^4.1.0",
16+
"@vitejs/plugin-vue": "^4.2.1",
1717
"@vue/test-utils": "^2.3.2",
18-
"@vue/vue3-jest": "^29.2.3",
18+
"@vue/vue3-jest": "^29.2.4",
1919
"babel-jest": "^29.5.0",
2020
"benchmark": "^2.1.4",
2121
"esno": "^0.16.3",

0 commit comments

Comments
 (0)