chore(client): update @vitejs/plugin-react to version 4.0.4

chore(client): update vite to version 4.4.9
This commit is contained in:
Danny Avila 2023-08-09 10:09:42 -04:00 committed by Danny Avila
parent 193ed93ee8
commit 70a56ac04a
2 changed files with 22 additions and 22 deletions

View file

@ -97,7 +97,7 @@
"@types/node": "^20.3.0", "@types/node": "^20.3.0",
"@types/react": "^18.2.11", "@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0", "@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"babel-jest": "^29.5.0", "babel-jest": "^29.5.0",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
@ -125,7 +125,7 @@
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.9", "vite": "^4.4.9",
"vite-plugin-html": "^3.2.0" "vite-plugin-html": "^3.2.0"
} }
} }

40
package-lock.json generated
View file

@ -173,7 +173,7 @@
"@types/node": "^20.3.0", "@types/node": "^20.3.0",
"@types/react": "^18.2.11", "@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0", "@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"babel-jest": "^29.5.0", "babel-jest": "^29.5.0",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
@ -201,7 +201,7 @@
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.9", "vite": "^4.4.9",
"vite-plugin-html": "^3.2.0" "vite-plugin-html": "^3.2.0"
} }
}, },
@ -23261,9 +23261,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "3.27.0", "version": "3.28.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
"integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
@ -25802,14 +25802,14 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.4.7", "version": "4.4.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
"integrity": "sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==", "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.18.10", "esbuild": "^0.18.10",
"postcss": "^8.4.26", "postcss": "^8.4.27",
"rollup": "^3.25.2" "rollup": "^3.27.1"
}, },
"bin": { "bin": {
"vite": "bin/vite.js" "vite": "bin/vite.js"
@ -30532,7 +30532,7 @@
"@types/node": "^20.3.0", "@types/node": "^20.3.0",
"@types/react": "^18.2.11", "@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0", "@vitejs/plugin-react": "^4.0.4",
"@zattoo/use-double-click": "1.2.0", "@zattoo/use-double-click": "1.2.0",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"axios": "^1.3.4", "axios": "^1.3.4",
@ -30597,7 +30597,7 @@
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"url": "^0.11.0", "url": "^0.11.0",
"vite": "^4.3.9", "vite": "^4.4.9",
"vite-plugin-html": "^3.2.0" "vite-plugin-html": "^3.2.0"
} }
}, },
@ -43380,9 +43380,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "3.27.0", "version": "3.28.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
"integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
@ -45196,15 +45196,15 @@
} }
}, },
"vite": { "vite": {
"version": "4.4.7", "version": "4.4.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
"integrity": "sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==", "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.18.10", "esbuild": "^0.18.10",
"fsevents": "~2.3.2", "fsevents": "~2.3.2",
"postcss": "^8.4.26", "postcss": "^8.4.27",
"rollup": "^3.25.2" "rollup": "^3.27.1"
}, },
"dependencies": { "dependencies": {
"@esbuild/android-arm": { "@esbuild/android-arm": {