Skip to content

Commit 86d3a91

Browse files
Upgrade dependencies
1 parent ae0f4f1 commit 86d3a91

File tree

6 files changed

+363
-325
lines changed

6 files changed

+363
-325
lines changed

build/arrayToTree.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/arrayToTree.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/arrayToTree.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"license": "MIT",
3535
"dependencies": {},
3636
"devDependencies": {
37-
"@types/chai": "^4.0.4",
37+
"@types/chai": "^4.2.7",
3838
"@types/mocha": "^5.2.7",
3939
"chai": "^4.1.2",
40-
"coveralls": "^3.0.0",
40+
"coveralls": "^3.0.9",
4141
"istanbul": "^0.4.5",
42-
"mocha": "^6.1.4",
42+
"mocha": "^7.0.0",
4343
"mocha-lcov-reporter": "^1.3.0",
4444
"remap-istanbul": "^0.13.0",
45-
"tslint": "^5.2.0",
46-
"tslint-config-standard": "^8.0.1",
47-
"typescript": "^3.5.2",
48-
"uglify-js": "^3.1.1"
45+
"tslint": "^5.20.1",
46+
"tslint-config-standard": "^9.0.0",
47+
"typescript": "^3.7.5",
48+
"uglify-js": "^3.7.5"
4949
},
5050
"scripts": {
5151
"preversion": "yarn && npm run lint && npm run build && npm run test-and-send-cov-to-coveralls",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"moduleResolution": "node",
88
"outDir": "build",
99
"declaration": true,
10-
"strictNullChecks": true
10+
"strictNullChecks": true,
11+
"lib": ["ES6"]
1112
},
1213
"exclude": [
1314
"node_modules",

0 commit comments

Comments
 (0)