Skip to content

Commit

Permalink
Update all dependencies (#42)
Browse files Browse the repository at this point in the history
* Update all dependencies

* Revert shitty biome version
  • Loading branch information
irshadahmad21 authored Jan 24, 2024
1 parent 1d91a3c commit a5319a0
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion packages/js/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.18.0",
"framer-motion": "^11.0.2",
"react-colorful": "^5.6.1",
"react-select": "^5.8.0",
"use-debounce": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48"
}
}
4 changes: 2 additions & 2 deletions packages/js/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@types/ramda": "^0.29.9",
"@types/node": "^20.11.5",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18"
}
Expand Down
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.48.0"
"@wordpress/i18n": "^4.49.0"
}
}
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.45.0",
"@wordpress/api-fetch": "6.46.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.2",
"@types/ramda": "^0.29.9",
"@types/node": "^20.11.5",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.48"
}
}
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.2",
"@types/ramda": "^0.29.9",
"@types/node": "^20.11.5",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.48"
}
}
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.2",
"@types/ramda": "^0.29.9",
"@types/node": "^20.11.5",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.48"
}
}
8 changes: 4 additions & 4 deletions plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@types/react-dom": "^18.2.18",
"@types/wordpress__block-editor": "^11.5.9",
"@types/wordpress__blocks": "^12.5.13",
"@wordpress/block-editor": "^12.16.0",
"@wordpress/blocks": "^12.25.0",
"@wordpress/components": "^25.14.0",
"@wordpress/element": "^5.25.0",
"@wordpress/block-editor": "^12.17.0",
"@wordpress/blocks": "^12.26.0",
"@wordpress/components": "^25.15.0",
"@wordpress/element": "^5.26.0",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
"@wpsocio/form": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"unset-vendor-dir": "composer config vendor-dir --unset"
},
"dependencies": {
"@wordpress/compose": "^6.25.0",
"@wordpress/compose": "^6.26.0",
"yup": "^1.3.3"
},
"devDependencies": {
Expand All @@ -36,11 +36,11 @@
"@types/react-dom": "^18.2.18",
"@types/wordpress__block-editor": "^11.5.9",
"@types/wordpress__blocks": "^12.5.13",
"@wordpress/block-editor": "^12.16.0",
"@wordpress/blocks": "^12.25.0",
"@wordpress/components": "^25.14.0",
"@wordpress/element": "^5.25.0",
"@wordpress/url": "^3.49.0",
"@wordpress/block-editor": "^12.17.0",
"@wordpress/blocks": "^12.26.0",
"@wordpress/components": "^25.15.0",
"@wordpress/element": "^5.26.0",
"@wordpress/url": "^3.50.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 @@ -32,19 +32,19 @@
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/ramda": "^0.29.9",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/wordpress__edit-post": "^7.5.6",
"@types/wordpress__editor": "^13.6.7",
"@types/wordpress__media-utils": "^4.14.4",
"@wordpress/components": "^25.14.0",
"@wordpress/data": "^9.18.0",
"@wordpress/edit-post": "^7.25.0",
"@wordpress/editor": "^13.25.0",
"@wordpress/element": "^5.25.0",
"@wordpress/media-utils": "^4.39.0",
"@wordpress/plugins": "^6.16.0",
"@wordpress/components": "^25.15.0",
"@wordpress/data": "^9.19.0",
"@wordpress/edit-post": "^7.26.0",
"@wordpress/editor": "^13.26.0",
"@wordpress/element": "^5.26.0",
"@wordpress/media-utils": "^4.40.0",
"@wordpress/plugins": "^6.17.0",
"@wpsocio/adapters": "workspace:*",
"@wpsocio/components": "workspace:*",
"@wpsocio/form": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-hashed.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1b3f5ae40b67e51ebb53015bc016524ceb695e0
53ad3583b1a05aaaabadd353cffd0da11ba63ff6
12 changes: 6 additions & 6 deletions tools/vite-wp-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"@wordpress/babel-plugin-makepot": "^5.32.0",
"@wordpress/babel-plugin-makepot": "^5.33.0",
"esbuild": "^0.19.11",
"rollup": "4.9.5",
"rollup-plugin-external-globals": "^0.9.1",
"sass": "^1.69.7",
"vite": "^5.0.11",
"rollup": "^4.9.6",
"rollup-plugin-external-globals": "^0.9.2",
"sass": "^1.70.0",
"vite": "^5.0.12",
"vite-plugin-external": "^4.2.1"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@types/node": "^20.11.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"wireit": "^0.14.3"
Expand Down
8 changes: 4 additions & 4 deletions tools/wpdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@manypkg/get-packages": "^2.2.0",
"@manypkg/tools": "^1.1.0",
"@oclif/core": "^3.18.1",
"@wordpress/i18n": "^4.48.0",
"@wordpress/i18n": "^4.49.0",
"@wpsocio/vite-wp-react": "workspace:*",
"archiver": "^6.0.1",
"chalk": "^5.3.0",
"cssnano": "^6.0.3",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
Expand All @@ -40,13 +40,13 @@
"postcss": "^8.4.33",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"vite": "^5.0.11",
"vite": "^5.0.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/semver": "^7.5.6",
"oclif": "^4.3.4",
"oclif": "^4.3.9",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"wireit": "^0.14.3"
Expand Down

0 comments on commit a5319a0

Please sign in to comment.