Skip to content

Commit 9f9e2f6

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

File tree

8 files changed

+880
-361
lines changed

8 files changed

+880
-361
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Install pnpm
53-
uses: pnpm/action-setup@v2.2.4
53+
uses: pnpm/action-setup@v2.4.0
5454

5555
- name: Set node version to ${{ matrix.node_version }}
5656
uses: actions/setup-node@v3
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102

103103
- name: Install pnpm
104-
uses: pnpm/action-setup@v2.2.4
104+
uses: pnpm/action-setup@v2.4.0
105105

106106
- name: Set node version to 18
107107
uses: actions/setup-node@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2.2.4
17+
uses: pnpm/action-setup@v2.4.0
1818

1919
- name: Set node version to 16.x
2020
uses: actions/setup-node@v3

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.1",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.16.19",
37-
"@typescript-eslint/eslint-plugin": "^5.60.1",
38-
"@typescript-eslint/parser": "^5.60.1",
39-
"@vitejs/release-scripts": "^1.2.0",
40-
"eslint": "^8.44.0",
41-
"eslint-define-config": "^1.21.0",
42-
"eslint-plugin-import": "^2.27.5",
36+
"@types/node": "^18.17.1",
37+
"@typescript-eslint/eslint-plugin": "^5.62.0",
38+
"@typescript-eslint/parser": "^5.62.0",
39+
"@vitejs/release-scripts": "^1.2.1",
40+
"eslint": "^8.46.0",
41+
"eslint-define-config": "^1.22.0",
42+
"eslint-plugin-import": "^2.28.0",
4343
"eslint-plugin-node": "^11.1.0",
4444
"eslint-plugin-regexp": "^1.15.0",
4545
"fs-extra": "^11.1.1",
4646
"lint-staged": "^13.2.3",
4747
"npm-run-all": "^4.1.5",
4848
"picocolors": "^1.0.0",
49-
"playwright-chromium": "^1.35.1",
49+
"playwright-chromium": "^1.36.2",
5050
"prettier": "2.8.8",
51-
"rollup": "^3.26.0",
52-
"simple-git-hooks": "^2.8.1",
51+
"rollup": "^3.27.0",
52+
"simple-git-hooks": "^2.9.0",
5353
"tsx": "^3.12.7",
5454
"typescript": "^5.1.6",
5555
"unbuild": "^1.2.1",
56-
"vite": "^4.3.9",
57-
"vitest": "^0.32.3"
56+
"vite": "^4.4.7",
57+
"vitest": "^0.33.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.22.5",
42+
"@babel/core": "^7.22.9",
4343
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
4444
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
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.14",
17-
"@types/react-dom": "^18.2.6",
16+
"@types/react": "^18.2.17",
17+
"@types/react-dom": "^18.2.7",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"version": "1.0.0",
55
"devDependencies": {
66
"kill-port": "^1.6.1",
7-
"node-fetch": "^3.3.1"
7+
"node-fetch": "^3.3.2"
88
}
99
}

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

0 commit comments

Comments
 (0)