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 Sep 21, 2019
1 parent b7466ef commit 288fb4d
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 199 deletions.
24 changes: 12 additions & 12 deletions .type-coverage/result.json
Expand Up @@ -19,9 +19,9 @@
"anys": []
},
"packages/core/src/interfaces.ts": {
"hash": "cbaab643d42a0f3f5c62f4205d9eaf69cb7d865c",
"correctCount": 56,
"totalCount": 56,
"hash": "ad1bd73abc5d388045b3d8573b43b59efba8b7c5",
"correctCount": 57,
"totalCount": 57,
"anys": []
},
"packages/core/src/checker.ts": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"anys": []
},
"packages/core/src/core.ts": {
"hash": "a8ae742fc265dc691a07d941262d3bfb44dd1fd5",
"correctCount": 243,
"totalCount": 243,
"hash": "1526ff53da6dc1db13eaf1642bfc05877a6ef10e",
"correctCount": 274,
"totalCount": 274,
"anys": []
},
"packages/core/src/index.ts": {
Expand All @@ -61,15 +61,15 @@
"anys": []
},
"packages/core/dist/interfaces.d.ts": {
"hash": "119b971bcc974f20998a05accac8d882aeff3d01",
"correctCount": 56,
"totalCount": 56,
"hash": "fca7bb379027c36052b9c96a36c5bc3ee3ec026f",
"correctCount": 57,
"totalCount": 57,
"anys": []
},
"packages/core/dist/core.d.ts": {
"hash": "fe46e26fec872deaa7e54bd484fa1f5a7e3f0dce",
"correctCount": 16,
"totalCount": 16,
"hash": "2b460e2a2ca95563e8e1479d2220b314b8b9be30",
"correctCount": 21,
"totalCount": 21,
"anys": []
},
"packages/core/dist/index.d.ts": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -5,24 +5,24 @@
"author": "york yao <yaoao12306@outlook.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@types/glob": "7.1.1",
"@types/jasmine": "3.4.0",
"@types/minimist": "1.2.0",
"@types/node": "12.7.4",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"@types/node": "12.7.5",
"@typescript-eslint/eslint-plugin": "2.3.0",
"@typescript-eslint/parser": "2.3.0",
"clean-scripts": "1.12.1",
"eslint": "6.3.0",
"eslint-config-prettier": "6.2.0",
"eslint": "6.4.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-plantain": "0.1.2",
"jasmine": "3.4.0",
"lerna": "3.16.4",
"markdownlint-cli": "0.18.0",
"no-unused-export": "1.9.0",
"rimraf": "3.0.0",
"typescript": "3.6.2"
"typescript": "3.6.3"
},
"scripts": {
"bootstrap": "lerna bootstrap -- --frozen-lockfile",
Expand Down

0 comments on commit 288fb4d

Please sign in to comment.