Skip to content

Commit 9955e30

Browse files
chore(deps): update all non-major dependencies (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82f686f commit 9955e30

File tree

3 files changed

+95
-136
lines changed

3 files changed

+95
-136
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
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.10",
37+
"@types/node": "^18.11.14",
3838
"@types/picomatch": "^2.3.0",
39-
"@types/prompts": "^2.4.1",
39+
"@types/prompts": "^2.4.2",
4040
"@types/semver": "^7.3.13",
41-
"@typescript-eslint/eslint-plugin": "^5.45.0",
42-
"@typescript-eslint/parser": "^5.45.0",
41+
"@typescript-eslint/eslint-plugin": "^5.46.1",
42+
"@typescript-eslint/parser": "^5.46.1",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"eslint": "^8.29.0",
4545
"eslint-define-config": "^1.12.0",
@@ -53,16 +53,16 @@
5353
"npm-run-all": "^4.1.5",
5454
"picocolors": "^1.0.0",
5555
"playwright-chromium": "^1.28.1",
56-
"prettier": "2.8.0",
56+
"prettier": "2.8.1",
5757
"prompts": "^2.4.2",
5858
"rollup": "^3.7.0",
5959
"semver": "^7.3.8",
6060
"simple-git-hooks": "^2.8.1",
6161
"tsx": "^3.12.1",
6262
"typescript": "^4.6.4",
6363
"unbuild": "^0.9.4",
64-
"vite": "^4.0.0",
65-
"vitest": "^0.25.3"
64+
"vite": "^4.0.1",
65+
"vitest": "^0.25.8"
6666
},
6767
"simple-git-hooks": {
6868
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -82,5 +82,5 @@
8282
"eslint --cache --fix"
8383
]
8484
},
85-
"packageManager": "[email protected].1"
85+
"packageManager": "[email protected].2"
8686
}

playground/ssr-react/package.json

+1-1
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.4"
18+
"react-router-dom": "^6.4.5"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)