|
63 | 63 | },
|
64 | 64 | "dependencies": {
|
65 | 65 | "@types/hoist-non-react-statics": "^3.3.1",
|
66 |
| - "@types/invariant": "^2.2.29", |
| 66 | + "@types/invariant": "^2.2.30", |
67 | 67 | "@types/react": "^16.8.20",
|
68 | 68 | "hoist-non-react-statics": "^3.3.0",
|
69 |
| - "intl-format-cache": "^3.2.0", |
70 |
| - "intl-locales-supported": "^1.2.0", |
71 |
| - "intl-messageformat": "^4.0.0", |
| 69 | + "intl-format-cache": "^3.3.0", |
| 70 | + "intl-locales-supported": "^1.3.0", |
| 71 | + "intl-messageformat": "^4.3.0", |
72 | 72 | "invariant": "^2.1.1",
|
73 | 73 | "react": "^16.3.0",
|
74 | 74 | "shallow-equal": "^1.1.0"
|
|
83 | 83 | "@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
84 | 84 | "@babel/preset-env": "^7.1.0",
|
85 | 85 | "@babel/preset-react": "^7.0.0",
|
86 |
| - "@formatjs/intl-relativetimeformat": "^2.1.0", |
87 |
| - "@types/enzyme": "^3.9.4", |
| 86 | + "@formatjs/intl-relativetimeformat": "^2.3.0", |
| 87 | + "@types/benchmark": "^1.0.31", |
| 88 | + "@types/enzyme": "^3.10.1", |
88 | 89 | "@types/jest": "^24.0.13",
|
89 | 90 | "@types/prop-types": "^15.7.1",
|
| 91 | + "@types/react-dom": "^16.8.4", |
90 | 92 | "@typescript-eslint/eslint-plugin": "^1.10.2",
|
91 | 93 | "@typescript-eslint/parser": "^1.10.2",
|
92 | 94 | "babel-jest": "^24.8.0",
|
93 |
| - "babel-plugin-react-intl": "^3.2.1", |
| 95 | + "babel-plugin-react-intl": "^3.5.0", |
94 | 96 | "babel-plugin-transform-member-expression-literals": "^6.9.4",
|
95 | 97 | "babel-plugin-transform-property-literals": "^6.9.4",
|
96 | 98 | "babel-plugin-transform-react-remove-prop-types": "^0.4.18",
|
|
108 | 110 | "full-icu": "^1.3.0",
|
109 | 111 | "glob": "^7.0.0",
|
110 | 112 | "intl": "^1.2.1",
|
111 |
| - "intl-messageformat-parser": "^1.7.0", |
| 113 | + "intl-messageformat-parser": "^1.8.0", |
112 | 114 | "intl-pluralrules": "^1.0.3",
|
113 | 115 | "jest": "^24.8.0",
|
114 | 116 | "markdown-toc": "^1.2.0",
|
|
120 | 122 | "prop-types": "^15.7.2",
|
121 | 123 | "react-dom": "^16.8.6",
|
122 | 124 | "rimraf": "^2.4.2",
|
123 |
| - "rollup": "^1.16.3", |
| 125 | + "rollup": "^1.16.4", |
124 | 126 | "rollup-plugin-commonjs": "^10.0.1",
|
125 | 127 | "rollup-plugin-node-resolve": "^5.2.0",
|
126 | 128 | "rollup-plugin-replace": "^2.0.0",
|
|
129 | 131 | "serialize-javascript": "^1.5.0",
|
130 | 132 | "superagent": "^5.0.8",
|
131 | 133 | "ts-jest": "^24.0.2",
|
| 134 | + "ts-node": "^8.3.0", |
132 | 135 | "tslib": "^1.9.3",
|
133 | 136 | "typescript": "^3.5.1",
|
134 | 137 | "watchify": "^3.7.0"
|
135 | 138 | },
|
136 | 139 | "scripts": {
|
| 140 | + "benchmark": "TS_NODE_PROJECT='test/perf/tsconfig.json' ts-node test/perf/index.tsx", |
137 | 141 | "build:dist:dev": "cross-env NODE_ENV=development rollup -c rollup.config.dist.js",
|
138 | 142 | "build:dist:prod": "cross-env NODE_ENV=production rollup -c rollup.config.dist.js",
|
139 | 143 | "build:dist": "npm run build:dist:dev && npm run build:dist:prod",
|
|
0 commit comments