|
1 | 1 | { |
2 | 2 | "name": "gatsby-plugin-intl", |
3 | 3 | "description": "Gatsby plugin to add react-intl onto a site", |
4 | | - "version": "0.3.2", |
| 4 | + "version": "0.3.3-beta.0", |
5 | 5 | "author": "Daewoong Moon <wiziple@gmail.com>", |
6 | 6 | "bugs": { |
7 | 7 | "url": "https://github.com/wiziple/gatsby-plugin-intl" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@babel/runtime": "^7.4.5", |
11 | | - "@formatjs/intl-pluralrules": "^1.3.1", |
12 | | - "@formatjs/intl-relativetimeformat": "^4.2.1", |
| 10 | + "@babel/runtime": "^7.8.4", |
| 11 | + "@formatjs/intl-pluralrules": "^1.5.2", |
| 12 | + "@formatjs/intl-relativetimeformat": "^4.5.9", |
13 | 13 | "browser-lang": "^0.1.0", |
14 | 14 | "intl": "^1.2.5", |
15 | | - "react-intl": "^3.4.0" |
| 15 | + "react-intl": "^3.12.0" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@babel/cli": "^7.4.4", |
19 | | - "@babel/core": "^7.4.5", |
20 | | - "babel-preset-gatsby-package": "^0.2.0", |
| 18 | + "@babel/cli": "^7.8.4", |
| 19 | + "@babel/core": "^7.8.4", |
| 20 | + "babel-preset-gatsby-package": "^0.2.16", |
21 | 21 | "cross-env": "^7.0.0", |
22 | | - "jest": "^24.9.0", |
23 | | - "prettier": "^1.18.2", |
24 | | - "rimraf": "^2.6.3" |
| 22 | + "jest": "^25.1.0", |
| 23 | + "prettier": "^1.19.1", |
| 24 | + "rimraf": "^3.0.2" |
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/wiziple/gatsby-plugin-intl", |
27 | 27 | "keywords": [ |
|
0 commit comments