From 10f63cedae6f86645a5e49139921b1239ac4d040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 14 Jan 2026 23:17:56 +0100 Subject: [PATCH] feat: support `globals@^17.0.0` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29aaf9..2f09c43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm install --save-dev \ eslint-plugin-promise@^7.2.1 \ eslint-plugin-unicorn@^62.0.0 \ eslint-plugin-import-x@^4.6.1 \ - globals@^16.0.0 \ + globals@^17.0.0 \ typescript@^5.9.3 \ typescript-eslint@^8.32.0 \ eslint-config-conventions@latest diff --git a/package.json b/package.json index cb7039e..8cf8b37 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-unicorn": "^61.0.0 || ^62.0.0", "eslint-plugin-import-x": "^4.6.1", - "globals": "^16.0.0", + "globals": "^16.0.0 || ^17.0.0", "typescript-eslint": "^8.32.0" }, "peerDependenciesMeta": {