Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 31, 2023
1 parent 6e2e0a4 commit 9f9e2f6
Show file tree
Hide file tree
Showing 8 changed files with 880 additions and 361 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to 16.x
uses: actions/setup-node@v3
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/release-scripts": "^1.2.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/release-scripts": "^1.2.1",
"eslint": "^8.46.0",
"eslint-define-config": "^1.22.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.15.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.1",
"playwright-chromium": "^1.36.2",
"prettier": "2.8.8",
"rollup": "^3.26.0",
"simple-git-hooks": "^2.8.1",
"rollup": "^3.27.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.3"
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"react-refresh": "^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "1.0.0",
"devDependencies": {
"kill-port": "^1.6.1",
"node-fetch": "^3.3.1"
"node-fetch": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down

0 comments on commit 9f9e2f6

Please sign in to comment.