mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update Next.js version on examples
This commit is contained in:
parent
c4830c3a61
commit
9a82ca4029
|
@ -7,9 +7,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"micro": "^8.0.1",
|
"micro": "^8.0.1",
|
||||||
"micro-route": "^2.4.0",
|
"micro-route": "^2.4.0",
|
||||||
"next": "^3.0.3",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^16.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"micro-dev": "^1.1.2"
|
"micro-dev": "^1.1.2"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"start": "NODE_ENV=production node server/index.js"
|
"start": "NODE_ENV=production node server/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"react": "^16.2.0",
|
"react": "^16.2.0",
|
||||||
"react-dom": "^16.2.0"
|
"react-dom": "^16.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,11 +14,11 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.15.4",
|
"express": "^4.15.4",
|
||||||
"next": "^3.2.2",
|
"next": "latest",
|
||||||
|
"react": "^16.1.1",
|
||||||
|
"react-dom": "^16.1.1",
|
||||||
"next-redux-wrapper": "^1.3.2",
|
"next-redux-wrapper": "^1.3.2",
|
||||||
"react": "^15.6.1",
|
|
||||||
"react-bootstrap": "^0.31.3",
|
"react-bootstrap": "^0.31.3",
|
||||||
"react-dom": "^15.6.1",
|
|
||||||
"react-redux": "^5.0.6",
|
"react-redux": "^5.0.6",
|
||||||
"redux": "^3.7.2",
|
"redux": "^3.7.2",
|
||||||
"redux-thunk": "^2.2.0"
|
"redux-thunk": "^2.2.0"
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-module-resolver": "^2.7.1",
|
"babel-plugin-module-resolver": "^2.7.1",
|
||||||
"next": "^3.0.6",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^16.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"css-loader": "^0.28.1",
|
"css-loader": "^0.28.1",
|
||||||
"next": "^2.4.7",
|
|
||||||
"prop-types": "^15.5.10",
|
"prop-types": "^15.5.10",
|
||||||
"qs": "^6.4.0",
|
"qs": "^6.4.0",
|
||||||
"react": "^15.5.4",
|
"next": "latest",
|
||||||
"react-dom": "^15.5.4",
|
"react": "^16.1.1",
|
||||||
|
"react-dom": "^16.1.1",
|
||||||
"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"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-assets-import-to-string": "^1.0.1",
|
"babel-plugin-transform-assets-import-to-string": "^1.0.1",
|
||||||
"next": "^3.0.6",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^15.6.1",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^15.6.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cerebral/react": "^2.1.0",
|
"@cerebral/react": "^2.1.0",
|
||||||
"cerebral": "^3.1.0",
|
"cerebral": "^3.1.0",
|
||||||
"next": "^3.2.2"
|
"next": "latest",
|
||||||
|
"react": "16.2.0",
|
||||||
|
"react-dom": "16.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "with-custom-reverse-proxy",
|
"name": "with-custom-reverse-proxy",
|
||||||
"engines": {
|
|
||||||
"node": "7.x.x"
|
|
||||||
},
|
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.15.3",
|
"express": "^4.15.3",
|
||||||
"next": "^3.0.1-beta.13",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "16.2.0",
|
||||||
"react-dom": "^15.5.4"
|
"react-dom": "16.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-preset-latest": "^6.24.1",
|
"babel-preset-latest": "^6.24.1",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"isomorphic-unfetch": "^2.0.0",
|
"isomorphic-unfetch": "^2.0.0",
|
||||||
"next": "^4.2.0",
|
"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.2.0",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^3.0.6",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^1.6.11",
|
"electron": "^1.6.11",
|
||||||
"electron-builder": "^19.19.1",
|
"electron-builder": "^19.19.1",
|
||||||
"next": "beta",
|
"next": "latest",
|
||||||
"react": "15.6.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "15.6.1"
|
"react-dom": "^16.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-is-dev": "0.3.0",
|
"electron-is-dev": "0.3.0",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"emotion": "^8.0.11",
|
"emotion": "^8.0.11",
|
||||||
"emotion-server": "^8.0.11",
|
"emotion-server": "^8.0.11",
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"react": "^16.1.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "^16.1.1",
|
"react-dom": "^16.1.1",
|
||||||
"react-emotion": "^8.0.11"
|
"react-emotion": "^8.0.11"
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"babel-plugin-emotion": "^8.0.4",
|
"babel-plugin-emotion": "^8.0.4",
|
||||||
"emotion": "^8.0.5",
|
"emotion": "^8.0.5",
|
||||||
"emotion-server": "^8.0.5",
|
"emotion-server": "^8.0.5",
|
||||||
"next": "^3.0.6",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "16.2.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "16.2.0",
|
||||||
"react-emotion": "^8.0.5"
|
"react-emotion": "^8.0.5"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"description": "Next.js React SSR App",
|
"description": "Next.js React SSR App",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "4.0.0-beta.2",
|
"next": "latest",
|
||||||
"react": "16.0.0",
|
"react": "16.0.0",
|
||||||
"react-dom": "16.0.0"
|
"react-dom": "16.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"firebase-admin": "5.3.0",
|
"firebase-admin": "5.3.0",
|
||||||
"firebase-functions": "0.6.3",
|
"firebase-functions": "0.6.3",
|
||||||
"next": "4.0.0-beta.2",
|
"next": "latest",
|
||||||
"react": "16.0.0",
|
"react": "16.0.0",
|
||||||
"react-dom": "16.0.0"
|
"react-dom": "16.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glamor": "^2.20.24",
|
"glamor": "^2.20.24",
|
||||||
"glamorous": "^4.11.0",
|
"glamorous": "^4.11.0",
|
||||||
"next": "^2.0.1",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "16.2.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-inline-import": "^2.0.6",
|
"babel-plugin-inline-import": "^2.0.6",
|
||||||
"next": "^4.1.3",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"tachyons": "^4.8.1"
|
"tachyons": "^4.8.1"
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-assets": "^0.2.0",
|
"babel-plugin-transform-assets": "^0.2.0",
|
||||||
"next": "^3.2.1",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "16.2.0",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "16.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"kea": "^0.27.3",
|
"kea": "^0.27.3",
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"next-redux-wrapper": "^1.3.4",
|
"next-redux-wrapper": "^1.3.4",
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react": "^16.1.0",
|
"react": "^16.1.0",
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
"dist": "pkg index.js --out-dir dist"
|
"dist": "pkg index.js --out-dir dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^3.0.1",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "16.2.0",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "16.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"pkg": "^4.2.2"
|
"pkg": "^4.2.2"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"react": "^16.2.0",
|
"react": "^16.2.0",
|
||||||
"react-dom": "^16.2.0"
|
"react-dom": "^16.2.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"i18next-express-middleware": "1.0.5",
|
"i18next-express-middleware": "1.0.5",
|
||||||
"i18next-node-fs-backend": "1.0.0",
|
"i18next-node-fs-backend": "1.0.0",
|
||||||
"i18next-xhr-backend": "1.4.2",
|
"i18next-xhr-backend": "1.4.2",
|
||||||
"next": "2.4.4",
|
"next": "latest",
|
||||||
"react": "15.6.1",
|
"react": "16.2.0",
|
||||||
"react-dom": "15.6.1",
|
"react-dom": "16.2.0",
|
||||||
"react-i18next": "4.6.3"
|
"react-i18next": "4.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-bucklescript": "^0.2.4",
|
"babel-plugin-bucklescript": "^0.2.4",
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"react": "^16.1.1",
|
"react": "^16.1.1",
|
||||||
"react-dom": "^16.1.1",
|
"react-dom": "^16.1.1",
|
||||||
"reason-react": "^0.3.0"
|
"reason-react": "^0.3.0"
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-styled-components": "^1.1.7",
|
"babel-plugin-styled-components": "^1.1.7",
|
||||||
"next": "^3.0.1-beta.8",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.2.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.2.0",
|
||||||
"rebass": "1.0.0-1",
|
"rebass": "1.0.0-1",
|
||||||
"styled-components": "^2.1.1"
|
"styled-components": "^2.1.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-lodash": "^3.2.11",
|
"babel-plugin-lodash": "^3.2.11",
|
||||||
"next": "beta",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.2.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.2.0",
|
||||||
"recompose": "^0.24.0"
|
"recompose": "^0.24.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"dotenv": "^4.0.0",
|
"dotenv": "^4.0.0",
|
||||||
"dotenv-webpack": "^1.5.4",
|
"dotenv-webpack": "^1.5.4",
|
||||||
"isomorphic-unfetch": "^2.0.0",
|
"isomorphic-unfetch": "^2.0.0",
|
||||||
"next": "^4.1.4",
|
"next": "latest",
|
||||||
"react": "^16.2.0",
|
"react": "^16.2.0",
|
||||||
"react-dom": "^16.2.0",
|
"react-dom": "^16.2.0",
|
||||||
"react-relay": "^1.4.1"
|
"react-relay": "^1.4.1"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lost": "8.2.0",
|
"lost": "8.2.0",
|
||||||
"next": "4.1.0",
|
"next": "latest",
|
||||||
"postcss-nested": "2.1.2",
|
"postcss-nested": "2.1.2",
|
||||||
"react": "16.0.0",
|
"react": "16.0.0",
|
||||||
"react-dom": "16.0.0",
|
"react-dom": "16.0.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "4.1.0",
|
"next": "latest",
|
||||||
"node-sass": "4.5.3",
|
"node-sass": "4.5.3",
|
||||||
"react": "16.0.0",
|
"react": "16.0.0",
|
||||||
"react-dom": "16.0.0",
|
"react-dom": "16.0.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^4.1.3",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"htmlescape": "1.1.1",
|
"htmlescape": "1.1.1",
|
||||||
"next": "4.1.4",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "16.2.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"start": "next start -p 4000"
|
"start": "next start -p 4000"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "zones",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"micro-proxy": "^1.0.0",
|
"micro-proxy": "^1.0.0",
|
||||||
"next": "latest",
|
"next": "5.0.0-universal-alpha.15",
|
||||||
"react": "^16.0.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "16.2.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue