Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3315)
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 <[email protected]>
  • Loading branch information
renovate[bot] and sheremet-va committed Jun 20, 2023
1 parent 0db6709 commit 82d7cbc
Show file tree
Hide file tree
Showing 39 changed files with 4,253 additions and 3,692 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Expand Up @@ -36,6 +36,19 @@
}
]
}
},
{
"files": ["docs/**", "packages/web-worker/**", "test/web-worker/**"],
"rules": {
"no-restricted-globals": "off"
}
},
{
"files": ["packages/vite-node/**"],
"rules": {
// false positive on "exports" variable
"antfu/no-cjs-exports": "off"
}
}
]
}
10 changes: 5 additions & 5 deletions bench/package.json
Expand Up @@ -9,11 +9,11 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@happy-dom/jest-environment": "^9.10.7",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@happy-dom/jest-environment": "^9.20.3",
"@types/benchmark": "^2.1.2",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
Expand All @@ -26,6 +26,6 @@
"microtime": "^3.1.1",
"ts-jest": "^29.1.0",
"vitest": "link:../packages/vitest",
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}

0 comments on commit 82d7cbc

Please sign in to comment.