Skip to content

Commit bde15cc

Browse files
committed
Update multiple-languages example
1 parent 7375ece commit bde15cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/multiple-languages/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"intl": "^1.2.5",
12-
"prop-types": "^15.6.2",
13-
"react": "^16.5.0",
14-
"react-dom": "^16.5.0",
15-
"react-intl": "^2.4.0",
12+
"prop-types": "^15.7.2",
13+
"react": "^16.8.6",
14+
"react-dom": "^16.8.6",
15+
"react-intl": "^2.8.0",
1616
"react-intl-redux": "file:../..",
17-
"react-redux": "^5.0.7",
18-
"react-scripts": "1.1.5",
19-
"redux": "^4.0.0"
17+
"react-redux": "^7.0.2",
18+
"react-scripts": "2.1.8",
19+
"redux": "^4.0.1"
2020
},
2121
"devDependencies": {
2222
"del-cli": "^1.1.0",
23-
"redux-devtools": "^3.4.1",
23+
"redux-devtools": "^3.5.0",
2424
"redux-devtools-dock-monitor": "^1.1.3",
2525
"redux-devtools-log-monitor": "^1.4.0"
2626
},

0 commit comments

Comments
 (0)