Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#226)
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 Sep 25, 2023
1 parent bf1453e commit 17ca1bc
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 249 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.17.17",
"@types/node": "^18.17.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/release-scripts": "^1.3.0",
"eslint": "^8.49.0",
"@vitejs/release-scripts": "^1.3.1",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -45,15 +45,15 @@
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.38.0",
"playwright-chromium": "^1.38.1",
"prettier": "^3.0.3",
"rollup": "^3.29.2",
"rollup": "^3.29.3",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.10",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.4"
"vitest": "^0.34.5"
},
"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 @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/babel__core": "^7.20.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "workspace:*"
}
Expand Down
Loading

0 comments on commit 17ca1bc

Please sign in to comment.