diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 74ecc392f9d..143103d4192 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@graphql-tools/merge": "9.0.6", - "@parcel/watcher": "^2.1.0", + "@parcel/watcher": "^2.2.0", "@types/debounce": "1.2.4", "@types/inquirer": "8.2.10", "@types/is-glob": "4.0.4", @@ -92,7 +92,7 @@ "prettier": "2.8.8" }, "peerDependencies": { - "@parcel/watcher": "^2.1.0", + "@parcel/watcher": "^2.2.0", "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "peerDependenciesMeta": { diff --git a/website/src/pages/docs/migration/from-4-0.mdx b/website/src/pages/docs/migration/from-4-0.mdx index caaa56d630f..5cc39f5a4a9 100644 --- a/website/src/pages/docs/migration/from-4-0.mdx +++ b/website/src/pages/docs/migration/from-4-0.mdx @@ -38,7 +38,7 @@ Start by updating your package.json "@graphql-codegen/cli": "^1.0.0", "@graphql-codegen/typescript": "^1.0.0", "@graphql-codegen/typescript-operations": "^1.0.0", - "@parcel/watcher": "^2.1.0" + "@parcel/watcher": "^2.2.0" } } ``` @@ -69,7 +69,7 @@ If you had issues with `@parcel/watcher` previously, you can make NPM and Yarn s "@graphql-codegen/typescript-operations": "^1.0.0" }, "optionalDependencies": { - "@parcel/watcher": "^2.1.0" + "@parcel/watcher": "^2.2.0" } } ``` @@ -82,7 +82,7 @@ If you had issues with `@parcel/watcher` previously, you can make NPM and Yarn s "@graphql-codegen/cli": "^1.0.0", "@graphql-codegen/typescript": "^1.0.0", "@graphql-codegen/typescript-operations": "^1.0.0", - "@parcel/watcher": "^2.1.0" + "@parcel/watcher": "^2.2.0" }, "dependenciesMeta": { "@parcel/watcher": {