1
0
Fork 0
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:
Ismael Martínez 2017-10-28 04:26:00 -03:00 committed by Tim Neutkens
parent 98b48fb3ec
commit 78aa068a12
13 changed files with 30 additions and 27 deletions

View file

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

View file

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

View file

@ -11,8 +11,8 @@
"next": "latest",
"preact": "^7.2.0",
"preact-compat": "^3.14.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"license": "ISC",
"devDependencies": {

View file

@ -10,8 +10,11 @@
"antd": "^2.10.2",
"babel-plugin-import": "^1.1.1",
"next": "latest",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"license": "ISC"
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
}

View file

@ -5,8 +5,8 @@
"antd-mobile": "1.4.0",
"babel-plugin-import": "^1.2.1",
"next": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"require-hacker": "^3.0.0",
"svg-sprite-loader": "0.3.1"
},

View file

@ -10,8 +10,8 @@
"freactal": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"next": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"license": "ISC"
}

View file

@ -10,9 +10,9 @@
"dependencies": {
"classnames": "^2.2.5",
"next": "latest",
"react": "^15.5.4",
"react": "^16.0.0",
"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"
},
"devDependencies": {

View file

@ -4,8 +4,8 @@
"dependencies": {
"babel-core": "^6.25.0",
"next": "latest",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-uwp": "^1.0.9"
},
"scripts": {

View file

@ -9,8 +9,8 @@
"dependencies": {
"aphrodite": "^1.2.1",
"next": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-with-styles": "^1.4.0",
"react-with-styles-interface-aphrodite": "^1.2.0"
},

View file

@ -10,8 +10,8 @@
"fast-redux": "~0.3.0",
"next": "latest",
"next-redux-wrapper": "~1.3.2",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "~5.0.5",
"redux": "~3.7.2",
"redux-devtools-extension": "~2.13.2",

View file

@ -13,8 +13,8 @@
"next": "latest",
"next-redux-saga": "1.0.1",
"next-redux-wrapper": "1.2.0",
"react": "15.6.1",
"react-dom": "15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "5.0.5",
"redux": "3.7.2",
"redux-saga": "0.15.4"

View file

@ -11,8 +11,8 @@
"next": "latest",
"cross-env": "^5.0.1",
"faker": "^4.1.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack-bundle-analyzer": "^2.8.2"
},
"license": "ISC"

View file

@ -11,8 +11,8 @@
"cross-env": "^5.0.1",
"faker": "^4.1.0",
"next": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack-bundle-size-analyzer": "^2.7.0"
},
"license": "ISC"