Skip to content

Commit

Permalink
chore: update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Sep 15, 2021
1 parent a90c23e commit f1856e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -58,3 +58,4 @@ typings/
.env

dist
package-lock.json
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -45,17 +45,17 @@
"devDependencies": {
"@types/chai": "^4.0.10",
"@types/colors": "^1.1.3",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"browserify": "^17.0.0",
"chai": "^4.1.2",
"colors": "^1.1.2",
"coveralls": "^3.0.0",
"mocha": "^8.2.1",
"mocha": "^9.1.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"terser": "^5.5.1",
"ts-node": "^9.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.1.3"
}
}
}

0 comments on commit f1856e1

Please sign in to comment.