Skip to content

Commit

Permalink
Udpate dependencies (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Feb 23, 2024
1 parent 0d5741b commit 3f44427
Show file tree
Hide file tree
Showing 16 changed files with 818 additions and 795 deletions.
2 changes: 1 addition & 1 deletion packages/js/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/js/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19"
}
}
4 changes: 2 additions & 2 deletions packages/js/form-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.56"
"@types/node": "^20.11.20",
"@types/react": "^18.2.58"
}
}
4 changes: 2 additions & 2 deletions packages/js/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19"
}
}
2 changes: 1 addition & 1 deletion packages/js/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"type": "module",
"module": "index.ts",
"dependencies": {
"@wordpress/i18n": "^4.51.0"
"@wordpress/i18n": "^4.52.0"
}
}
2 changes: 1 addition & 1 deletion packages/js/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.56"
"@types/react": "^18.2.58"
}
}
6 changes: 3 additions & 3 deletions packages/js/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "index.ts",
"dependencies": {
"@chakra-ui/toast": "^7.0.2",
"@wordpress/api-fetch": "6.48.0",
"@wordpress/api-fetch": "6.49.0",
"@wpsocio/i18n": "workspace:*",
"@wpsocio/utilities": "workspace:*",
"ramda": "^0.29.1",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.56"
"@types/react": "^18.2.58"
}
}
4 changes: 2 additions & 2 deletions packages/js/shared/wptelegram-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.56"
"@types/react": "^18.2.58"
}
}
4 changes: 2 additions & 2 deletions packages/js/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ramda": "^0.29.1"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.56"
"@types/react": "^18.2.58"
}
}
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/wordpress__block-editor": "^11.5.10",
"@types/wordpress__blocks": "^12.5.13",
"@wordpress/block-editor": "^12.19.1",
"@wordpress/blocks": "^12.28.1",
"@wordpress/components": "^26.0.1",
"@wordpress/element": "^5.28.0",
"@wordpress/block-editor": "^12.20.0",
"@wordpress/blocks": "^12.29.0",
"@wordpress/components": "^27.0.0",
"@wordpress/element": "^5.29.0",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
"@wpsocio/form": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"unset-vendor-dir": "composer config vendor-dir --unset"
},
"dependencies": {
"@wordpress/compose": "^6.28.0",
"@wordpress/compose": "^6.29.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/wordpress__block-editor": "^11.5.10",
"@types/wordpress__blocks": "^12.5.13",
"@wordpress/block-editor": "^12.19.1",
"@wordpress/blocks": "^12.28.1",
"@wordpress/components": "^26.0.1",
"@wordpress/element": "^5.28.0",
"@wordpress/url": "^3.52.0",
"@wordpress/block-editor": "^12.20.0",
"@wordpress/blocks": "^12.29.0",
"@wordpress/components": "^27.0.0",
"@wordpress/element": "^5.29.0",
"@wordpress/url": "^3.53.0",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
"@wpsocio/form": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/wordpress__edit-post": "^7.5.6",
"@types/wordpress__editor": "^13.6.7",
"@types/wordpress__media-utils": "^4.14.4",
"@wordpress/components": "^26.0.1",
"@wordpress/data": "^9.21.0",
"@wordpress/edit-post": "^7.28.1",
"@wordpress/editor": "^13.28.1",
"@wordpress/element": "^5.28.0",
"@wordpress/media-utils": "^4.42.0",
"@wordpress/plugins": "^6.19.1",
"@wordpress/components": "^27.0.0",
"@wordpress/data": "^9.22.0",
"@wordpress/edit-post": "^7.29.0",
"@wordpress/editor": "^13.29.0",
"@wordpress/element": "^5.29.0",
"@wordpress/media-utils": "^4.43.0",
"@wordpress/plugins": "^6.20.0",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
"@wpsocio/form": "workspace:*",
Expand Down
Loading

0 comments on commit 3f44427

Please sign in to comment.