Skip to content

Commit 0d3d41b

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

File tree

6 files changed

+302
-269
lines changed

6 files changed

+302
-269
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.1",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.16.16",
37-
"@typescript-eslint/eslint-plugin": "^5.59.8",
38-
"@typescript-eslint/parser": "^5.59.8",
36+
"@types/node": "^18.16.17",
37+
"@typescript-eslint/eslint-plugin": "^5.59.9",
38+
"@typescript-eslint/parser": "^5.59.9",
3939
"@vitejs/release-scripts": "^1.2.0",
4040
"eslint": "^8.42.0",
4141
"eslint-define-config": "^1.20.0",
@@ -46,15 +46,15 @@
4646
"lint-staged": "^13.2.2",
4747
"npm-run-all": "^4.1.5",
4848
"picocolors": "^1.0.0",
49-
"playwright-chromium": "^1.34.3",
49+
"playwright-chromium": "^1.35.0",
5050
"prettier": "2.8.8",
51-
"rollup": "^3.23.1",
51+
"rollup": "^3.25.1",
5252
"simple-git-hooks": "^2.8.1",
5353
"tsx": "^3.12.7",
5454
"typescript": "^5.1.3",
5555
"unbuild": "^1.2.1",
5656
"vite": "^4.3.9",
57-
"vitest": "^0.31.4"
57+
"vitest": "^0.32.0"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4141
"dependencies": {
42-
"@babel/core": "^7.22.1",
43-
"@babel/plugin-transform-react-jsx-self": "^7.21.0",
44-
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
42+
"@babel/core": "^7.22.5",
43+
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
44+
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
4545
"react-refresh": "^0.14.0"
4646
},
4747
"peerDependencies": {

playground/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^2.3.0",
16-
"@types/react": "^18.2.8",
16+
"@types/react": "^18.2.11",
1717
"@types/react-dom": "^18.2.4",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

playground/react-emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.11.0",
12+
"@emotion/react": "^11.11.1",
1313
"@emotion/styled": "^11.11.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"react-switch": "^7.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.22.5",
2020
"@emotion/babel-plugin": "^11.11.0",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

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

0 commit comments

Comments
 (0)