Yet another attempt at fixing the dependencies

This commit is contained in:
Daniel Dudzic 2024-04-15 23:25:01 +02:00
parent cb3a9fbe34
commit 0fbb840ae1
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
6 changed files with 94 additions and 19 deletions

View file

@ -12,13 +12,14 @@
"dependencies": {
"@paypal/react-paypal-js": "^8.2.0",
"core-js": "^3.25.0",
"react": "^17.0.0"
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.19",
"@babel/preset-env": "^7.19",
"@babel/preset-react": "^7.18.6",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
"@woocommerce/dependency-extraction-webpack-plugin": "2.2.0",
"babel-loader": "^8.2",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",