chore(deps): update dependency @vitejs/plugin-react to v4.2.0

This commit is contained in:
renovate[bot] 2023-11-16 16:06:17 +00:00 committed by GitHub
parent 522a33af8e
commit e5dfaa7b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -24,7 +24,7 @@
"@types/react-dom": "18.2.15",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.27",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"autoprefixer": "10.4.16",
"axios": "1.6.2",
"class-variance-authority": "0.7.0",
@ -4145,21 +4145,21 @@
"peer": true
},
"node_modules/@vitejs/plugin-react": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.1.tgz",
"integrity": "sha512-Jie2HERK+uh27e+ORXXwEP5h0Y2lS9T2PRGbfebiHGlwzDO0dEnd2aNtOR/qjBlPb1YgxwAONeblL1xqLikLag==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.0.tgz",
"integrity": "sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/babel__core": "^7.20.3",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@types/babel__core": "^7.20.4",
"react-refresh": "^0.14.0"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"peerDependencies": {
"vite": "^4.2.0"
"vite": "^4.2.0 || ^5.0.0"
}
},
"node_modules/@vitest/expect": {