Added Missing Dependencies

Some kind of branch switching related mishap it seems.
This commit is contained in:
Christopher Allford 2022-05-06 14:58:33 -07:00
parent 74f44dd04c
commit 0519045d20
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,8 @@
"@types/wordpress__data-controls": "^2.2.0",
"@types/wordpress__notices": "^3.3.0",
"@types/wordpress__plugins": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@woocommerce/admin-e2e-tests": "workspace:*",
"@woocommerce/components": "workspace:*",
"@woocommerce/csv-export": "workspace:*",
@ -178,6 +180,7 @@
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.0",
"eslint": "^8.10.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.4",