Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a577c2

Browse files
author
sw-yx
committed
update deps
1 parent 42d3c35 commit 9a577c2

File tree

3 files changed

+1937
-977
lines changed

3 files changed

+1937
-977
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
/build
1111
/lambda
1212

13+
/.netlify
14+
1315
# misc
1416
.DS_Store
1517
.env.local

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"dependencies": {
66
"node-fetch": "^2.3.0",
7-
"react": "^16.6.3",
8-
"react-dom": "^16.6.3",
9-
"react-scripts": "^2.1.1"
7+
"react": "^16.8.0-alpha.0",
8+
"react-dom": "^16.8.0-alpha.0",
9+
"react-scripts": "^2.1.3"
1010
},
1111
"scripts": {
1212
"start": "run-p start:**",
@@ -31,7 +31,7 @@
3131
"@babel/plugin-transform-object-assign": "^7.0.0",
3232
"babel-loader": "^8.0.4",
3333
"http-proxy-middleware": "^0.19.0",
34-
"netlify-lambda": "^1.1.0",
34+
"netlify-lambda": "^1.2.0",
3535
"npm-run-all": "^4.1.5"
3636
}
3737
}

0 commit comments

Comments
 (0)