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

Commit 438d8bb

Browse files
authored
Merge pull request #48 from netlify/zisi-0.3.1
Update ZISI and semver dependencies
2 parents a9ed314 + ec31e36 commit 438d8bb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@netlify/open-api": "^0.9.0",
34-
"@netlify/zip-it-and-ship-it": "^0.3.0",
34+
"@netlify/zip-it-and-ship-it": "^0.3.1",
3535
"backoff": "^2.5.0",
3636
"clean-deep": "^3.0.2",
3737
"debug": "^4.1.1",
@@ -46,41 +46,41 @@
4646
"lodash.set": "^4.3.2",
4747
"micro-api-client": "^3.3.0",
4848
"node-fetch": "^2.2.0",
49-
"p-map": "^2.0.0",
49+
"p-map": "^2.1.0",
5050
"p-wait-for": "^2.0.0",
5151
"parallel-transform": "^1.1.0",
5252
"pump": "^3.0.0",
53-
"qs": "^6.5.2",
53+
"qs": "^6.7.0",
5454
"rimraf": "^2.6.3",
5555
"tempy": "^0.2.1",
5656
"through2-filter": "^3.0.0",
5757
"through2-map": "^3.0.0",
5858
"util.promisify": "^1.0.0"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "^7.3.3",
62-
"@babel/plugin-transform-runtime": "^7.1.0",
63-
"@babel/preset-env": "^7.3.1",
64-
"@babel/runtime": "^7.3.1",
61+
"@babel/core": "^7.4.3",
62+
"@babel/plugin-transform-runtime": "^7.4.3",
63+
"@babel/preset-env": "^7.4.3",
64+
"@babel/runtime": "^7.4.3",
6565
"auto-changelog": "^1.13.0",
6666
"ava": "1.2.1",
6767
"babel-eslint": "^10.0.1",
6868
"babel-loader": "^8.0.5",
6969
"body": "^5.1.0",
70-
"coveralls": "^3.0.2",
70+
"coveralls": "^3.0.3",
7171
"dependency-check": "^3.3.0",
72-
"eslint": "^5.14.1",
73-
"eslint-config-prettier": "^4.0.0",
74-
"eslint-plugin-import": "^2.16.0",
72+
"eslint": "^5.16.0",
73+
"eslint-config-prettier": "^4.1.0",
74+
"eslint-plugin-import": "^2.17.2",
7575
"eslint-plugin-node": "^8.0.1",
7676
"eslint-plugin-prettier": "^3.0.1",
7777
"from2-string": "^1.1.0",
7878
"gh-release": "^3.5.0",
7979
"npm-run-all": "^4.1.3",
8080
"nyc": "^13.3.0",
81-
"prettier": "^1.16.4",
82-
"webpack": "^4.29.5",
83-
"webpack-cli": "^3.2.3"
81+
"prettier": "^1.17.0",
82+
"webpack": "^4.30.0",
83+
"webpack-cli": "^3.3.1"
8484
},
8585
"engines": {
8686
"node": ">=8.0.0"

0 commit comments

Comments
 (0)