Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#259)
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 Dec 4, 2023
1 parent 7f53c63 commit 8512995
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 279 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/import": "^2.29.0-1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/release-scripts": "^1.3.1",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.1.1",
"fs-extra": "^11.1.1",
"lint-staged": "^15.1.0",
"eslint-plugin-regexp": "^2.1.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.39.0",
"playwright-chromium": "^1.40.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.5.0",
"typescript": "^5.2.2",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@types/babel__core": "^7.20.4",
"@types/babel__core": "^7.20.5",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
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": "^3.0.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "workspace:*"
}
}
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.18.0"
"react-router-dom": "^6.20.1"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit 8512995

Please sign in to comment.