Juan Olvera
7e12997af6
Test updater script on examples folder ( #5993 )
...
I wrote a [script](https://github.com/j0lv3r4/dependency-version-updater ) to update dependencies recursively in `package.json` files, e.g.:
```
$ node index.js --path="./examples" --dependencies="react=^16.7.0,react-dom=^16.7.0"
```
This PR contains the result against the examples folder.
2019-01-05 12:19:27 +01:00
Tim Neutkens
283e9afe70
Upgrade serve ( #4857 )
2018-07-27 21:13:55 +02:00
Tim Neutkens
76657f8451
Upgrade serve in with-static-export example ( #4800 )
2018-07-18 22:16:06 +02:00
Tim Neutkens
18f8ab392a
Merge branch 'master' into canary
...
# Conflicts:
# examples/with-apollo/lib/initApollo.js
# examples/with-apollo/package.json
# examples/with-react-with-styles/package.json
# examples/with-static-export/package.json
# package.json
2017-11-05 11:01:59 +01:00
Leonardo Quixada
b41d177609
Dropped isomorphic-fetch in examples in favor of isomorphic-unfetch. ( #3230 )
2017-11-04 15:05:16 +01:00
Andy Kenward
c29ec6bdd0
example/with-static-export update react & next dependencies ( #3238 )
...
`next@latest` instead of beta
react 16
2017-11-04 11:24:54 +01:00
Jun Matsushita
b47395ab2f
Fix non valid trailing comma ( #2560 )
2017-07-15 09:08:08 +05:30
Sergio Xalambrí
2b9944bf52
Add with-static-export example ( #2234 )
2017-07-01 21:44:58 +02:00