1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

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.
This commit is contained in:
Juan Olvera 2019-01-05 05:19:27 -06:00 committed by Tim Neutkens
parent 89a4cabbd6
commit 7e12997af6
146 changed files with 334 additions and 335 deletions

View file

@ -9,8 +9,8 @@
"author": "Remy Sharp <remy@leftlogic.com>", "author": "Remy Sharp <remy@leftlogic.com>",
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -13,8 +13,8 @@
"@zeit/next-bundle-analyzer": "^0.1.2", "@zeit/next-bundle-analyzer": "^0.1.2",
"faker": "^4.1.0", "faker": "^4.1.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -7,8 +7,8 @@
"ioredis": "^3.2.2", "ioredis": "^3.2.2",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"next": "^5.0.1-canary.9", "next": "^5.0.1-canary.9",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1", "react-dom": "^16.7.0",
"ws": "^4.1.0" "ws": "^4.1.0"
}, },
"scripts": { "scripts": {

View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"express": "^4.14.0", "express": "^4.14.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"fastify": "1.8.0", "fastify": "1.8.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"hapi": "^17.1.1", "hapi": "^17.1.1",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -10,7 +10,7 @@
"koa": "^2.0.1", "koa": "^2.0.1",
"koa-router": "^7.1.0", "koa-router": "^7.1.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -9,8 +9,8 @@
"micro": "^9.1.0", "micro": "^9.1.0",
"micro-route": "^2.4.0", "micro-route": "^2.4.0",
"next": "latest", "next": "latest",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"micro-dev": "^2.2.0" "micro-dev": "^2.2.0"

View file

@ -6,8 +6,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^1.12.1" "nodemon": "^1.12.1"

View file

@ -7,8 +7,8 @@
"dependencies": { "dependencies": {
"@zeit/next-typescript": "^1.1.0", "@zeit/next-typescript": "^1.1.0",
"next": "^7.0.0", "next": "^7.0.0",
"react": "^16.6.0", "react": "^16.7.0",
"react-dom": "^16.6.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@types/next": "^7.0.0", "@types/next": "^7.0.0",

View file

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -15,8 +15,8 @@
"dependencies": { "dependencies": {
"express": "^4.15.4", "express": "^4.15.4",
"next": "latest", "next": "latest",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1", "react-dom": "^16.7.0",
"next-redux-wrapper": "^1.3.2", "next-redux-wrapper": "^1.3.2",
"react-bootstrap": "^0.31.3", "react-bootstrap": "^0.31.3",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",

View file

@ -10,8 +10,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"recharts": "^1.1.0" "recharts": "^1.1.0"
}, },
"license": "ISC" "license": "ISC"

View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"path-match": "1.2.4", "path-match": "1.2.4",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -10,8 +10,8 @@
"express": "^4.14.0", "express": "^4.14.0",
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-no-ssr": "1.1.0" "react-no-ssr": "1.1.0"
} }
} }

View file

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -10,8 +10,8 @@
"express": "^4.14.0", "express": "^4.14.0",
"lru-cache": "^4.0.2", "lru-cache": "^4.0.2",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "latest", "react": "^16.7.0",
"react-dom": "latest" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-inline-react-svg": "^1.0.1" "babel-plugin-inline-react-svg": "^1.0.1"

View file

@ -12,8 +12,8 @@
"inferno-server": "^1.4.0", "inferno-server": "^1.4.0",
"module-alias": "^2.0.0", "module-alias": "^2.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "MIT" "license": "MIT"
} }

View file

@ -10,8 +10,8 @@
"module-alias": "^2.0.0", "module-alias": "^2.0.0",
"next": "latest", "next": "latest",
"nervjs": "^1.2.4", "nervjs": "^1.2.4",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"hoist-non-react-statics": "^2.2.2", "hoist-non-react-statics": "^2.2.2",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1" "react-dom": "^16.7.0"
} }
} }

View file

@ -10,8 +10,8 @@
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"qs": "^6.4.0", "qs": "^6.4.0",
"next": "latest", "next": "latest",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1", "react-dom": "^16.7.0",
"react-instantsearch": "beta", "react-instantsearch": "beta",
"react-instantsearch-theme-algolia": "beta", "react-instantsearch-theme-algolia": "beta",
"style-loader": "^0.17.0" "style-loader": "^0.17.0"

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -13,8 +13,8 @@
"less": "3.0.4", "less": "3.0.4",
"less-vars-to-js": "1.3.0", "less-vars-to-js": "1.3.0",
"next": "latest", "next": "latest",
"react": "^16.4.0", "react": "^16.7.0",
"react-dom": "^16.4.0" "react-dom": "^16.7.0"
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {

View file

@ -11,8 +11,8 @@
"antd": "^3.9.2", "antd": "^3.9.2",
"babel-plugin-import": "^1.9.1", "babel-plugin-import": "^1.9.1",
"next": "latest", "next": "latest",
"react": "^16.5.2", "react": "^16.7.0",
"react-dom": "^16.5.2" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -6,8 +6,8 @@
"antd-mobile": "2.2.5", "antd-mobile": "2.2.5",
"babel-plugin-import": "^1.2.1", "babel-plugin-import": "^1.2.1",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"scripts": { "scripts": {
"dev": "next", "dev": "next",

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"aphrodite": "^1.1.0", "aphrodite": "^1.1.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"

View file

@ -18,9 +18,9 @@
"next-redux-wrapper": "^1.3.5", "next-redux-wrapper": "^1.3.5",
"next-routes": "^1.2.0", "next-routes": "^1.2.0",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"react": "^16.0.0", "react": "^16.7.0",
"react-apollo": "^2.0.0", "react-apollo": "^2.0.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-redux": "^5.0.0", "react-redux": "^5.0.0",
"redux": "^3.7.0", "redux": "^3.7.0",
"redux-devtools-extension": "^2.13.2", "redux-devtools-extension": "^2.13.2",

View file

@ -1,29 +1,29 @@
{ {
"name": "with-apollo-and-redux", "name": "with-apollo-and-redux",
"version": "2.0.0", "version": "2.0.0",
"scripts": { "scripts": {
"dev": "next", "dev": "next",
"build": "next build", "build": "next build",
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"apollo-client": "2.2.0", "apollo-client": "2.2.0",
"apollo-client-preset": "^1.0.4", "apollo-client-preset": "^1.0.4",
"graphql": "^0.11.7", "graphql": "^0.11.7",
"graphql-anywhere": "^4.0.2", "graphql-anywhere": "^4.0.2",
"graphql-tag": "^2.5.0", "graphql-tag": "^2.5.0",
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "latest", "next": "latest",
"next-redux-wrapper": "^1.3.5", "next-redux-wrapper": "^1.3.5",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"react": "^16.2.0", "react": "^16.7.0",
"react-apollo": "^2.0.1", "react-apollo": "^2.0.1",
"react-dom": "^16.2.0", "react-dom": "^16.7.0",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",
"redux": "^3.7.2", "redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2", "redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0" "redux-thunk": "^2.2.0"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"
} }

View file

@ -16,8 +16,8 @@
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "latest", "next": "latest",
"prop-types": "^15.6.1", "prop-types": "^15.6.1",
"react": "^16.3.2", "react": "^16.7.0",
"react-apollo": "^2.1.4", "react-apollo": "^2.1.4",
"react-dom": "^16.3.2" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "6.0.0-canary.6", "next": "6.0.0-canary.6",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"next-images": "0.10.5", "next-images": "0.10.5",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT", "license": "MIT",

View file

@ -16,7 +16,7 @@
"carbon-icons": "^7.0.7", "carbon-icons": "^7.0.7",
"next": "latest", "next": "latest",
"next-images": "^0.10.6", "next-images": "^0.10.6",
"react": "^16.4.2", "react": "^16.7.0",
"react-dom": "^16.4.2" "react-dom": "^16.7.0"
} }
} }

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"carlo": "0.9.43", "carlo": "0.9.43",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -9,7 +9,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"next": "^7.0.2", "next": "^7.0.2",
"react": "^16.5.2", "react": "^16.7.0",
"react-dom": "^16.5.2" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "^7.0.0-canary.16", "next": "^7.0.0-canary.16",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -10,7 +10,7 @@
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0",
"next": "^7.0.2", "next": "^7.0.2",
"next-cookies": "^1.0.4", "next-cookies": "^1.0.4",
"react": "^16.6.3", "react": "^16.7.0",
"react-dom": "^16.6.3" "react-dom": "^16.7.0"
} }
} }

View file

@ -10,8 +10,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"cxs": "^3.0.0", "cxs": "^3.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"

View file

@ -9,7 +9,7 @@
"next": "latest", "next": "latest",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"prop-types-exact": "^1.1.1", "prop-types-exact": "^1.1.1",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "16.2.0", "react": "^16.7.0",
"react-dom": "16.2.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"isomorphic-unfetch": "^3.0.0" "isomorphic-unfetch": "^3.0.0"

View file

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"dotenv-webpack": "1.5.7", "dotenv-webpack": "1.5.7",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"

View file

@ -13,8 +13,8 @@
"emotion": "^8.0.11", "emotion": "^8.0.11",
"emotion-server": "^8.0.11", "emotion-server": "^8.0.11",
"next": "latest", "next": "latest",
"react": "^16.1.1", "react": "^16.7.0",
"react-dom": "^16.1.1", "react-dom": "^16.7.0",
"react-emotion": "^8.0.11" "react-emotion": "^8.0.11"
} }
} }

View file

@ -11,8 +11,8 @@
"@emotion/styled": "^10.0.0", "@emotion/styled": "^10.0.0",
"babel-plugin-emotion": "^10.0.0", "babel-plugin-emotion": "^10.0.0",
"next": "latest", "next": "latest",
"react": "latest", "react": "^16.7.0",
"react-dom": "latest" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -6,8 +6,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"node-sass": "^4.7.2", "node-sass": "^4.7.2",

View file

@ -11,8 +11,8 @@
"fela-dom": "^7.0.5", "fela-dom": "^7.0.5",
"fela-preset-web": "^8.0.4", "fela-preset-web": "^8.0.4",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-fela": "^7.0.1" "react-fela": "^7.0.1"
} }
} }

View file

@ -14,8 +14,8 @@
"firebase-admin": "^5.8.2", "firebase-admin": "^5.8.2",
"isomorphic-unfetch": "2.0.0", "isomorphic-unfetch": "2.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"session-file-store": "^1.0.0" "session-file-store": "^1.0.0"
} }
} }

View file

@ -1,20 +1,20 @@
{ {
"name": "with-firebase-cloud-messaging", "name": "with-firebase-cloud-messaging",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "node server.js", "dev": "node server.js",
"build": "next build", "build": "next build",
"start": "NODE_ENV=production node server.js" "start": "NODE_ENV=production node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.14.0", "express": "^4.14.0",
"firebase": "^5.5.8", "firebase": "^5.5.8",
"localforage": "^1.7.3", "localforage": "^1.7.3",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"next-offline": "^3.0.10" "next-offline": "^3.0.10"
} }
} }

View file

@ -1,8 +1,7 @@
{ {
"name": "next-firebase-functions", "name": "next-firebase-functions",
"version": "3.0.0", "version": "3.0.0",
"description": "description": "Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects and Docker.",
"Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects and Docker.",
"scripts": { "scripts": {
"dev": "next -p 5000 src/app", "dev": "next -p 5000 src/app",
"preserve": "yarn build-public && yarn build-funcs && yarn copy-deps", "preserve": "yarn build-public && yarn build-funcs && yarn copy-deps",
@ -34,8 +33,8 @@
"helmet": "^3.13.0", "helmet": "^3.13.0",
"next": "7.0.0", "next": "7.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "16.5.2", "react": "^16.7.0",
"react-dom": "16.5.2" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.0", "@babel/cli": "^7.1.0",

View file

@ -25,8 +25,8 @@
"firebase-admin": "^6.3.0", "firebase-admin": "^6.3.0",
"firebase-functions": "^2.1.0", "firebase-functions": "^2.1.0",
"next": "^7.0.0", "next": "^7.0.0",
"react": "^16.6.0", "react": "^16.7.0",
"react-dom": "^16.6.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@types/next": "^7.0.0", "@types/next": "^7.0.0",

View file

@ -22,8 +22,8 @@
"firebase-admin": "^6.3.0", "firebase-admin": "^6.3.0",
"firebase-functions": "^2.1.0", "firebase-functions": "^2.1.0",
"next": "^7.0.0", "next": "^7.0.0",
"react": "^16.6.0", "react": "^16.7.0",
"react-dom": "^16.6.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.0", "@babel/cli": "^7.2.0",

View file

@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "8.2.6", "babel-eslint": "8.2.6",

View file

@ -10,8 +10,8 @@
"freactal": "^1.1.1", "freactal": "^1.1.1",
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -10,8 +10,8 @@
"babel-plugin-transform-react-jsx": "^6.24.1", "babel-plugin-transform-react-jsx": "^6.24.1",
"glamor": "^2.20.24", "glamor": "^2.20.24",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -10,8 +10,8 @@
"immutable": "4.0.0-rc.9", "immutable": "4.0.0-rc.9",
"next": "^6.0.0", "next": "^6.0.0",
"next-redux-wrapper": "2.0.0-beta.6", "next-redux-wrapper": "2.0.0-beta.6",
"react": "^16.3.2", "react": "^16.7.0",
"react-dom": "^16.3.2", "react-dom": "^16.7.0",
"react-redux": "^5.0.1", "react-redux": "^5.0.1",
"redux": "^3.6.0", "redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2", "redux-devtools-extension": "^2.13.2",

View file

@ -12,8 +12,8 @@
"ioc": "1.0.3", "ioc": "1.0.3",
"next": "latest", "next": "latest",
"next-routes": "^1.0.17", "next-routes": "^1.0.17",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-transform-decorators-legacy": "1.3.4", "babel-plugin-transform-decorators-legacy": "1.3.4",

View file

@ -3,8 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "latest", "react": "^16.7.0",
"react-dom": "latest" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.2",

View file

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"next": "^6.0.0", "next": "^6.0.0",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^23.0.0", "@types/jest": "^23.0.0",

View file

@ -11,8 +11,8 @@
"next": "latest", "next": "latest",
"next-redux-wrapper": "^2.0.0", "next-redux-wrapper": "^2.0.0",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"react": "^16.1.0", "react": "^16.7.0",
"react-dom": "^16.1.0", "react-dom": "^16.7.0",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",
"redux": "^4.0.0", "redux": "^4.0.0",
"reselect": "^3.0.1" "reselect": "^3.0.1"

View file

@ -11,8 +11,8 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -10,8 +10,8 @@
"@mdx-js/mdx": "0.15.0-0", "@mdx-js/mdx": "0.15.0-0",
"@zeit/next-mdx": "1.1.0", "@zeit/next-mdx": "1.1.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"remark-emoji": "2.0.1", "remark-emoji": "2.0.1",
"remark-images": "0.8.1" "remark-images": "0.8.1"
}, },

View file

@ -10,8 +10,8 @@
"@mdx-js/mdx": "0.16.5", "@mdx-js/mdx": "0.16.5",
"@zeit/next-mdx": "1.2.0", "@zeit/next-mdx": "1.2.0",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"devDependencies": {}, "devDependencies": {},
"license": "ISC" "license": "ISC"

View file

@ -13,8 +13,8 @@
"mobx-react": "5.2.5", "mobx-react": "5.2.5",
"mobx-state-tree": "3.2.3", "mobx-state-tree": "3.2.3",
"next": "latest", "next": "latest",
"react": "16.4.2", "react": "^16.7.0",
"react-dom": "16.4.2", "react-dom": "^16.7.0",
"typescript": "^3.0.1" "typescript": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -11,8 +11,8 @@
"mobx-react": "^4.0.4", "mobx-react": "^4.0.4",
"mobx-state-tree": "1.0.1", "mobx-state-tree": "1.0.1",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.2" "@babel/plugin-proposal-decorators": "^7.1.2"

View file

@ -10,8 +10,8 @@
"mobx": "^2.7.0", "mobx": "^2.7.0",
"mobx-react": "^4.0.4", "mobx-react": "^4.0.4",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {

View file

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.5.0", "react": "^16.7.0",
"react-dom": "^16.5.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.1", "@babel/core": "^7.0.1",

View file

@ -8,7 +8,7 @@
"@zeit/next-less": "^1.0.1", "@zeit/next-less": "^1.0.1",
"less": "^3.0.4", "less": "^3.0.4",
"next": "latest", "next": "latest",
"react": "^16.4.0", "react": "^16.7.0",
"react-dom": "^16.4.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"next-page-transitions": "1.0.0-alpha.2" "next-page-transitions": "1.0.0-alpha.2"
}, },
"license": "ISC" "license": "ISC"

View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"next-routes": "^1.0.17", "next-routes": "^1.0.17",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,7 +8,7 @@
"@zeit/next-sass": "^1.0.0", "@zeit/next-sass": "^1.0.0",
"next": "latest", "next": "latest",
"node-sass": "^4.7.2", "node-sass": "^4.7.2",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-lazyload": "^2.2.7" "react-lazyload": "^2.2.7"
}, },
"license": "ISC" "license": "ISC"

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
}, },
"devDependencies": { "devDependencies": {
"now-env": "^3.0.4" "now-env": "^3.0.4"

View file

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.2.0", "react": "^16.7.0",
"react-dom": "^16.2.0" "react-dom": "^16.7.0"
} }
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"

View file

@ -11,8 +11,8 @@
"next": "latest", "next": "latest",
"next-url-prettifier": "^1.0.2", "next-url-prettifier": "^1.0.2",
"prop-types": "^15.5.6", "prop-types": "^15.5.6",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0" "react-dom": "^16.7.0"
}, },
"license": "ISC" "license": "ISC"
} }

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-ga": "2.5.3" "react-ga": "2.5.3"
}, },
"author": "", "author": "",

View file

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-helmet": "^5.1.3" "react-helmet": "^5.1.3"
} }
} }

View file

@ -13,8 +13,8 @@
"hoist-non-react-statics": "^3.0.0-rc.1", "hoist-non-react-statics": "^3.0.0-rc.1",
"intl": "^1.2.5", "intl": "^1.2.5",
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-intl": "^2.2.3" "react-intl": "^2.2.3"
}, },
"license": "ISC" "license": "ISC"

View file

@ -8,8 +8,8 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-jss": "8.6.1" "react-jss": "8.6.1"
}, },
"license": "ISC" "license": "ISC"

View file

@ -8,10 +8,10 @@
}, },
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"react": "^16.0.0", "react": "^16.7.0",
"react-addons-css-transition-group": "^16.0.0", "react-addons-css-transition-group": "^16.0.0",
"react-addons-transition-group": "^16.0.0", "react-addons-transition-group": "^16.0.0",
"react-dom": "^16.0.0", "react-dom": "^16.7.0",
"react-md": "^1.0.1" "react-md": "^1.0.1"
}, },
"license": "ISC" "license": "ISC"

View file

@ -8,9 +8,9 @@
"dependencies": { "dependencies": {
"next": "latest", "next": "latest",
"next-plugin-transpile-modules": "^0.1.3", "next-plugin-transpile-modules": "^0.1.3",
"react": "^16.5.2", "react": "^16.7.0",
"react-art": "^16.5.2", "react-art": "^16.5.2",
"react-dom": "^16.5.2", "react-dom": "^16.7.0",
"react-native-web": "^0.9.3" "react-native-web": "^0.9.3"
} }
} }

Some files were not shown because too many files have changed in this diff Show more