fix: restore globals dependency in package.json and pnpm-lock.yaml (#22625)

This commit is contained in:
Wu Tianwei
2025-07-18 15:14:21 +08:00
committed by GitHub
parent 71d96b671b
commit dba42567b1
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,6 @@
"elkjs": "^0.9.3",
"emoji-mart": "^5.5.2",
"fast-deep-equal": "^3.1.3",
"globals": "^15.11.0",
"html-to-image": "1.11.11",
"i18next": "^23.16.4",
"i18next-resources-to-backend": "^1.2.1",
@@ -204,6 +203,7 @@
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",

6
web/pnpm-lock.yaml generated
View File

@@ -182,9 +182,6 @@ importers:
fast-deep-equal:
specifier: ^3.1.3
version: 3.1.3
globals:
specifier: ^15.11.0
version: 15.15.0
html-to-image:
specifier: 1.11.11
version: 1.11.11
@@ -534,6 +531,9 @@ importers:
eslint-plugin-tailwindcss:
specifier: ^3.18.0
version: 3.18.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@18.15.0)(typescript@5.8.3)))
globals:
specifier: ^15.11.0
version: 15.15.0
husky:
specifier: ^9.1.6
version: 9.1.7