1
0
Fork 0

Update jest to 25.1 (#374)

* Update jest to 25.1

* Update acorn to 6.4.1

* Update dependencies, run audit on all packages, update packagelock

* Remove package-lock dependencies
pull/373/head
Thomas Boop 2020-03-09 14:17:29 -04:00 committed by GitHub
parent df0aa9077a
commit 82fbe5da0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9906 additions and 4362 deletions

10624
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.5.1",
"flow-bin": "^0.115.0",
"jest": "^24.9.0",
"jest": "^25.1.0",
"jest-circus": "^24.7.1",
"lerna": "^3.18.4",
"prettier": "^1.19.1",

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@
"@octokit/rest": "^16.43.1"
},
"devDependencies": {
"jest": "^24.7.1",
"jest": "^25.1.0",
"proxy": "^1.0.1"
}
}