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

Commit f498bf6

Browse files
committed
Update deps and zip-it-and-ship-it
Fixes a missing dependency bug inherited by zip-it-and-ship-it.
1 parent 46bb4e4 commit f498bf6

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.3.1 - 2019-02-19
6+
* Update deps
7+
* Update zip-it-and-ship-it to a working copyx
8+
59
## 2.3.0 - 2019-02-06
610
* Improve function deployments with [@netlify/zip-it-and-ship-it](https://github.com/netlify/zip-it-and-ship-it) ([#34](https://github.com/netlify/js-client/pull/34))
711
* Functions can now have their own `node_modules` folder, separate from your top-level sites.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Bret Comnes <bcomnes@gmail.com> (https://bret.io)"
3535
],
3636
"dependencies": {
37-
"@netlify/open-api": "^0.5.0",
37+
"@netlify/open-api": "^0.8.0",
3838
"backoff": "^2.5.0",
3939
"clean-deep": "^3.0.2",
4040
"debug": "^4.1.1",
@@ -58,31 +58,31 @@
5858
"through2-filter": "^3.0.0",
5959
"through2-map": "^3.0.0",
6060
"util.promisify": "^1.0.0",
61-
"@netlify/zip-it-and-ship-it": "^0.2.0"
61+
"@netlify/zip-it-and-ship-it": "^0.2.1"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "^7.1.2",
64+
"@babel/core": "^7.3.3",
6565
"@babel/plugin-transform-runtime": "^7.1.0",
66-
"@babel/preset-env": "^7.1.0",
67-
"@babel/runtime": "^7.1.2",
66+
"@babel/preset-env": "^7.3.1",
67+
"@babel/runtime": "^7.3.1",
6868
"ava": "1.0.0-rc.2",
6969
"babel-eslint": "^10.0.1",
70-
"babel-loader": "^8.0.4",
70+
"babel-loader": "^8.0.5",
7171
"body": "^5.1.0",
7272
"coveralls": "^3.0.2",
73-
"dependency-check": "^3.2.1",
74-
"eslint": "^5.5.0",
75-
"eslint-config-prettier": "^3.0.1",
76-
"eslint-plugin-import": "^2.13.0",
77-
"eslint-plugin-node": "^8.0.0",
78-
"eslint-plugin-prettier": "^3.0.0",
73+
"dependency-check": "^3.3.0",
74+
"eslint": "^5.14.1",
75+
"eslint-config-prettier": "^3.6.0",
76+
"eslint-plugin-import": "^2.16.0",
77+
"eslint-plugin-node": "^8.0.1",
78+
"eslint-plugin-prettier": "^3.0.1",
7979
"from2-string": "^1.1.0",
8080
"npm-run-all": "^4.1.3",
81-
"nyc": "^13.0.1",
82-
"prettier": "^1.13.7",
83-
"rimraf": "^2.6.2",
84-
"webpack": "^4.20.2",
85-
"webpack-cli": "^3.1.2"
81+
"nyc": "^13.3.0",
82+
"prettier": "^1.16.4",
83+
"rimraf": "^2.6.3",
84+
"webpack": "^4.29.5",
85+
"webpack-cli": "^3.2.3"
8686
},
8787
"engines": {
8888
"node": ">=8.0.0"

0 commit comments

Comments
 (0)