Skip to content

Commit

Permalink
Update types packages (#215)
Browse files Browse the repository at this point in the history
* Update types packages

* Update pnpm-lock.yaml
  • Loading branch information
irshadahmad21 authored Nov 30, 2024
1 parent 8db135f commit 02adfdc
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 242 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.10.0",
"@types/node": "^22.10.1",
"@wordpress/e2e-test-utils-playwright": "^1.13.0",
"@wordpress/env": "^10.13.0",
"@wordpress/scripts": "^30.6.0",
Expand Down Expand Up @@ -149,5 +149,5 @@
"projectTypes": ["plugins"],
"envFiles": [".env"]
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}
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.10.0",
"@types/node": "^22.10.1",
"@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.10.0",
"@types/node": "^22.10.1",
"@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.10.0",
"@types/node": "^22.10.1",
"@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/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/postcss-js": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
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.10.0",
"@types/node": "^22.10.1",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/wptelegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/wordpress__edit-post": "^8.4.0",
"@types/wordpress__edit-post": "^8.4.1",
"@wpsocio/build-utils": "workspace:*",
"@wpsocio/vite-wp-react": "workspace:*",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit 02adfdc

Please sign in to comment.