From 6fe47fb9d7e76b00ab1e46b5f117c3ad0375c2b5 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Mon, 26 Feb 2024 14:24:52 +0100 Subject: [PATCH] fix: use scandichotels as host for fetching design system repo --- package-lock.json | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 28c341c26..85c432e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 91dd1314c..b34baacdb 100644 --- a/package.json +++ b/package.json @@ -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",