Skip to content

Commit 65f210d

Browse files
chore(deps): update all non-major dependencies (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9231a86 commit 65f210d

File tree

3 files changed

+113
-91
lines changed

3 files changed

+113
-91
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@types/babel__core": "^7.1.20",
3535
"@types/fs-extra": "^9.0.13",
3636
"@types/minimist": "^1.2.2",
37-
"@types/node": "^18.11.14",
37+
"@types/node": "^18.11.17",
3838
"@types/picomatch": "^2.3.0",
3939
"@types/prompts": "^2.4.2",
4040
"@types/semver": "^7.3.13",
4141
"@typescript-eslint/eslint-plugin": "^5.46.1",
4242
"@typescript-eslint/parser": "^5.46.1",
4343
"conventional-changelog-cli": "^2.2.2",
44-
"eslint": "^8.29.0",
44+
"eslint": "^8.30.0",
4545
"eslint-define-config": "^1.12.0",
4646
"eslint-plugin-import": "^2.26.0",
4747
"eslint-plugin-node": "^11.1.0",
@@ -52,7 +52,7 @@
5252
"minimist": "^1.2.7",
5353
"npm-run-all": "^4.1.5",
5454
"picocolors": "^1.0.0",
55-
"playwright-chromium": "^1.28.1",
55+
"playwright-chromium": "^1.29.0",
5656
"prettier": "2.8.1",
5757
"prompts": "^2.4.2",
5858
"rollup": "^3.7.0",
@@ -61,8 +61,8 @@
6161
"tsx": "^3.12.1",
6262
"typescript": "^4.6.4",
6363
"unbuild": "^0.9.4",
64-
"vite": "^4.0.1",
65-
"vitest": "^0.25.8"
64+
"vite": "^4.0.2",
65+
"vitest": "^0.26.0"
6666
},
6767
"simple-git-hooks": {
6868
"pre-commit": "pnpm exec lint-staged --concurrent false",

playground/ssr-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.4.5"
18+
"react-router-dom": "^6.5.0"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)