Skip to content

Commit 7832e55

Browse files
committed
desp: bumps
1 parent 0e500b1 commit 7832e55

File tree

3 files changed

+605
-516
lines changed

3 files changed

+605
-516
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"files.associations": { "*.json": "jsonc" }
2+
"files.associations": {
3+
"*.json": "jsonc"
4+
},
5+
"typescript.tsdk": "node_modules/typescript/lib"
36
}

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,36 @@
2727
}
2828
},
2929
"dependencies": {
30-
"@microsoft/api-extractor-model": "^7.8.11",
31-
"@microsoft/tsdoc": "^0.12.20",
30+
"@microsoft/api-extractor-model": "^7.12.0",
31+
"@microsoft/tsdoc": "^0.12.21",
3232
"chalk": "^4.1.0",
33-
"debug": "^4.1.1",
33+
"debug": "^4.3.1",
3434
"meow": "^8.0.0"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.9.2",
38-
"@types/chalk": "^2.2.0",
37+
"@microsoft/api-extractor": "^7.12.0",
3938
"@types/debug": "^4.1.5",
40-
"@types/jest": "^26.0.3",
39+
"@types/jest": "^26.0.15",
4140
"@types/meow": "^5.0.0",
42-
"@types/node": "^14.0.14",
43-
"@typescript-eslint/eslint-plugin": "^4.0.0",
44-
"@typescript-eslint/parser": "^4.0.0",
45-
"eslint": "^7.3.1",
46-
"eslint-config-prettier": "^6.11.0",
41+
"@types/node": "^14.14.9",
42+
"@typescript-eslint/eslint-plugin": "^4.8.1",
43+
"@typescript-eslint/parser": "^4.8.1",
44+
"eslint": "^7.14.0",
45+
"eslint-config-prettier": "^6.15.0",
4746
"eslint-plugin-prettier": "^3.1.4",
4847
"eslint-plugin-vue-libs": "^4.0.0",
49-
"jest": "^26.1.0",
48+
"jest": "^26.6.0",
5049
"jest-watch-typeahead": "^0.6.0",
5150
"lerna": "^3.22.1",
5251
"lerna-changelog": "^1.0.1",
5352
"npm-run-all": "^4.1.5",
5453
"opener": "^1.5.1",
55-
"prettier": "^2.0.5",
56-
"shipjs": "^0.22.0",
57-
"ts-jest": "^26.1.1",
58-
"typescript": "^4.0.0",
59-
"typescript-eslint-language-service": "^4.0.0",
60-
"vuepress": "^1.5.2"
54+
"prettier": "^2.2.0",
55+
"shipjs": "^0.23.0",
56+
"ts-jest": "^26.4.4",
57+
"typescript": "^4.1.0",
58+
"typescript-eslint-language-service": "^4.1.2",
59+
"vuepress": "^1.7.1"
6160
},
6261
"engines": {
6362
"node": ">= 10"

0 commit comments

Comments
 (0)