Skip to content

Commit

Permalink
docs: fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 26, 2020
1 parent 74996bd commit 1e8ceae
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ meta:
actionText: Get Started →
actionLink: /getting-started.html
repoText: Github
repoLink: https://github.com/TypedProject/ts-express-decorators
repoLink: https://github.com/TypedProject/tsed
heroText: Ts.ED
heroDescription: A Node.js and TypeScript Framework on top of Express
heroTerms:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function bootstrap() {
bootstrap();
```
::: tip
You can find a project example with [AWS configurattion here](https://github.com/TypedProject/tsed-example-aws).
You can find a project example with [AWS configuration here](https://github.com/TypedProject/tsed-example-aws).
:::

::: tip Example
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
"typeorm": "0.2.22",
"typescript": "3.5.3",
"vue-analytics": "5.17.2",
"vuepress-theme-tsed": "2.5.0",
"semver": "latest"
"vuepress-theme-tsed": "2.5.4",
"semver": "7.1.1"
},
"directories": {
"packages": "packages",
Expand Down
36 changes: 27 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13497,7 +13497,12 @@ semver-regex@^2.0.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@latest:
semver@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667"
integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==

semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
Expand Down Expand Up @@ -15576,7 +15581,15 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@2.6.10, vue-template-compiler@^2.6.10:
vue-template-compiler@2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==
dependencies:
de-indent "^1.0.2"
he "^1.1.0"

vue-template-compiler@^2.6.10:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc"
integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==
Expand All @@ -15589,7 +15602,12 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==

vue@2.6.10, vue@^2.6.10:
vue@2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==

vue@^2.6.10:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
Expand Down Expand Up @@ -15621,10 +15639,10 @@ vuepress-plugin-smooth-scroll@^0.0.3:
dependencies:
smoothscroll-polyfill "^0.4.3"

vuepress-theme-tsed@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.5.0.tgz#a1d75dd93976356dd0bfa7e1ed4aaa0a6e46cf1c"
integrity sha512-neEmLMJns2uCumjxIlstMkigUjrtzfzNV9c44Bpj2qdUb2UItkTuEILuLnR8S4OofEr9Q3cSzNihYrgg8F5n0A==
vuepress-theme-tsed@2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/vuepress-theme-tsed/-/vuepress-theme-tsed-2.5.4.tgz#d08ab0dd5b0e3ca8d4c2a01c1fc0e3c8c92095a7"
integrity sha512-ca/RFx/YGi0n6OBcQETCeV/KSulPi0w0a9pf8k168RkjR/YLjEg670fUmNEsBcaWBiZKo1MI2SJ750o05xSMug==
dependencies:
"@vuepress/plugin-active-header-links" "1.2.0"
"@vuepress/plugin-nprogress" "1.2.0"
Expand All @@ -15639,8 +15657,8 @@ vuepress-theme-tsed@2.5.0:
sass-rem "2.0.1"
stylus "^0.54.5"
stylus-loader "^3.0.2"
vue "2.6.10"
vue-template-compiler "2.6.10"
vue "2.6.11"
vue-template-compiler "2.6.11"
vuepress "1.2.0"
vuepress-plugin-container "^2.0.2"
vuepress-plugin-smooth-scroll "^0.0.3"
Expand Down

0 comments on commit 1e8ceae

Please sign in to comment.