Bump @vitejs/plugin-react from 2.0.1 to 2.1.0 (#3272)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.1.0/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-05 21:47:49 +02:00 committed by GitHub
parent 4f0646100a
commit 3595580009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -58,7 +58,7 @@
"@types/react-dom": "^17.0.16",
"@types/react-router-dom": "^5.3.3",
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.6.0",
"decompress": "^4.2.1",

20
package-lock.json generated
View file

@ -71,7 +71,7 @@
"@types/react-dom": "^17.0.16",
"@types/react-router-dom": "^5.3.3",
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.6.0",
"decompress": "^4.2.1",
@ -3938,12 +3938,12 @@
}
},
"node_modules/@vitejs/plugin-react": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.0.1.tgz",
"integrity": "sha512-uINzNHmjrbunlFtyVkST6lY1ewSfz/XwLufG0PIqvLGnpk2nOIOa/1CACTDNcKi1/RwaCzJLmsXwm1NsUVV/NA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.1.0.tgz",
"integrity": "sha512-am6rPyyU3LzUYne3Gd9oj9c4Rzbq5hQnuGXSMT6Gujq45Il/+bunwq3lrB7wghLkiF45ygMwft37vgJ/NE8IAA==",
"dev": true,
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
@ -18506,12 +18506,12 @@
}
},
"@vitejs/plugin-react": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.0.1.tgz",
"integrity": "sha512-uINzNHmjrbunlFtyVkST6lY1ewSfz/XwLufG0PIqvLGnpk2nOIOa/1CACTDNcKi1/RwaCzJLmsXwm1NsUVV/NA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.1.0.tgz",
"integrity": "sha512-am6rPyyU3LzUYne3Gd9oj9c4Rzbq5hQnuGXSMT6Gujq45Il/+bunwq3lrB7wghLkiF45ygMwft37vgJ/NE8IAA==",
"dev": true,
"requires": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
@ -18875,7 +18875,7 @@
"@types/react-dom": "^17.0.16",
"@types/react-router-dom": "^5.3.3",
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.6.0",
"dagre": "^0.8.5",