diff --git a/package-lock.json b/package-lock.json index 42d9ac0..a3b844d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drawbotics/urql-computed-exchange", - "version": "1.2.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drawbotics/urql-computed-exchange", - "version": "1.2.0", + "version": "2.1.0", "license": "UNLICENSED", "devDependencies": { "@eslint/js": "^10.0.1", @@ -28,10 +28,13 @@ "urql": "^5.0.1", "wonka": "^6.3.5" }, + "engines": { + "node": ">=16" + }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", - "urql": "^1.8.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "wonka": "^4.0.0 || ^5.0.0 || ^6.0.0" + "graphql": "^15.0.0 || ^16.0.0", + "urql": "^3.0.0 || ^4.0.0 || ^5.0.0", + "wonka": "^5.0.0 || ^6.0.0" } }, "node_modules/@0no-co/graphql.web": { @@ -3394,9 +3397,9 @@ } }, "node_modules/flatted": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", - "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", "dev": true, "license": "ISC" },