Skip to content

Commit 8ccc5c0

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

File tree

3 files changed

+220
-458
lines changed

3 files changed

+220
-458
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,30 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.15.0",
37-
"@typescript-eslint/eslint-plugin": "^5.54.1",
38-
"@typescript-eslint/parser": "^5.54.1",
36+
"@types/node": "^18.15.5",
37+
"@typescript-eslint/eslint-plugin": "^5.56.0",
38+
"@typescript-eslint/parser": "^5.56.0",
3939
"@vitejs/release-scripts": "^1.1.0",
4040
"conventional-changelog-cli": "^2.2.2",
4141
"eslint": "^8.36.0",
42-
"eslint-define-config": "^1.16.0",
42+
"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.12.0",
46-
"execa": "^7.1.0",
47-
"fs-extra": "^11.1.0",
45+
"eslint-plugin-regexp": "^1.13.0",
46+
"execa": "^7.1.1",
47+
"fs-extra": "^11.1.1",
4848
"lint-staged": "^13.2.0",
4949
"npm-run-all": "^4.1.5",
5050
"picocolors": "^1.0.0",
51-
"playwright-chromium": "^1.31.2",
52-
"prettier": "2.8.4",
53-
"rollup": "^3.19.1",
51+
"playwright-chromium": "^1.32.0",
52+
"prettier": "2.8.6",
53+
"rollup": "^3.20.0",
5454
"simple-git-hooks": "^2.8.1",
55-
"tsx": "^3.12.4",
55+
"tsx": "^3.12.6",
5656
"typescript": "^4.9.5",
5757
"unbuild": "^1.1.2",
58-
"vite": "^4.1.4",
59-
"vitest": "^0.29.2"
58+
"vite": "^4.2.1",
59+
"vitest": "^0.29.7"
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": "pnpm@7.29.1"
78+
"packageManager": "pnpm@7.30.0"
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.0",
42+
"@babel/core": "^7.21.3",
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",

0 commit comments

Comments
 (0)