Skip to content

Commit

Permalink
start upgrading React16 react router 4 and apollo client 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Feb 3, 2018
1 parent 91c92c0 commit 2a69bab
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.11.1
8
32 changes: 20 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "react-redux-graphql-apollo-bootstrap-webpack-starter",
"version": "1.0.2",
"description": "react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter",
"version": "2.0.0",
"description":
"react js + redux + graphQL + Apollo + react router4 + hot reload + devTools + bootstrap + webpack 3 starter",
"main": "src/index.js",
"scripts": {
"flow": "flow",
"jest": "jest",
"test": "cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive",
"test":
"cross-env NODE_ENV=test nyc mocha test/.setup.js test/**/*.spec.js --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js",
"prod": "rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js",
"dev":
"rimraf docs/assets && cross-env NODE_ENV=dev webpack --display-entrypoints --config webpack.dev.config.js",
"prod":
"rimraf docs/assets && cross-env NODE_ENV=production webpack -p --config webpack.production.config.js",
"start": "cross-env NODE_ENV=dev node server.hot.reload",
"start-spa-dev": "npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js",
"start-spa-prod": "npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js"
"start-spa-dev":
"npm run dev && cross-env NODE_ENV=dev nodemon ./src/server/SPA/index.js",
"start-spa-prod":
"npm run prod && cross-env NODE_ENV=production node ./src/server/SPA/index.js"
},
"engines": {
"node": ">=6.11.1",
"npm": "^5.3.0",
"yarn": ">=0.27.5"
"node": ">=8.1.4",
"npm": "^5.6.0",
"yarn": ">=1.3.2"
},
"keywords": [
"react",
Expand All @@ -40,10 +46,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git"
"url":
"git+https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter.git"
},
"bugs": {
"url": "https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues"
"url":
"https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/issues"
},
"author": "Erwan DATIN (MacKentoch)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4619,9 +4619,9 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"

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

js-base64@^2.1.9:
version "2.1.9"
Expand Down

0 comments on commit 2a69bab

Please sign in to comment.