We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad6611 commit 4b2a1c9Copy full SHA for 4b2a1c9
04-suspense-and-async-mode/exercise/package.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "suspense-and-async-mode",
+ "name": "suspense-and-concurrent-mode",
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
"lodash": "^4.17.11",
7
- "react": "16.7.0-alpha.0",
+ "react": "16.7.0-alpha.2",
8
"react-cache": "^2.0.0-alpha.1",
9
- "react-dom": "16.7.0-alpha.0",
+ "react-dom": "16.7.0-alpha.2",
10
"react-router-dom": "4.4.0-beta.7",
11
"react-scripts": "2.1.1",
12
- "scheduler": "0.10.0-alpha.8af6728",
+ "scheduler": "0.13.3",
13
"serve": "^10.1.2"
14
},
15
"scripts": {
0 commit comments