Skip to content

Commit 2a69bab

Browse files
committed
start upgrading React16 react router 4 and apollo client 2
1 parent 91c92c0 commit 2a69bab

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.11.1
1+
8

package.json

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
{
22
"name": "react-redux-graphql-apollo-bootstrap-webpack-starter",
3-
"version": "1.0.2",
4-
"description": "react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter",
3+
"version": "2.0.0",
4+
"description":
5+
"react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter",
56
"main": "src/index.js",
67
"scripts": {
78
"flow": "flow",
89
"jest": "jest",
9-
"test": "cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive",
10+
"test":
11+
"cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive",
1012
"coverage": "nyc report --reporter=text-lcov | coveralls",
11-
"dev": "rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js",
12-
"prod": "rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js",
13+
"dev":
14+
"rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js",
15+
"prod":
16+
"rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js",
1317
"start": "cross-env NODE_ENV=dev node server.hot.reload",
14-
"start-spa-dev": "npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js",
15-
"start-spa-prod": "npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js"
18+
"start-spa-dev":
19+
"npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js",
20+
"start-spa-prod":
21+
"npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js"
1622
},
1723
"engines": {
18-
"node": ">=6.11.1",
19-
"npm": "^5.3.0",
20-
"yarn": ">=0.27.5"
24+
"node": ">=8.1.4",
25+
"npm": "^5.6.0",
26+
"yarn": ">=1.3.2"
2127
},
2228
"keywords": [
2329
"react",
@@ -40,10 +46,12 @@
4046
],
4147
"repository": {
4248
"type": "git",
43-
"url": "git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git"
49+
"url":
50+
"git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git"
4451
},
4552
"bugs": {
46-
"url": "https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues"
53+
"url":
54+
"https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues"
4755
},
4856
"author": "Erwan DATIN (MacKentoch)",
4957
"license": "MIT",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4619,9 +4619,9 @@ jodid25519@^1.0.0:
46194619
dependencies:
46204620
jsbn "~0.1.0"
46214621

4622-
jquery@^2.2.1:
4623-
version "2.2.4"
4624-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"
4622+
jquery@^3.0.0:
4623+
version "3.3.1"
4624+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
46254625

46264626
js-base64@^2.1.9:
46274627
version "2.1.9"

0 commit comments

Comments
 (0)