Skip to content

Commit 8db4b10

Browse files
committed
update packages
1 parent 45c2b14 commit 8db4b10

File tree

2 files changed

+2118
-1865
lines changed

2 files changed

+2118
-1865
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"name": "gatsby-plugin-intl",
33
"description": "Gatsby plugin to add react-intl onto a site",
4-
"version": "0.3.2",
4+
"version": "0.3.3-beta.0",
55
"author": "Daewoong Moon <wiziple@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/wiziple/gatsby-plugin-intl"
88
},
99
"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",
1313
"browser-lang": "^0.1.0",
1414
"intl": "^1.2.5",
15-
"react-intl": "^3.4.0"
15+
"react-intl": "^3.12.0"
1616
},
1717
"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",
2121
"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"
2525
},
2626
"homepage": "https://github.com/wiziple/gatsby-plugin-intl",
2727
"keywords": [

0 commit comments

Comments
 (0)