diff --git a/package-lock.json b/package-lock.json index 6239ce1..3bed6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "web-vitals": "^1.0.1" }, "devDependencies": { - "@vitejs/plugin-react": "^2.0.0", + "@vitejs/plugin-react": "^2.0.1", "autoprefixer": "^10.4.8", "postcss": "^8.4.16", "source-map-explorer": "^2.5.2", @@ -1774,13 +1774,13 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-react": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.0.0.tgz", - "integrity": "sha512-zHkRR+X4zqEPNBbKV2FvWSxK7Q6crjMBVIAYroSU8Nbb4M3E5x4qOiLoqJBHtXgr27kfednXjkwr3lr8jS6Wrw==", + "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==", "dev": true, "dependencies": { - "@babel/core": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/core": "^7.18.10", + "@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", "@babel/plugin-transform-react-jsx-source": "^7.18.6", @@ -1788,7 +1788,7 @@ "react-refresh": "^0.14.0" }, "engines": { - "node": ">=14.18.0" + "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { "vite": "^3.0.0" @@ -5696,13 +5696,13 @@ "version": "20.2.0" }, "@vitejs/plugin-react": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.0.0.tgz", - "integrity": "sha512-zHkRR+X4zqEPNBbKV2FvWSxK7Q6crjMBVIAYroSU8Nbb4M3E5x4qOiLoqJBHtXgr27kfednXjkwr3lr8jS6Wrw==", + "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==", "dev": true, "requires": { - "@babel/core": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/core": "^7.18.10", + "@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", "@babel/plugin-transform-react-jsx-source": "^7.18.6", diff --git a/package.json b/package.json index 2450b16..17738cd 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ ] }, "devDependencies": { - "@vitejs/plugin-react": "^2.0.0", + "@vitejs/plugin-react": "^2.0.1", "autoprefixer": "^10.4.8", "postcss": "^8.4.16", "source-map-explorer": "^2.5.2",