Update deps so build works on Node 11

This commit is contained in:
Renée Kooi 2018-11-05 10:50:43 +01:00
parent 6547c06a1e
commit 62240aa4c1
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040
2 changed files with 1348 additions and 1427 deletions

2735
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@
"autoprefixer": "^7.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-jest": "^23.6.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
@ -23,39 +23,39 @@
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"browser-resolve": "^1.11.3",
"browser-sync": "^2.24.6",
"browserify": "^16.2.2",
"chai": "^4.1.2",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"chalk": "^2.4.1",
"cssnano": "^3.10.0",
"disc": "^1.3.3",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
"es6-promise": "^4.2.4",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"es6-promise": "^4.2.5",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-preact": "^1.1.6",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jest": "^21.27.1",
"eslint-plugin-node": "^4.2.3",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"exorcist": "^1.0.1",
"fakefile": "0.0.9",
"github-contributors-list": "1.2.3",
"glob": "^7.1.2",
"glob": "^7.1.3",
"gzip-size": "^5.0.0",
"isomorphic-fetch": "2.2.1",
"jest": "^23.5.0",
"jest": "^23.6.0",
"json3": "^3.3.2",
"lerna": "^3.4.3",
"lint-staged": "^6.1.1",
"minify-stream": "^1.2.0",
"mkdirp": "0.5.1",
"multi-glob": "1.0.1",
"nock": "^9.6.0",
"node-sass": "^4.9.3",
"nock": "^9.6.1",
"node-sass": "^4.10.0",
"npm-auth-to-token": "^1.0.0",
"npm-run-all": "^4.1.3",
"onchange": "^4.1.0",
@ -63,19 +63,19 @@
"postcss-safe-important": "^1.1.0",
"pre-commit": "^1.2.2",
"pretty-bytes": "^5.1.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"redux": "^4.0.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"redux": "^4.0.1",
"replace-x": "^1.5.0",
"temp-write": "^3.4.0",
"tinyify": "^2.4.3",
"typescript": "^2.9.2",
"verdaccio": "^3.6.0",
"verdaccio": "^3.8.5",
"watchify": "^3.11.0",
"wdio-mocha-framework": "^0.5.13",
"wdio-sauce-service": "^0.4.10",
"wdio-mocha-framework": "^0.6.4",
"wdio-sauce-service": "^0.4.12",
"wdio-static-server-service": "^1.0.1",
"webdriverio": "^4.13.1"
"webdriverio": "^4.14.0"
},
"scripts": {
"build:bundle": "node ./bin/build-js.js",