build(deps-dev): bump next from 7.0.0-canary.15 to 7.0.0-canary.16 (#153)

Bumps [next](https://github.com/zeit/next.js) from 7.0.0-canary.15 to 7.0.0-canary.16.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/7.0.0-canary.15...7.0.0-canary.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/156/head
dependabot[bot] 2018-09-12 11:17:00 +08:00 zatwierdzone przez Amio /
rodzic a7078f3006
commit 7058240904
2 zmienionych plików z 4 dodań i 4 usunięć

6
package-lock.json wygenerowano
Wyświetl plik

@ -5867,9 +5867,9 @@
"dev": true
},
"next": {
"version": "7.0.0-canary.15",
"resolved": "https://registry.npmjs.org/next/-/next-7.0.0-canary.15.tgz",
"integrity": "sha512-241sRU4peNMNwfEKxQd76n9cqbhsor0xYBKOoCCXTqfMmLAax/tROG3EM+Ud5X83vM5IbXjxNIXgtw2khByEcQ==",
"version": "7.0.0-canary.16",
"resolved": "https://registry.npmjs.org/next/-/next-7.0.0-canary.16.tgz",
"integrity": "sha512-NRXWX5+/4Vmddm9gMSemKsKCdw7Txhjz0DS9MDeZMpaB+i4Ekmg4KVYMGq+fEMpv8cjdEf2MxlNfzd0bT+tMcw==",
"dev": true,
"requires": {
"@babel/core": "7.0.0",

Wyświetl plik

@ -41,7 +41,7 @@
"devDependencies": {
"babel-eslint": "^9.0.0",
"micro-dev": "^3.0.0",
"next": "^7.0.0-canary.15",
"next": "^7.0.0-canary.16",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"standard": "^12.0.1",