Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent c3d2ffa commit e145ad5
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 188 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/import": "^2.29.0-1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/release-scripts": "^1.3.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.1.2",
"fs-extra": "^11.2.0",
Expand All @@ -51,9 +51,9 @@
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.5",
"vite": "^5.0.10",
"vitest": "^1.0.4"
},
"simple-git-hooks": {
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 @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@types/babel__core": "^7.20.5",
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.41",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@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.20.1"
"react-router-dom": "^6.21.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit e145ad5

Please sign in to comment.