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 Sep 5, 2024
1 parent 0f7684a commit d04eee8
Show file tree
Hide file tree
Showing 9 changed files with 1,349 additions and 932 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@eslint-types/import": "^2.29.1",
"@eslint-types/typescript-eslint": "^7.5.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/release-scripts": "^1.3.1",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/release-scripts": "^1.3.2",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-regexp": "^2.6.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.2.0",
"picocolors": "^1.0.1",
"playwright-chromium": "^1.44.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.1.0",
"playwright-chromium": "^1.46.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.4.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vitest": "^2.0.5"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-react-jsx-self": "^7.24.5",
"@babel/plugin-transform-react-jsx-source": "^7.24.1",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
"@types/babel__core": "^7.20.5",
"react-refresh": "^0.14.2"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/class-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 deletions playground/compiler-react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
"@types/react": "^18.3.2",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"typescript": "^5.4.5",
"vite": "^5.4.0"
"babel-plugin-react-compiler": "^0.0.0-experimental-7449567-20240904",
"typescript": "^5.5.4",
"vite": "^5.4.3"
}
}
14 changes: 7 additions & 7 deletions playground/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0-rc-3f1436cca1-20240516",
"react-dom": "^19.0.0-rc-3f1436cca1-20240516"
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
"@types/react": "^18.3.2",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"typescript": "^5.4.5",
"vite": "^5.4.0"
"babel-plugin-react-compiler": "^0.0.0-experimental-7449567-20240904",
"typescript": "^5.5.4",
"vite": "^5.4.3"
}
}
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": "^3.0.1",
"@types/react": "^18.3.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "workspace:*"
}
Expand Down
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.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-switch": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@emotion/babel-plugin": "^11.11.0",
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
"@emotion/babel-plugin": "^11.12.0",
"@vitejs/plugin-react": "workspace:*"
},
"babel": {
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 @@ -14,7 +14,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit d04eee8

Please sign in to comment.