Skip to content

Commit e935a1f

Browse files
fix(deps): update all non-major dependencies (#81)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d758a2a commit e935a1f

File tree

4 files changed

+496
-464
lines changed

4 files changed

+496
-464
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,31 @@
3838
"@types/picomatch": "^2.3.0",
3939
"@types/prompts": "^2.4.2",
4040
"@types/semver": "^7.3.13",
41-
"@typescript-eslint/eslint-plugin": "^5.47.1",
42-
"@typescript-eslint/parser": "^5.47.1",
41+
"@typescript-eslint/eslint-plugin": "^5.48.1",
42+
"@typescript-eslint/parser": "^5.48.1",
4343
"conventional-changelog-cli": "^2.2.2",
44-
"eslint": "^8.31.0",
45-
"eslint-define-config": "^1.13.0",
46-
"eslint-plugin-import": "^2.26.0",
44+
"eslint": "^8.32.0",
45+
"eslint-define-config": "^1.14.0",
46+
"eslint-plugin-import": "^2.27.4",
4747
"eslint-plugin-node": "^11.1.0",
48-
"eslint-plugin-regexp": "^1.11.0",
48+
"eslint-plugin-regexp": "^1.12.0",
4949
"execa": "^6.1.0",
5050
"fs-extra": "^11.1.0",
5151
"lint-staged": "^13.1.0",
5252
"minimist": "^1.2.7",
5353
"npm-run-all": "^4.1.5",
5454
"picocolors": "^1.0.0",
55-
"playwright-chromium": "^1.29.1",
56-
"prettier": "2.8.1",
55+
"playwright-chromium": "^1.29.2",
56+
"prettier": "2.8.3",
5757
"prompts": "^2.4.2",
5858
"rollup": "^3.7.0",
5959
"semver": "^7.3.8",
6060
"simple-git-hooks": "^2.8.1",
61-
"tsx": "^3.12.1",
61+
"tsx": "^3.12.2",
6262
"typescript": "^4.6.4",
63-
"unbuild": "^1.0.2",
64-
"vite": "^4.0.3",
65-
"vitest": "^0.26.3"
63+
"unbuild": "^1.1.1",
64+
"vite": "^4.0.4",
65+
"vitest": "^0.27.1"
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": "pnpm@7.21.0"
85+
"packageManager": "pnpm@7.25.0"
8686
}

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.20.7",
41+
"@babel/core": "^7.20.12",
4242
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
4343
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
4444
"magic-string": "^0.27.0",

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

0 commit comments

Comments
 (0)