Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d3c35 commit 9a577c2Copy full SHA for 9a577c2
.gitignore
@@ -10,6 +10,8 @@
10
/build
11
/lambda
12
13
+/.netlify
14
+
15
# misc
16
.DS_Store
17
.env.local
package.json
@@ -4,9 +4,9 @@
4
"private": true,
5
"dependencies": {
6
"node-fetch": "^2.3.0",
7
- "react": "^16.6.3",
8
- "react-dom": "^16.6.3",
9
- "react-scripts": "^2.1.1"
+ "react": "^16.8.0-alpha.0",
+ "react-dom": "^16.8.0-alpha.0",
+ "react-scripts": "^2.1.3"
},
"scripts": {
"start": "run-p start:**",
@@ -31,7 +31,7 @@
31
"@babel/plugin-transform-object-assign": "^7.0.0",
32
"babel-loader": "^8.0.4",
33
"http-proxy-middleware": "^0.19.0",
34
- "netlify-lambda": "^1.1.0",
+ "netlify-lambda": "^1.2.0",
35
"npm-run-all": "^4.1.5"
36
}
37
0 commit comments