Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2766)
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 Apr 6, 2023
1 parent c51433d commit 0f86ff9
Show file tree
Hide file tree
Showing 192 changed files with 4,044 additions and 3,585 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Expand Up @@ -2,6 +2,8 @@
"extends": "@antfu",
"rules": {
"no-only-tests/no-only-tests": "off",
// prefer global Buffer to not initialize the whole module
"n/prefer-global/buffer": "off",
"no-restricted-imports": [
"error",
{
Expand Down
22 changes: 11 additions & 11 deletions bench/package.json
Expand Up @@ -9,23 +9,23 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@happy-dom/jest-environment": "^9.1.7",
"@types/benchmark": "^2.1.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.7",
"@vue/vue3-jest": "^29.2.2",
"babel-jest": "^29.4.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.3",
"babel-jest": "^29.5.0",
"benchmark": "^2.1.4",
"esno": "^0.16.3",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"jest": "^29.4.3",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"markdown-table": "^3.0.3",
"microtime": "^3.1.1",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"vitest": "link:../packages/vitest",
"vue": "^3.2.45"
"vue": "^3.2.47"
}
}

0 comments on commit 0f86ff9

Please sign in to comment.