Skip to content

Commit

Permalink
Update dependencies (#11833)
Browse files Browse the repository at this point in the history
* updated npm dependencies

* updated npm dependencies

* updated npm dependencies
  • Loading branch information
liulanz authored Apr 11, 2020
1 parent 37c98fa commit f1e561b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/custom-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"cross-env": "^5.2.0",
"express": "^4.14.0",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}
4 changes: 2 additions & 2 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}
4 changes: 2 additions & 2 deletions examples/with-dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"author": "",
"license": "ISC"
Expand Down

0 comments on commit f1e561b

Please sign in to comment.