From ebb5aa9ed12c575236d5c7e0bfcb74c776abf8cc Mon Sep 17 00:00:00 2001 From: schogges Date: Thu, 9 Jan 2025 18:18:37 +0100 Subject: [PATCH] chore(config/deps): explicitely install globals, @eslint/js Signed-off-by: schogges --- package-lock.json | 13 +++++++++++++ packages/config/package.json | 2 ++ 2 files changed, 15 insertions(+) diff --git a/package-lock.json b/package-lock.json index 13a9a1351..051587cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16517,6 +16517,7 @@ "version": "1.0.0", "dependencies": { "@bahmutov/cypress-esbuild-preprocessor": "^2.2.4", + "@eslint/js": "^9.17.0", "@stylistic/eslint-plugin": "^2.12.1", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", @@ -16527,6 +16528,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-json-schema-validator": "^5.3.1", "eslint-plugin-vue": "^9.32.0", + "globals": "^15.14.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0" @@ -16738,6 +16740,17 @@ "url": "https://opencollective.com/eslint" } }, + "packages/config/node_modules/globals": { + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", + "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "packages/config/node_modules/semver": { "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", diff --git a/packages/config/package.json b/packages/config/package.json index b3bbd2df1..7cd024b6e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -16,6 +16,7 @@ }, "dependencies": { "@bahmutov/cypress-esbuild-preprocessor": "^2.2.4", + "@eslint/js": "^9.17.0", "@stylistic/eslint-plugin": "^2.12.1", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", @@ -26,6 +27,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-json-schema-validator": "^5.3.1", "eslint-plugin-vue": "^9.32.0", + "globals": "^15.14.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0"