Bump @vitejs/plugin-react-swc from 3.1.0 to 3.2.0 (#4430)

Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
dependabot[bot] 2023-02-20 15:38:11 +00:00 committed by GitHub
parent 6ec598df7a
commit 1d5c8e5827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View file

@ -24,7 +24,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6"
},

View file

@ -96,7 +96,7 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"cypress": "^12.6.0",
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",

View file

@ -49,7 +49,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6",

View file

@ -43,7 +43,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6",

16
package-lock.json generated
View file

@ -53,7 +53,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6"
}
@ -94,7 +94,7 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"cypress": "^12.6.0",
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",
@ -165,7 +165,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6",
@ -183,7 +183,7 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6",
@ -2767,12 +2767,12 @@
}
},
"node_modules/@vitejs/plugin-react-swc": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.1.0.tgz",
"integrity": "sha512-xnDULNrkEbtTtRNnMPp+RsuIuIbk1JJV0xY7irchYyv9JJS4uvmc1EYip+qyrnkcX7TQ9c8vCS3AmkQqADI0Fw==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.2.0.tgz",
"integrity": "sha512-IcBoXL/mcH7JdQr/nfDlDwTdIaH8Rg7LpfQDF4nAht+juHWIuv6WhpKPCSfY4+zztAaB07qdBoFz1XCZsgo3pQ==",
"dev": true,
"dependencies": {
"@swc/core": "^1.3.30"
"@swc/core": "^1.3.35"
},
"peerDependencies": {
"vite": "^4"