Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#373)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshi Ogawa <[email protected]>
  • Loading branch information
renovate[bot] and hi-ogawa authored Nov 26, 2024
1 parent 5d2b6c6 commit 45a727c
Show file tree
Hide file tree
Showing 10 changed files with 403 additions and 518 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)

"prettier", // waiting for stable choice on ternaries

// renovate doesn't properly handle x.x.x-experimental-yyy-zzz version schema
"react-compiler-runtime",
"babel-plugin-react-compiler",
],
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"homepage": "https://github.com/vitejs/vite-plugin-react/",
"keywords": [
"frontend",
Expand Down Expand Up @@ -35,25 +35,25 @@
"@eslint-types/import": "^2.29.1",
"@eslint-types/typescript-eslint": "^7.5.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.10",
"@types/node": "^20.17.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/release-scripts": "^1.3.2",
"eslint": "^8.57.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-regexp": "^2.7.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.3",
"picocolors": "^1.1.0",
"playwright-chromium": "^1.47.2",
"npm-run-all2": "^6.2.6",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.49.0",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"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 @@ -39,8 +39,8 @@
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
"@types/babel__core": "^7.20.5",
"react-refresh": "^0.14.2"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/class-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "workspace:*"
}
}
14 changes: 7 additions & 7 deletions playground/compiler-react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"react": "^18.3.1",
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009",
"react-compiler-runtime": "0.0.0-experimental-dc8bd44-20241121",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
12 changes: 6 additions & 6 deletions playground/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@mdx-js/rollup": "^3.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions playground/react-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-switch": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
"@emotion/babel-plugin": "^11.12.0",
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
"@emotion/babel-plugin": "^11.13.5",
"@vitejs/plugin-react": "workspace:*"
},
"babel": {
Expand Down
6 changes: 3 additions & 3 deletions playground/ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
"compression": "^1.7.4",
"express": "^4.21.0",
"compression": "^1.7.5",
"express": "^4.21.1",
"serve-static": "^1.16.2"
}
}
Loading

0 comments on commit 45a727c

Please sign in to comment.