Skip to content

Commit

Permalink
feat: add pricing component
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed May 27, 2022
1 parent 0971287 commit 8eeb1fe
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
]
}
}
3 changes: 1 addition & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {}
}

}
2 changes: 1 addition & 1 deletion packages/vuepress-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
}
},
"peerDependencies": {}
}
}
10 changes: 5 additions & 5 deletions packages/vuepress-theme-tsed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {}
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8eeb1fe

Please sign in to comment.