Skip to content

Commit

Permalink
Bump 2.1.1 version
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
nikolay-borzov committed Nov 14, 2019
1 parent 60d1111 commit ee92dbe
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "source-map-explorer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Analyze and debug space usage through source maps",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"btoa": "^1.2.1",
"chalk": "^3.0.0",
"convert-source-map": "^1.7.0",
"ejs": "^2.7.1",
"ejs": "^2.7.2",
"escape-html": "^1.0.3",
"glob": "^7.1.6",
"lodash": "^4.17.15",
Expand All @@ -95,21 +95,21 @@
"@babel/register": "^7.7.0",
"@smpx/snap-shot-it": "^6.6.1",
"@types/btoa": "^1.2.3",
"@types/chai": "^4.2.4",
"@types/chai": "^4.2.5",
"@types/chai-as-promised": "^7.1.2",
"@types/convert-source-map": "^1.5.1",
"@types/ejs": "^2.6.3",
"@types/escape-html": "0.0.20",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.146",
"@types/lodash": "^4.14.147",
"@types/mocha": "^5.2.7",
"@types/node": "^12.x",
"@types/open": "^6.2.1",
"@types/rimraf": "^2.0.3",
"@types/temp": "^0.8.34",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"babel-plugin-istanbul": "^5.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand All @@ -123,7 +123,7 @@
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"lint-staged": "^9.4.3",
"mocha": "^6.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
Expand Down

0 comments on commit ee92dbe

Please sign in to comment.