Skip to content

Commit 82d7cbc

Browse files
chore(deps): update all non-major dependencies (#3315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent 0db6709 commit 82d7cbc

File tree

39 files changed

+4253
-3692
lines changed

39 files changed

+4253
-3692
lines changed

.eslintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
}
3737
]
3838
}
39+
},
40+
{
41+
"files": ["docs/**", "packages/web-worker/**", "test/web-worker/**"],
42+
"rules": {
43+
"no-restricted-globals": "off"
44+
}
45+
},
46+
{
47+
"files": ["packages/vite-node/**"],
48+
"rules": {
49+
// false positive on "exports" variable
50+
"antfu/no-cjs-exports": "off"
51+
}
3952
}
4053
]
4154
}

bench/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"@actions/core": "^1.10.0",
1010
"@actions/exec": "^1.1.1",
1111
"@actions/github": "^5.1.1",
12-
"@babel/preset-env": "^7.21.5",
13-
"@babel/preset-typescript": "^7.21.5",
14-
"@happy-dom/jest-environment": "^9.10.7",
12+
"@babel/preset-env": "^7.22.5",
13+
"@babel/preset-typescript": "^7.22.5",
14+
"@happy-dom/jest-environment": "^9.20.3",
1515
"@types/benchmark": "^2.1.2",
16-
"@vitejs/plugin-vue": "^4.2.1",
16+
"@vitejs/plugin-vue": "^4.2.3",
1717
"@vue/test-utils": "^2.3.2",
1818
"@vue/vue3-jest": "^29.2.4",
1919
"babel-jest": "^29.5.0",
@@ -26,6 +26,6 @@
2626
"microtime": "^3.1.1",
2727
"ts-jest": "^29.1.0",
2828
"vitest": "link:../packages/vitest",
29-
"vue": "^3.2.47"
29+
"vue": "^3.3.4"
3030
}
3131
}

0 commit comments

Comments
 (0)