Skip to content

Commit

Permalink
Add ajv package as dependency for building the Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jun 21, 2024
1 parent b0dea88 commit f67abbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@wordpress/e2e-test-utils": "^10.24.0",
"@wordpress/env": "^9.5.0",
"@wordpress/scripts": "^27.4.0",
"ajv": "^8.16.0",
"copy-webpack-plugin": "^12.0.2"
},
"prettier": "@wordpress/prettier-config",
Expand All @@ -36,10 +37,10 @@
},
"dependencies": {
"@wordpress/api-fetch": "^6.50.0",
"@wordpress/block-editor": "^12.9.0",
"@wordpress/components": "^27.1.0",
"@wordpress/data": "^9.23.0",
"@wordpress/element": "^5.30.0",
"@wordpress/i18n": "^4.53.0",
"@wordpress/block-editor": "^12.9.0"
"@wordpress/i18n": "^4.53.0"
}
}

0 comments on commit f67abbf

Please sign in to comment.