Skip to content

Commit

Permalink
Update deps (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Nov 24, 2024
1 parent 75c4bf1 commit 20c3b45
Show file tree
Hide file tree
Showing 15 changed files with 621 additions and 961 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@wordpress/e2e-test-utils-playwright": "^1.12.0",
"@wordpress/env": "^10.12.0",
"@wordpress/scripts": "^30.5.1",
Expand All @@ -54,7 +54,7 @@
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"wireit": "^0.14.9"
},
"wireit": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/postcss-js": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.49",
"postcss-js": "^4.0.1",
"shadcn": "^2.1.6",
"tailwindcss-scoped-preflight": "^3.4.9",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/js/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ramda": "^0.30.1"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@wpsocio/vite-wp-react": "workspace:*",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"wireit": "^0.14.9"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@wpsocio/vite-wp-react": "workspace:*",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"wireit": "^0.14.9"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@wpsocio/vite-wp-react": "workspace:*",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"wireit": "^0.14.9"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@wpsocio/vite-wp-react": "workspace:*",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"wireit": "^0.14.9"
},
Expand Down
Loading

0 comments on commit 20c3b45

Please sign in to comment.