diff --git a/package-lock.json b/package-lock.json index b637b8746..75e70c2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/lodash.debounce": "^4.0.9", "@types/wordpress__block-editor": "^11.5.16", "@types/wordpress__blocks": "^12.5.15", - "@types/wordpress__edit-post": "^8.4.1", + "@types/wordpress__edit-post": "^8.4.2", "@types/wordpress__wordcount": "^2.4.5", "@typescript-eslint/eslint-plugin": "^6.21.0", "@wordpress/api-fetch": "^7.13.0", @@ -6400,13 +6400,12 @@ } }, "node_modules/@types/wordpress__edit-post": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@types/wordpress__edit-post/-/wordpress__edit-post-8.4.1.tgz", - "integrity": "sha512-OijhQP2hj7Vf30roUNnYoiVwIe1VL7ftOp20oOY7dTyGHDaqbK3DrENpKMz7Utq8tSVJ2qfgfOY6CvD6GW+VcA==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/@types/wordpress__edit-post/-/wordpress__edit-post-8.4.2.tgz", + "integrity": "sha512-rH+ut+I4eedDTvwXnJOrH9jEyi+PhJZQ+KZ31k3BYb8Cmd1qdRK2hJ+kdZu0QJp4XP3HA0/Q6troqYfpkF8B+A==", "dev": true, - "license": "MIT", "dependencies": { - "@types/react": "*", + "@types/react": "^18", "@wordpress/components": "^28.4.0", "@wordpress/data": "^10.4.0", "@wordpress/editor": "^14.13.0", diff --git a/package.json b/package.json index b73bb078e..28ea1e5ac 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/lodash.debounce": "^4.0.9", "@types/wordpress__block-editor": "^11.5.16", "@types/wordpress__blocks": "^12.5.15", - "@types/wordpress__edit-post": "^8.4.1", + "@types/wordpress__edit-post": "^8.4.2", "@types/wordpress__wordcount": "^2.4.5", "@typescript-eslint/eslint-plugin": "^6.21.0", "@wordpress/api-fetch": "^7.13.0",