Fix webpack build and compile

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-05 11:24:43 +01:00
committed by Oluwaseun Olorunsola
parent e8180fcbc5
commit fed306490a
3 changed files with 84 additions and 6 deletions

View File

@@ -42,7 +42,25 @@
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mailpoet/eslint-config": "workspace:^",
"@types/history": "^4.7.11",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.180",
"@types/node": "^18.6.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/wordpress__block-editor": "^11.5.14",
"@types/wordpress__block-library": "^2.6.3",
"@types/wordpress__blocks": "^12.5.14",
"@types/wordpress__edit-post": "^7.5.7",
"@types/wordpress__editor": "^13.6.8",
"@types/wordpress__media-utils": "^4.14.4",
"core-js": "^3.37.1",
"wp-types": "^3.65.0"
},
"volta": {
"extends": "../../../package.json"