Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Update ZISI and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 22, 2019
1 parent a9ed314 commit ec31e36
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@netlify/open-api": "^0.9.0",
"@netlify/zip-it-and-ship-it": "^0.3.0",
"@netlify/zip-it-and-ship-it": "^0.3.1",
"backoff": "^2.5.0",
"clean-deep": "^3.0.2",
"debug": "^4.1.1",
Expand All @@ -46,41 +46,41 @@
"lodash.set": "^4.3.2",
"micro-api-client": "^3.3.0",
"node-fetch": "^2.2.0",
"p-map": "^2.0.0",
"p-map": "^2.1.0",
"p-wait-for": "^2.0.0",
"parallel-transform": "^1.1.0",
"pump": "^3.0.0",
"qs": "^6.5.2",
"qs": "^6.7.0",
"rimraf": "^2.6.3",
"tempy": "^0.2.1",
"through2-filter": "^3.0.0",
"through2-map": "^3.0.0",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.4.3",
"auto-changelog": "^1.13.0",
"ava": "1.2.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"body": "^5.1.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.3",
"dependency-check": "^3.3.0",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"from2-string": "^1.1.0",
"gh-release": "^3.5.0",
"npm-run-all": "^4.1.3",
"nyc": "^13.3.0",
"prettier": "^1.16.4",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
"prettier": "^1.17.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit ec31e36

Please sign in to comment.