fix: move globals dep to root

This commit is contained in:
ndom91 2024-06-28 11:57:16 +02:00
parent 628fdd1459
commit 7e8ebdab76
No known key found for this signature in database
4 changed files with 4 additions and 10 deletions

View File

@ -62,7 +62,6 @@
"date-fns": "^2.30.0",
"diff-match-patch": "^1.0.5",
"git-url-parse": "^14.0.0",
"globals": "^15.6.0",
"inter-ui": "^4.0.2",
"lscache": "^1.3.2",
"marked": "^10.0.0",

View File

@ -17,8 +17,6 @@
"build:app:nightly": "pnpm --filter @gitbutler/app run build:nightly",
"build:app:development": "pnpm --filter @gitbutler/app run build:development",
"check": "pnpm --filter @gitbutler/app run check",
"lint:og": "pnpm --filter @gitbutler/app run lint",
"format:og": "pnpm --filter @gitbutler/app run format",
"tauri": "tauri",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
@ -37,6 +35,7 @@
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-storybook": "0.9.0--canary.156.da7873a.0",
"eslint-plugin-svelte": "2.40.0",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte-eslint-parser": "^0.39.2",

View File

@ -43,7 +43,6 @@
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"globals": "^15.6.0",
"storybook": "^8.1.10",
"svelte": "5.0.0-next.149",
"svelte-check": "^3.8.0",

View File

@ -38,6 +38,9 @@ importers:
eslint-plugin-svelte:
specifier: 2.40.0
version: 2.40.0(eslint@9.5.0)(svelte@5.0.0-next.149)
globals:
specifier: ^15.6.0
version: 15.6.0
prettier:
specifier: ^3.3.2
version: 3.3.2
@ -177,9 +180,6 @@ importers:
git-url-parse:
specifier: ^14.0.0
version: 14.0.0
globals:
specifier: ^15.6.0
version: 15.6.0
inter-ui:
specifier: ^4.0.2
version: 4.0.2
@ -282,9 +282,6 @@ importers:
'@sveltejs/vite-plugin-svelte':
specifier: ^3.1.1
version: 3.1.1(svelte@5.0.0-next.149)(vite@5.2.13(@types/node@20.5.9))
globals:
specifier: ^15.6.0
version: 15.6.0
storybook:
specifier: ^8.1.10
version: 8.1.10(@babel/preset-env@7.24.7(@babel/core@7.24.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)