fix: remove incorrect undici dep (#1319)

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This commit is contained in:
Todd Baert 2025-06-23 12:17:32 -04:00 committed by GitHub
parent 1ffe54af81
commit 6ab7f1abfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -64,7 +64,7 @@
"checkObsoleteDependencies": true,
"checkVersionMismatches": true,
"ignoredDependencies": ["jest-cucumber", "jest"],
"ignoredFiles": ["**/test/**", "**/tests/*", "**/spec/**", "**/*.spec.ts", "**/*.spec.js", "**/*.test.ts", "**/*.test.js"]
"ignoredFiles": ["**/test/**", "**/tests/*", "**/spec/**", "**/*.spec.ts", "**/*.spec.js", "**/*.test.ts", "**/*.test.js", "**/jest.*"]
}
]
}

View File

@ -10,7 +10,6 @@
},
"peerDependencies": {
"@openfeature/web-sdk": "^1.0.0",
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6",
"undici": "^5.0.0"
"@flipt-io/flipt-client-js": "^0.0.1 || ^0.0.2 || ^0.0.6"
}
}

View File

@ -12,7 +12,6 @@
"@openfeature/web-sdk": "^1.4.0"
},
"dependencies": {
"undici": "^5.0.0",
"@openfeature/ofrep-core": "^1.0.0"
}
}