updated deps & re-enabled frontend tests
This commit is contained in:
parent
5e9e63944b
commit
5c7b4ace9a
3 changed files with 31 additions and 28 deletions
10
package.json
10
package.json
|
@ -25,7 +25,7 @@
|
|||
"changelog": "github-changes -o mozilla -r send --only-pulls --use-commit-body --no-merges",
|
||||
"contributors": "git shortlog -s | awk -F\\t '{print $2}' > CONTRIBUTORS",
|
||||
"release": "npm-run-all contributors changelog",
|
||||
"test": "npm-run-all test:b*",
|
||||
"test": "npm-run-all test:*",
|
||||
"test:backend": "nyc mocha --reporter=min test/backend",
|
||||
"test:frontend": "cross-env NODE_ENV=development node test/frontend/runner.js && nyc report --reporter=html",
|
||||
"test-integration": "docker-compose up --abort-on-container-exit --exit-code-from integration-tests --build --remove-orphans --quiet-pull && docker-compose down",
|
||||
|
@ -98,7 +98,7 @@
|
|||
"postcss-loader": "^2.1.5",
|
||||
"prettier": "^1.13.7",
|
||||
"proxyquire": "^1.8.0",
|
||||
"puppeteer": "^1.5.0",
|
||||
"puppeteer": "^1.6.1",
|
||||
"raven-js": "^3.26.4",
|
||||
"redis-mock": "^0.21.0",
|
||||
"require-from-string": "^2.0.2",
|
||||
|
@ -112,14 +112,14 @@
|
|||
"svgo-loader": "^2.1.0",
|
||||
"testpilot-ga": "^0.3.0",
|
||||
"val-loader": "^1.1.1",
|
||||
"webpack": "^4.16.1",
|
||||
"webpack": "^4.16.2",
|
||||
"webpack-cli": "^3.1.0",
|
||||
"webpack-dev-middleware": "^3.1.3",
|
||||
"webpack-manifest-plugin": "^2.0.3",
|
||||
"webpack-unassert-loader": "^1.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.279.1",
|
||||
"aws-sdk": "^2.280.1",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"choo": "^6.12.1",
|
||||
"cldr-core": "^32.0.0",
|
||||
|
@ -128,7 +128,7 @@
|
|||
"express-ws": "^4.0.0",
|
||||
"fluent": "^0.6.4",
|
||||
"fluent-langneg": "^0.1.0",
|
||||
"helmet": "^3.12.1",
|
||||
"helmet": "^3.13.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mozlog": "^2.2.0",
|
||||
"raven": "^2.6.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue