Skip to content

Commit 0a8e099

Browse files
authoredDec 27, 2022
fix(deps): update all non-major dependencies (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65f210d commit 0a8e099

File tree

4 files changed

+173
-147
lines changed

4 files changed

+173
-147
lines changed
 

‎package.json

+7-7
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.17",
37+
"@types/node": "^18.11.18",
3838
"@types/picomatch": "^2.3.0",
3939
"@types/prompts": "^2.4.2",
4040
"@types/semver": "^7.3.13",
41-
"@typescript-eslint/eslint-plugin": "^5.46.1",
42-
"@typescript-eslint/parser": "^5.46.1",
41+
"@typescript-eslint/eslint-plugin": "^5.47.1",
42+
"@typescript-eslint/parser": "^5.47.1",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"eslint": "^8.30.0",
4545
"eslint-define-config": "^1.12.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.29.0",
55+
"playwright-chromium": "^1.29.1",
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.2",
65-
"vitest": "^0.26.0"
64+
"vite": "^4.0.3",
65+
"vitest": "^0.26.2"
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.18.2"
85+
"packageManager": "pnpm@7.20.0"
8686
}

‎packages/plugin-react/package.json

+1-1
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.5",
41+
"@babel/core": "^7.20.7",
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

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

‎pnpm-lock.yaml

+164-138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.