Skip to content

Commit d89727a

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

File tree

6 files changed

+300
-310
lines changed

6 files changed

+300
-310
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.16.3",
37-
"@typescript-eslint/eslint-plugin": "^5.59.1",
38-
"@typescript-eslint/parser": "^5.59.1",
39-
"@vitejs/release-scripts": "^1.1.0",
40-
"eslint": "^8.39.0",
36+
"@types/node": "^18.16.5",
37+
"@typescript-eslint/eslint-plugin": "^5.59.2",
38+
"@typescript-eslint/parser": "^5.59.2",
39+
"@vitejs/release-scripts": "^1.2.0",
40+
"eslint": "^8.40.0",
4141
"eslint-define-config": "^1.20.0",
4242
"eslint-plugin-import": "^2.27.5",
4343
"eslint-plugin-node": "^11.1.0",
@@ -48,13 +48,13 @@
4848
"picocolors": "^1.0.0",
4949
"playwright-chromium": "^1.33.0",
5050
"prettier": "2.8.8",
51-
"rollup": "^3.21.2",
51+
"rollup": "^3.21.5",
5252
"simple-git-hooks": "^2.8.1",
5353
"tsx": "^3.12.7",
5454
"typescript": "^5.0.4",
5555
"unbuild": "^1.2.1",
56-
"vite": "^4.3.3",
57-
"vitest": "^0.30.1"
56+
"vite": "^4.3.5",
57+
"vitest": "^0.31.0"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

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.5",
42+
"@babel/core": "^7.21.8",
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.2.0",
17-
"@types/react-dom": "^18.2.1",
16+
"@types/react": "^18.2.6",
17+
"@types/react-dom": "^18.2.4",
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.8",
13-
"@emotion/styled": "^11.10.8",
12+
"@emotion/react": "^11.11.0",
13+
"@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": {
1919
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
20-
"@emotion/babel-plugin": "^11.10.8",
20+
"@emotion/babel-plugin": "^11.11.0",
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.11.0"
18+
"react-router-dom": "^6.11.1"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)