Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 committed Oct 12, 2024
1 parent 28a8e65 commit 4cac295
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/js/form/package.json
Original file line number Diff line number Diff line change
@@ -13,8 +13,7 @@
"@wpsocio/utilities": "workspace:*",
"classnames": "^2.5.1",
"ramda": "^0.30.1",
"react-hook-form": "^7.53.0",
"yup": "^1.4.0"
"react-hook-form": "^7.53.0"
},
"peerDependencies": {
"react": "^18.3.1",
4 changes: 1 addition & 3 deletions packages/js/services/package.json
Original file line number Diff line number Diff line change
@@ -6,13 +6,11 @@
"type": "module",
"module": "index.ts",
"dependencies": {
"@chakra-ui/toast": "^7.0.2",
"@wordpress/api-fetch": "7.8.0",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/ui-components": "workspace:*",
"@wpsocio/utilities": "workspace:*",
"ramda": "^0.30.1",
"yup": "^1.4.0"
"ramda": "^0.30.1"
},
"peerDependencies": {
"react": "^18.3.1",
1 change: 0 additions & 1 deletion plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@
"@wpsocio/utilities": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {

0 comments on commit 4cac295

Please sign in to comment.