Skip to content

Commit e856175

Browse files
committedApr 10, 2021
update the new examples
1 parent 4c005be commit e856175

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎example/locize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"locize": "2.2.4",
1010
"locize-editor": "3.1.1",
1111
"locize-lastused": "3.0.10",
12-
"react": "17.0.1",
13-
"react-dom": "17.0.1",
12+
"react": "17.0.2",
13+
"react-dom": "17.0.2",
1414
"react-i18next": "11.7.3",
1515
"react-scripts": "^4.0.1"
1616
},

‎example/react-typescript4.1/namespaces/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"i18next": "20.0.0",
14-
"react": "17.0.1",
15-
"react-dom": "17.0.1",
14+
"react": "17.0.2",
15+
"react-dom": "17.0.2",
1616
"react-i18next": "11.8.x",
1717
"react-scripts": "4.0.1",
1818
"web-vitals": "0.2.4"

‎example/react-typescript4.1/no-namespaces/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"i18next": "20.0.0",
14-
"react": "17.0.1",
15-
"react-dom": "17.0.1",
14+
"react": "17.0.2",
15+
"react-dom": "17.0.2",
1616
"react-i18next": "11.8.x",
1717
"react-scripts": "4.0.1",
1818
"web-vitals": "0.2.4"

‎example/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"i18next": "20.0.0",
77
"i18next-browser-languagedetector": "6.0.1",
88
"i18next-http-backend": "1.1.0",
9-
"react": "17.0.1",
10-
"react-dom": "17.0.1",
9+
"react": "17.0.2",
10+
"react-dom": "17.0.2",
1111
"react-i18next": "11.8.5",
1212
"react-scripts": "4.0.1"
1313
},

0 commit comments

Comments
 (0)
Please sign in to comment.