Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jun 1, 2019
1 parent e3f7da3 commit 183746c
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 148 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"author": "york yao <yaoao12306@outlook.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/cli": "8.0.0",
"@commitlint/config-conventional": "8.0.0",
"@types/glob": "7.1.1",
"@types/jasmine": "3.3.12",
"@types/jasmine": "3.3.13",
"@types/minimist": "1.2.0",
"@types/node": "12.0.2",
"clean-scripts": "1.11.0",
"@types/node": "12.0.4",
"clean-scripts": "1.11.1",
"jasmine": "3.4.0",
"lerna": "3.14.1",
"markdownlint-cli": "0.16.0",
"no-unused-export": "1.7.0",
"rimraf": "2.6.3",
"standard": "12.0.1",
"tslint": "5.16.0",
"tslint": "5.17.0",
"tslint-config-standard": "8.0.1",
"tslint-sonarts": "1.9.0",
"typescript": "3.4.5"
"typescript": "3.5.1"
},
"scripts": {
"bootstrap": "lerna bootstrap -- --frozen-lockfile",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ tslib@1, tslib@^1.8.1:
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==

tsutils@3:
version "3.10.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.10.0.tgz#6f1c95c94606e098592b0dff06590cf9659227d6"
integrity sha512-q20XSMq7jutbGB8luhKKsQldRKWvyBO2BGqni3p4yq8Ys9bEP/xQw3KepKmMRt9gJ4lvQSScrihJrcKdKoSU7Q==
version "3.12.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.12.0.tgz#2d236b98dc07bff9e49c7355a48a78d20e15e58a"
integrity sha512-64KxDOb3+5ZVbz6NDZlCtOHstLk9+W96Y7d5Z/s5ge92gLaunxDeXYahvB7Rhl1dbaa3ifyq/W53o4mshIV1Tw==
dependencies:
tslib "^1.8.1"

Expand Down
Loading

0 comments on commit 183746c

Please sign in to comment.