fix: use scandichotels as host for fetching design system repo

This commit is contained in:
Christel Westerberg
2024-02-26 14:24:52 +01:00
parent ade2387b80
commit 6fe47fb9d7
2 changed files with 11 additions and 1 deletions

10
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
"@scandic-hotels/design-system": "git+ssh://git@scandichotels.bitbucket.org:scandic-swap/design-system.git#v0.1.0-rc.1",
"@t3-oss/env-nextjs": "^0.9.2",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
@@ -586,6 +587,15 @@
"url": "https://github.com/sindresorhus/is?sponsor=1"
}
},
"node_modules/@scandic-hotels/design-system": {
"version": "0.1.0",
"resolved": "git+ssh://git@scandichotels.bitbucket.org:scandic-swap/design-system.git#fa01fbbf819145fd69e9685232a6a254c0ff7f07",
"peerDependencies": {
"react": "^18.2.0",
"react-aria-components": "^1.0.1",
"react-dom": "^18.2.0"
}
},
"node_modules/@swc/helpers": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz",

View File

@@ -19,7 +19,7 @@
"@contentstack/live-preview-utils": "^1.4.0",
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
"@t3-oss/env-nextjs": "^0.9.2",
"@scandic-hotels/design-system": "git+ssh://git@scandic.bitbucket.org:scandic-swap/design-system.git#v0.1.0-rc.1",
"@scandic-hotels/design-system": "git+ssh://git@scandichotels.bitbucket.org:scandic-swap/design-system.git#v0.1.0-rc.1",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",