Skip to content

Commit 310bb62

Browse files
ipanasenkolonglho
authored andcommitted
fix(deps): move @formatjs/intl-relativetimeformat to deps (#1349)
We rely on its types. This will be removed once `RelativeTimeFormat` gets to stage 4
1 parent b38afd7 commit 310bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"setupTestFrameworkScriptFile": "./test/setup.js"
6363
},
6464
"dependencies": {
65+
"@formatjs/intl-relativetimeformat": "^2.3.1",
6566
"@types/hoist-non-react-statics": "^3.3.1",
6667
"@types/invariant": "^2.2.30",
6768
"@types/react": "^16.8.20",
@@ -83,7 +84,6 @@
8384
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
8485
"@babel/preset-env": "^7.1.0",
8586
"@babel/preset-react": "^7.0.0",
86-
"@formatjs/intl-relativetimeformat": "^2.3.1",
8787
"@types/benchmark": "^1.0.31",
8888
"@types/enzyme": "^3.10.1",
8989
"@types/jest": "^24.0.13",

0 commit comments

Comments
 (0)