Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Aug 18, 2024
1 parent 7c8ec39 commit 549180f
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 777 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{
"private": true,
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"dev:hot": "wp-scripts start --hot",
"format": "wp-scripts format"
},
"dependencies": {
"@wordpress/icons": "^10.4.0",
"@wordpress/scripts": "^28.4.0",
"ts-dom-utils": "^2.2.0"
"@wordpress/icons": "^10.5.0",
"@wordpress/scripts": "^28.5.0",
"ts-dom-utils": "^2.2.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/wordpress__admin": "^5.8.4",
"@types/wordpress__block-editor": "^11.5.15",
"@wordpress/api-fetch": "^7.4.0",
"@wordpress/block-editor": "^13.4.0",
"@wordpress/components": "^28.4.0",
"@wordpress/core-data": "^7.4.0",
"@wordpress/data": "^10.4.0",
"@wordpress/dom-ready": "^4.4.0",
"@wordpress/element": "^6.4.0",
"@wordpress/hooks": "^4.4.0",
"@wordpress/html-entities": "^4.4.0",
"@wordpress/i18n": "^5.4.0",
"@wordpress/notices": "^5.4.0"
"@wordpress/api-fetch": "^7.5.0",
"@wordpress/block-editor": "^14.0.0",
"@wordpress/components": "^28.5.0",
"@wordpress/core-data": "^7.5.0",
"@wordpress/data": "^10.5.0",
"@wordpress/dom-ready": "^4.5.0",
"@wordpress/element": "^6.5.0",
"@wordpress/hooks": "^4.5.0",
"@wordpress/html-entities": "^4.5.0",
"@wordpress/i18n": "^5.5.0",
"@wordpress/notices": "^5.5.0"
}
}
Loading

0 comments on commit 549180f

Please sign in to comment.