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

add react and react dom as peer (#1024)

- tackles #997
- add ./idea to gitignore for webstorm users
- update all the examples
This commit is contained in:
Lukas Strassel 2017-02-08 05:41:38 +01:00 committed by Arunoda Susiripala
parent aa971d6a1c
commit 4a73ccbb00
38 changed files with 114 additions and 43 deletions

5
.gitignore vendored
View file

@ -13,3 +13,8 @@ npm-debug.log
# coverage
.nyc_output
coverage
# editors
.idea/*
*.iml
*.sublime-*

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -6,6 +6,8 @@
},
"dependencies": {
"express": "^4.14.0",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -6,6 +6,8 @@
},
"dependencies": {
"hapi": "^16.1.0",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -8,6 +8,8 @@
"dependencies": {
"koa": "^1.2.4",
"koa-router": "^5.4.0",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -5,6 +5,8 @@
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -8,7 +8,9 @@
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "*",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "*",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "*",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "*",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -6,6 +6,8 @@
},
"dependencies": {
"next": "^2.0.0-beta",
"path-match": "1.2.4"
"path-match": "1.2.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -7,6 +7,8 @@
},
"dependencies": {
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-no-ssr": "1.1.0"
}
}

View file

@ -9,7 +9,9 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "*",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,6 +7,8 @@
"dependencies": {
"express": "^4.14.0",
"lru-cache": "^4.0.2",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}

View file

@ -7,9 +7,11 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta",
"inferno": "^1.0.7",
"inferno-compat": "^1.0.7"
"inferno-compat": "^1.0.7",
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "MIT"

View file

@ -9,7 +9,9 @@
"dependencies": {
"next": "^2.0.0-beta",
"preact": "^7.1.0",
"preact-compat": "^3.9.4"
"preact-compat": "^3.9.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC",

View file

@ -9,7 +9,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -8,7 +8,9 @@
},
"dependencies": {
"aphrodite": "^1.1.0",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -11,7 +11,9 @@
"graphql": "^0.8.2",
"graphql-tag": "^1.2.3",
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-apollo": "^0.8.1",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"

View file

@ -9,7 +9,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC",

View file

@ -8,7 +8,9 @@
},
"dependencies": {
"cxs": "^3.0.0",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -9,6 +9,8 @@
"dependencies": {
"fela": "^4.1.2",
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fela": "^4.1.2"
}
}
}

View file

@ -1,20 +1,22 @@
{
"name": "with-flow",
"version": "1.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "Jag Reehal",
"scripts": {
"dev": "next",
"build": "next build",
"flow": "flow",
"flow": "flow",
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"flow-bin": "^0.37.4"
}
}
}

View file

@ -8,7 +8,9 @@
},
"dependencies": {
"glamor": "^2.20.12",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -1,7 +1,9 @@
{
"name": "with-jest",
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"scripts": {
"test": "jest",

View file

@ -10,7 +10,9 @@
},
"dependencies": {
"next": "^2.0.0-beta",
"nprogress": "^0.2.0"
"nprogress": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -9,11 +9,13 @@
"dependencies": {
"mobx": "^2.7.0",
"mobx-react": "^4.0.4",
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
}
}

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"

View file

@ -8,6 +8,8 @@
},
"dependencies": {
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"

View file

@ -8,6 +8,8 @@
},
"dependencies": {
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styled-components": "1.2.1"
},
"author": "",

View file

@ -9,6 +9,8 @@
"dependencies": {
"next": "^2.0.0-beta",
"postcss-cssnext": "^2.9.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styled-jsx-postcss": "^0.1.5"
},
"author": "Giuseppe Gurgone",

View file

@ -8,6 +8,8 @@
},
"dependencies": {
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"styletron-client": "^2.2.0",
"styletron-react": "^2.2.1",
"styletron-server": "^2.2.0"

View file

@ -7,7 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "^2.0.0-beta"
"next": "^2.0.0-beta",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.2.0"

View file

@ -72,8 +72,6 @@
"mz": "2.6.0",
"path-match": "1.2.4",
"pkg-up": "1.0.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-hot-loader": "3.0.0-beta.6",
"send": "0.14.1",
"source-map-support": "0.4.11",
@ -110,7 +108,13 @@
"standard": "8.6.0",
"wd": "^1.1.3",
"webpack-stream": "3.2.0",
"cross-env": "^3.1.4"
"cross-env": "^3.1.4",
"react": "15.4.2",
"react-dom": "15.4.2"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"jest": {
"testEnvironment": "node",

View file

@ -18,9 +18,6 @@ module.exports = {
{
alias: {
'babel-runtime': babelRuntimePath,
react: require.resolve('react'),
'react-dom': require.resolve('react-dom'),
'react-dom/server': require.resolve('react-dom/server'),
'next/link': require.resolve('../../../lib/link'),
'next/prefetch': require.resolve('../../../lib/prefetch'),
'next/css': require.resolve('../../../lib/css'),

View file

@ -173,9 +173,6 @@ export default async function createCompiler (dir, { dev = false, quiet = false
{
alias: {
'babel-runtime': babelRuntimePath,
react: require.resolve('react'),
'react-dom': require.resolve('react-dom'),
'react-dom/server': require.resolve('react-dom/server'),
'next/link': require.resolve('../../lib/link'),
'next/prefetch': require.resolve('../../lib/prefetch'),
'next/css': require.resolve('../../lib/css'),