Skip to content

Commit 858317d

Browse files
committed
Updates node, react, and react-dom to the latest
1 parent c1ab5dd commit 858317d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
v8.11.2

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"node-forge": "^0.7.5",
1919
"prop-types": "^15.6.1",
2020
"raf": "^3.4.0",
21-
"react": "^16.3.1",
21+
"react": "^16.3.2",
2222
"react-css-super-themr": "^2.2.0",
23-
"react-dom": "^16.3.1",
23+
"react-dom": "^16.3.2",
2424
"react-helmet": "^5.2.0",
2525
"react-redux": "^5.0.7",
2626
"react-router-dom": "^4.2.2",
@@ -104,12 +104,12 @@
104104
"build": "npm run clean && ./node_modules/.bin/webpack --env=production --colors --display-optimization-bailout --profile --progress && BABEL_ENV=production babel src/server --out-dir dist/server && BABEL_ENV=production babel src/shared/utils/jest.jsx --out-file dist/shared/utils/jest.js && BABEL_ENV=production babel src/client/init.js --out-file dist/client/init.js",
105105
"build:dev": "npm run clean && (./node_modules/.bin/webpack --env=development --bail --colors --display-optimization-bailout --profile --progress --watch | BABEL_ENV=development babel src/server --out-dir dist/server --watch | BABEL_ENV=development babel src/shared/utils/jest.jsx --out-file dist/shared/utils/jest.js --watch | BABEL_ENV=development babel src/client/init.js --out-file dist/client/init.js --watch)",
106106
"clean": "rm -rf dist && mkdir -p dist/shared/utils && mkdir -p dist/client",
107-
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
107+
"jest": "NODE_CONFIG_ENV=test jest --no-cache --maxWorkers=4 --config config/jest/default.js",
108108
"lint": "npm run lint:js && npm run lint:scss",
109109
"lint:js": "eslint --ext .js,.jsx .",
110110
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
111111
"prepublishOnly": "npm run build",
112112
"test": "npm run lint && npm run jest"
113113
},
114-
"version": "0.3.10"
114+
"version": "0.3.11"
115115
}

0 commit comments

Comments
 (0)