Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#206)
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 17, 2023
1 parent 2863602 commit 272c338
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 630 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.3",
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.17.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/release-scripts": "^1.2.1",
"eslint": "^8.46.0",
"@vitejs/release-scripts": "^1.3.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.15.0",
"fs-extra": "^11.1.1",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.36.2",
"prettier": "^3.0.1",
"rollup": "^3.27.2",
"playwright-chromium": "^1.38.0",
"prettier": "^3.0.3",
"rollup": "^3.29.2",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"tsx": "^3.12.10",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"vite": "^4.4.8",
"vitest": "^0.34.1"
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
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 @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.20",
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
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.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/react-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-switch": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.22.5",
"@babel/plugin-proposal-pipeline-operator": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
"@vitejs/plugin-react": "workspace:*"
},
Expand Down
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.2"
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down

0 comments on commit 272c338

Please sign in to comment.