Skip to content

Commit e9a5b1f

Browse files
committed
update packages
1 parent 8fd97ed commit e9a5b1f

File tree

3 files changed

+612
-615
lines changed

3 files changed

+612
-615
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@
6767
"@babel/preset-env": "7.9.6",
6868
"@babel/preset-typescript": "7.9.0",
6969
"@babel/runtime": "7.9.6",
70-
"@types/jest": "25.2.2",
70+
"@types/jest": "25.2.3",
7171
"@types/path-exists": "4.0.2",
7272
"@types/replace-string": "3.0.0",
7373
"@types/through2": "2.0.36",
7474
"@types/yargs": "15.0.5",
7575
"husky": "4.2.5",
76-
"jest": "25.5.4",
76+
"jest": "26.0.1",
7777
"prettier": "2.0.5",
7878
"pretty-quick": "2.0.1",
7979
"rimraf": "3.0.2",
80-
"rollup": "2.10.2",
80+
"rollup": "2.10.8",
8181
"rollup-plugin-babel": "4.4.0",
8282
"rollup-plugin-commonjs": "10.1.0",
8383
"rollup-plugin-node-resolve": "5.2.0",
84-
"ts-jest": "25.4.0",
85-
"tslib": "1.11.1",
84+
"ts-jest": "26.0.0",
85+
"tslib": "2.0.0",
8686
"tslint": "6.1.2",
8787
"tslint-config-prettier": "1.18.0",
88-
"typedoc": "0.17.6",
89-
"typescript": "3.8.3"
88+
"typedoc": "0.17.7",
89+
"typescript": "3.9.3"
9090
},
9191
"author": {
9292
"name": "Robert S. (codeBelt)",

tslint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"semicolon": [true],
4040
"trailing-comma": [
4141
true,
42-
{"multiline": {"objects": "always", "arrays": "always", "functions": "never", "typeLiterals": "ignore"}, "esSpecCompliant": true}
42+
{
43+
"multiline": {"objects": "always", "arrays": "always", "functions": "never", "typeLiterals": "ignore"},
44+
"esSpecCompliant": true
45+
}
4346
],
4447
"triple-equals": [true, "allow-null-check"],
4548
"typedef": [true, "parameter", "property-declaration"],

0 commit comments

Comments
 (0)