Skip to content

Commit

Permalink
Upgraded package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JF Paradis committed Oct 6, 2018
1 parent 729da54 commit 5ae399b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -39,25 +39,25 @@
"shim:build:prod": "cross-env NODE_ENV=production rollup -c shim/rollup.config.js"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-minify": "^0.4.3",
"babel-eslint": "^10.0.1",
"babel-minify": "^0.5.0",
"babel-preset-env": "^1.7.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"ecmarkup": "^3.16.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.2",
"esm": "^3.0.71",
"nyc": "^12.0.2",
"prettier": "^1.13.7",
"rollup": "^0.63.2",
"rollup-plugin-babel-minify": "^5.0.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"esm": "^3.0.84",
"nyc": "^13.0.1",
"prettier": "^1.14.3",
"rollup": "^0.66.4",
"rollup-plugin-babel-minify": "^6.1.0",
"rollup-plugin-strip-code": "^0.2.6",
"rollup-watch": "^4.3.1",
"sinon": "^6.1.3",
"sinon": "^6.3.5",
"tape": "^4.9.1"
}
}

0 comments on commit 5ae399b

Please sign in to comment.