Skip to content

Commit c655563

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

File tree

5 files changed

+520
-298
lines changed

5 files changed

+520
-298
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.15.10",
37-
"@typescript-eslint/eslint-plugin": "^5.56.0",
38-
"@typescript-eslint/parser": "^5.56.0",
36+
"@types/node": "^18.15.11",
37+
"@typescript-eslint/eslint-plugin": "^5.57.0",
38+
"@typescript-eslint/parser": "^5.57.0",
3939
"@vitejs/release-scripts": "^1.1.0",
4040
"conventional-changelog-cli": "^2.2.2",
41-
"eslint": "^8.36.0",
41+
"eslint": "^8.37.0",
4242
"eslint-define-config": "^1.17.0",
4343
"eslint-plugin-import": "^2.27.5",
4444
"eslint-plugin-node": "^11.1.0",
45-
"eslint-plugin-regexp": "^1.13.0",
45+
"eslint-plugin-regexp": "^1.14.0",
4646
"execa": "^7.1.1",
4747
"fs-extra": "^11.1.1",
4848
"lint-staged": "^13.2.0",
@@ -53,10 +53,10 @@
5353
"rollup": "^3.20.2",
5454
"simple-git-hooks": "^2.8.1",
5555
"tsx": "^3.12.6",
56-
"typescript": "^5.0.2",
57-
"unbuild": "^1.1.2",
56+
"typescript": "^5.0.3",
57+
"unbuild": "^1.2.0",
5858
"vite": "^4.2.1",
59-
"vitest": "^0.29.7"
59+
"vitest": "^0.29.8"
6060
},
6161
"simple-git-hooks": {
6262
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -75,5 +75,5 @@
7575
"eslint --cache --fix"
7676
]
7777
},
78-
"packageManager": "[email protected].3"
78+
"packageManager": "[email protected].5"
7979
}

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.3",
42+
"@babel/core": "^7.21.4",
4343
"@babel/plugin-transform-react-jsx-self": "^7.21.0",
4444
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
4545
"magic-string": "^0.30.0",

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.0.29",
16+
"@types/react": "^18.0.32",
1717
"@types/react-dom": "^18.0.11",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

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

0 commit comments

Comments
 (0)