From 8eeb1fea832083b672cc1445ef29c675cda9dad5 Mon Sep 17 00:00:00 2001 From: Romain Lenzotti Date: Thu, 26 May 2022 18:08:31 +0200 Subject: [PATCH] feat: add pricing component --- package.json | 17 ++++++++++------- packages/storybook/package.json | 3 +-- packages/vuepress-common/package.json | 2 +- packages/vuepress-theme-tsed/package.json | 10 +++++----- yarn.lock | 5 +++++ 5 files changed, 22 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index eaff172..9c3b521 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,8 @@ "lerna": "4.0.0", "lite-server": "2.5.4", "semantic-release": "19.0.2", - "vuepress": "^1.9.7" + "vuepress": "^1.9.7", + "typescript": "^4.7.2" }, "resolutions": { "watchpack": "1.6.1" @@ -53,11 +54,13 @@ "npmAccess": "public", "npmDistTag": "latest", "ignoreSyncDependencies": [], - "ghpages": { - "dir": "./packages/storybook/dist", - "url": "https://github.com/tsedio/vuepress-theme-tsed.git", - "branch": "ghpages", - "cname": "storybook.tsed.io" - } + "ghpages": [ + { + "dir": "./packages/storybook/dist", + "url": "https://github.com/tsedio/vuepress-theme-tsed.git", + "branch": "ghpages", + "cname": "storybook.tsed.io" + } + ] } } diff --git a/packages/storybook/package.json b/packages/storybook/package.json index e6b0dab..0400de4 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -42,5 +42,4 @@ "vue-template-compiler": "^2.6.11" }, "peerDependencies": {} -} - +} \ No newline at end of file diff --git a/packages/vuepress-common/package.json b/packages/vuepress-common/package.json index 019c470..616d51e 100644 --- a/packages/vuepress-common/package.json +++ b/packages/vuepress-common/package.json @@ -57,4 +57,4 @@ } }, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/packages/vuepress-theme-tsed/package.json b/packages/vuepress-theme-tsed/package.json index 1817bbe..945a2a8 100644 --- a/packages/vuepress-theme-tsed/package.json +++ b/packages/vuepress-theme-tsed/package.json @@ -18,7 +18,7 @@ "@docsearch/js": "^3.1.0", "@sass-collective/sass-rem": "^1.7.0", "@silvanite/vuepress-plugin-tailwind": "^1.3.0", - "@tsed/markdown-it-symbols": "3.19.4", + "@tsed/markdown-it-symbols": "3.19.5", "@tsed/vuepress-common": "3.19.5", "@tsed/vuepress-tailwind-config": "3.19.5", "@vuepress/plugin-active-header-links": "^1.9.7", @@ -45,13 +45,13 @@ "postcss-mixins": "6.2.3", "postcss-nested": "4.2.1", "postcss-omit-import-tilde": "1.0.1", - "stylus": "^0.54.5", + "stylus": "0.57.0", "stylus-loader": "^3.0.2", "tailwindcss-inset": "^1.0.0", "tailwindcss-transforms": "^2.2.0", "lite-server": "2.5.4", - "semantic-release": "17.2.2", - "vuepress": "1.9.5" + "semantic-release": "19.0.2", + "vuepress": "1.9.7" }, "peerDependencies": {} -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 9646d03..7a7eb09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22582,6 +22582,11 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= +typescript@^4.7.2: + version "4.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4" + integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A== + ua-parser-js@^0.7.18: version "0.7.22" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"