Skip to content

Commit 4b2a1c9

Browse files
author
Jakub Kohoutek
committed
package.json improved
1 parent 2ad6611 commit 4b2a1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

04-suspense-and-async-mode/exercise/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "suspense-and-async-mode",
2+
"name": "suspense-and-concurrent-mode",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
66
"lodash": "^4.17.11",
7-
"react": "16.7.0-alpha.0",
7+
"react": "16.7.0-alpha.2",
88
"react-cache": "^2.0.0-alpha.1",
9-
"react-dom": "16.7.0-alpha.0",
9+
"react-dom": "16.7.0-alpha.2",
1010
"react-router-dom": "4.4.0-beta.7",
1111
"react-scripts": "2.1.1",
12-
"scheduler": "0.10.0-alpha.8af6728",
12+
"scheduler": "0.13.3",
1313
"serve": "^10.1.2"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)