Merge pull request #163 from houdiniproject/update_jest

Update Jest to eliminate audit errors
This commit is contained in:
Eric Schultz 2019-02-20 16:02:17 -06:00 committed by GitHub
commit e3b88b39eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5817 additions and 1195 deletions

7002
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -56,8 +56,8 @@
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"imports-loader": "^0.8.0",
"jest": "^22.4.3",
"jest-enzyme": "^6.0.0",
"jest": "^24.1.0",
"jest-enzyme": "^7.0.1",
"jsdom": "^11.10.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
@ -73,7 +73,7 @@
"string-replace-loader": "^2.1.1",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.21.0",
"ts-jest": "^22.4.2",
"ts-jest": "^24.0.0",
"ts-loader": "^3",
"typescript": "^2.8.1",
"uglifyjs-webpack-plugin": "^0.4.6",
@ -159,7 +159,7 @@
},
"globals": {
"ts-jest": {
"useBabelrc": false
"babelConfig": false
}
},
"setupFiles": [

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -e
apt-get -yy install libpq5=9.6.10-0+deb9u1 libpq-dev=9.6.10-0+deb9u1 postgresql=9.6+181+deb9u1
apt-get -yy install postgresql-client-9.6