Skip to content

Commit

Permalink
Bump version 2.4.2
Browse files Browse the repository at this point in the history
- Update dependnecies
  • Loading branch information
nikolay-borzov committed Mar 30, 2020
1 parent 8c47ad7 commit 661c068
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 35 deletions.
52 changes: 21 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-map-explorer",
"version": "2.4.1",
"version": "2.4.2",
"description": "Analyze and debug space usage through source maps",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"btoa": "^1.2.1",
"chalk": "^3.0.0",
"convert-source-map": "^1.7.0",
"ejs": "^3.0.1",
"ejs": "^3.0.2",
"escape-html": "^1.0.3",
"glob": "^7.1.6",
"gzip-size": "^5.1.1",
Expand Down Expand Up @@ -105,7 +105,7 @@
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserify": "^16.5.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chokidar-cli": "^2.1.0",
Expand All @@ -119,7 +119,7 @@
"eslint-plugin-prettier": "^3.1.2",
"generate-source-map": "0.0.5",
"husky": "^4.2.3",
"lint-staged": "^10.0.9",
"lint-staged": "^10.0.10",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
Expand Down

0 comments on commit 661c068

Please sign in to comment.