Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 6, 2021
1 parent dd8abeb commit 01dfcaf
Show file tree
Hide file tree
Showing 2 changed files with 482 additions and 741 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"test": "test"
},
"dependencies": {
"tslib": "^2.0.1",
"tslib": "^2.1.0",
"xmldom": "^0.4.0",
"xpath.js": "^1.1.0"
},
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.50",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"coveralls": "^3.1.0",
"mocha": "^8.1.3",
"mocha": "^8.3.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.28.1",
"rollup-plugin-typescript2": "^0.27.2",
"ts-node": "^9.0.0",
"rollup": "^2.40.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.2.3"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 01dfcaf

Please sign in to comment.