Skip to content

Commit 722ddd7

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

File tree

6 files changed

+289
-512
lines changed

6 files changed

+289
-512
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.15.11",
37-
"@typescript-eslint/eslint-plugin": "^5.58.0",
38-
"@typescript-eslint/parser": "^5.58.0",
36+
"@types/node": "^18.16.3",
37+
"@typescript-eslint/eslint-plugin": "^5.59.1",
38+
"@typescript-eslint/parser": "^5.59.1",
3939
"@vitejs/release-scripts": "^1.1.0",
40-
"eslint": "^8.38.0",
41-
"eslint-define-config": "^1.18.0",
40+
"eslint": "^8.39.0",
41+
"eslint-define-config": "^1.20.0",
4242
"eslint-plugin-import": "^2.27.5",
4343
"eslint-plugin-node": "^11.1.0",
4444
"eslint-plugin-regexp": "^1.14.0",
4545
"fs-extra": "^11.1.1",
46-
"lint-staged": "^13.2.1",
46+
"lint-staged": "^13.2.2",
4747
"npm-run-all": "^4.1.5",
4848
"picocolors": "^1.0.0",
49-
"playwright-chromium": "^1.32.3",
50-
"prettier": "2.8.7",
51-
"rollup": "^3.20.4",
49+
"playwright-chromium": "^1.33.0",
50+
"prettier": "2.8.8",
51+
"rollup": "^3.21.2",
5252
"simple-git-hooks": "^2.8.1",
53-
"tsx": "^3.12.6",
53+
"tsx": "^3.12.7",
5454
"typescript": "^5.0.4",
5555
"unbuild": "^1.2.1",
56-
"vite": "^4.2.1",
56+
"vite": "^4.3.3",
5757
"vitest": "^0.30.1"
5858
},
5959
"simple-git-hooks": {

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4141
"dependencies": {
42-
"@babel/core": "^7.21.4",
42+
"@babel/core": "^7.21.5",
4343
"@babel/plugin-transform-react-jsx-self": "^7.21.0",
4444
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
4545
"react-refresh": "^0.14.0"

playground/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^2.3.0",
16-
"@types/react": "^18.0.35",
17-
"@types/react-dom": "^18.0.11",
16+
"@types/react": "^18.2.0",
17+
"@types/react-dom": "^18.2.1",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.10.6",
13-
"@emotion/styled": "^11.10.6",
12+
"@emotion/react": "^11.10.8",
13+
"@emotion/styled": "^11.10.8",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"react-switch": "^7.0.0"
1717
},
1818
"devDependencies": {
1919
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
20-
"@emotion/babel-plugin": "^11.10.6",
20+
"@emotion/babel-plugin": "^11.10.8",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},
2323
"babel": {

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

0 commit comments

Comments
 (0)