mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Upgrade React for examples with next@latest (#3196)
This commit is contained in:
parent
8578038daa
commit
015d06a331
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.5.4"
|
"react-dom": "^16.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"preact": "^7.2.0",
|
"preact": "^7.2.0",
|
||||||
"preact-compat": "^3.14.0",
|
"preact-compat": "^3.14.0",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -10,8 +10,11 @@
|
||||||
"antd": "^2.10.2",
|
"antd": "^2.10.2",
|
||||||
"babel-plugin-import": "^1.1.1",
|
"babel-plugin-import": "^1.1.1",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.5.4"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"babel-plugin-transform-decorators-legacy": "^1.3.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"antd-mobile": "1.4.0",
|
"antd-mobile": "1.4.0",
|
||||||
"babel-plugin-import": "^1.2.1",
|
"babel-plugin-import": "^1.2.1",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"require-hacker": "^3.0.0",
|
"require-hacker": "^3.0.0",
|
||||||
"svg-sprite-loader": "0.3.1"
|
"svg-sprite-loader": "0.3.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"freactal": "^1.1.1",
|
"freactal": "^1.1.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^16.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.2.5",
|
"classnames": "^2.2.5",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "^16.0.0",
|
||||||
"react-addons-css-transition-group": "^15.5.2",
|
"react-addons-css-transition-group": "^15.5.2",
|
||||||
"react-dom": "^15.5.4",
|
"react-dom": "^16.0.0",
|
||||||
"react-toolbox": "^2.0.0-beta.8"
|
"react-toolbox": "^2.0.0-beta.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^6.25.0",
|
"babel-core": "^6.25.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.5.4",
|
"react-dom": "^16.0.0",
|
||||||
"react-uwp": "^1.0.9"
|
"react-uwp": "^1.0.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aphrodite": "^1.2.1",
|
"aphrodite": "^1.2.1",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"react-with-styles": "^1.4.0",
|
"react-with-styles": "^1.4.0",
|
||||||
"react-with-styles-interface-aphrodite": "^1.2.0"
|
"react-with-styles-interface-aphrodite": "^1.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"fast-redux": "~0.3.0",
|
"fast-redux": "~0.3.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"next-redux-wrapper": "~1.3.2",
|
"next-redux-wrapper": "~1.3.2",
|
||||||
"react": "~15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "~15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"react-redux": "~5.0.5",
|
"react-redux": "~5.0.5",
|
||||||
"redux": "~3.7.2",
|
"redux": "~3.7.2",
|
||||||
"redux-devtools-extension": "~2.13.2",
|
"redux-devtools-extension": "~2.13.2",
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"next-redux-saga": "1.0.1",
|
"next-redux-saga": "1.0.1",
|
||||||
"next-redux-wrapper": "1.2.0",
|
"next-redux-wrapper": "1.2.0",
|
||||||
"react": "15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"react-redux": "5.0.5",
|
"react-redux": "5.0.5",
|
||||||
"redux": "3.7.2",
|
"redux": "3.7.2",
|
||||||
"redux-saga": "0.15.4"
|
"redux-saga": "0.15.4"
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"cross-env": "^5.0.1",
|
"cross-env": "^5.0.1",
|
||||||
"faker": "^4.1.0",
|
"faker": "^4.1.0",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"webpack-bundle-analyzer": "^2.8.2"
|
"webpack-bundle-analyzer": "^2.8.2"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
"cross-env": "^5.0.1",
|
"cross-env": "^5.0.1",
|
||||||
"faker": "^4.1.0",
|
"faker": "^4.1.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"webpack-bundle-size-analyzer": "^2.7.0"
|
"webpack-bundle-size-analyzer": "^2.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
Loading…
Reference in a new issue