Skip to content

Commit

Permalink
[v2] Update using-jss example (#5832)
Browse files Browse the repository at this point in the history
* Bump package versions

* Add react react-dom react-jss

* Flag version 2.0.0

* Revert version
  • Loading branch information
ajayns authored and m-allanson committed Jun 12, 2018
1 parent 17aacc3 commit dd7a36d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/using-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"version": "1.0.0",
"author": "Vladimir Guguiev <[email protected]>",
"dependencies": {
"gatsby": "latest",
"gatsby-plugin-jss": "latest"
"gatsby": "next",
"gatsby-plugin-jss": "next",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-jss": "^8.5.0"
},
"keywords": [
"gatsby"
Expand All @@ -18,4 +21,4 @@
"build": "gatsby build",
"serve": "gatsby serve"
}
}
}

0 comments on commit dd7a36d

Please sign in to comment.