We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b33faa commit bd73ea9Copy full SHA for bd73ea9
examples/explicit-timezone/package.json
@@ -10,9 +10,10 @@
10
"react-scripts": "0.6.0"
11
},
12
"dependencies": {
13
- "react": "^15.3.2",
14
- "react-dom": "^15.3.2",
15
- "react-intl": "^2.1.5"
+ "prop-types": "^15.5.4",
+ "react": "^15.5.4",
+ "react-dom": "^15.5.4",
16
+ "react-intl": "^2.3.0"
17
18
"scripts": {
19
"start": "react-scripts start",
examples/explicit-timezone/src/App.js
@@ -1,4 +1,5 @@
1
-import React, {Component, PropTypes} from 'react';
+import React, {Component} from 'react';
2
+import PropTypes from 'prop-types';
3
import {FormattedDate, FormattedTime} from 'react-intl';
4
5
class App extends Component {
0 commit comments