Skip to content

Commit 9ce0adf

Browse files
committed
update example to 0.3.3
1 parent 8db4b10 commit 9ce0adf

File tree

3 files changed

+2211
-2237
lines changed

3 files changed

+2211
-2237
lines changed

examples/gatsby-starter-default-intl/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"name": "gatsby-starter-default-intl",
33
"private": true,
44
"description": "The default Gatsby starter using gatsby-plugin-intl for i18n.",
5-
"version": "0.2.7",
5+
"version": "0.3.3",
66
"author": "Daewoong Moon <wiziple@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^2.17.4",
9-
"gatsby-image": "^2.2.29",
10-
"gatsby-plugin-intl": "^0.3.2",
11-
"gatsby-plugin-manifest": "^2.2.23",
12-
"gatsby-plugin-offline": "^3.0.16",
13-
"gatsby-plugin-react-helmet": "^3.1.13",
14-
"gatsby-plugin-sharp": "^2.2.32",
15-
"gatsby-source-filesystem": "^2.1.33",
16-
"gatsby-transformer-sharp": "^2.3.0",
8+
"gatsby": "^2.19.19",
9+
"gatsby-image": "^2.2.41",
10+
"gatsby-plugin-intl": "^0.3.3",
11+
"gatsby-plugin-manifest": "^2.2.41",
12+
"gatsby-plugin-offline": "^3.0.35",
13+
"gatsby-plugin-react-helmet": "^3.1.22",
14+
"gatsby-plugin-sharp": "^2.4.5",
15+
"gatsby-source-filesystem": "^2.1.48",
16+
"gatsby-transformer-sharp": "^2.3.14",
1717
"prop-types": "^15.7.2",
18-
"react": "^16.11.0",
19-
"react-dom": "^16.11.0",
18+
"react": "^16.12.0",
19+
"react-dom": "^16.12.0",
2020
"react-helmet": "^5.2.1"
2121
},
2222
"devDependencies": {
23-
"prettier": "^1.18.2"
23+
"prettier": "^1.19.1"
2424
},
2525
"keywords": [
2626
"gatsby"

0 commit comments

Comments
 (0)