mirror of https://github.com/actions/toolkit
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 dependenciespull/373/head
parent
df0aa9077a
commit
82fbe5da0f
File diff suppressed because it is too large
Load Diff
|
@ -22,7 +22,7 @@
|
||||||
"eslint-plugin-github": "^2.0.0",
|
"eslint-plugin-github": "^2.0.0",
|
||||||
"eslint-plugin-jest": "^22.5.1",
|
"eslint-plugin-jest": "^22.5.1",
|
||||||
"flow-bin": "^0.115.0",
|
"flow-bin": "^0.115.0",
|
||||||
"jest": "^24.9.0",
|
"jest": "^25.1.0",
|
||||||
"jest-circus": "^24.7.1",
|
"jest-circus": "^24.7.1",
|
||||||
"lerna": "^3.18.4",
|
"lerna": "^3.18.4",
|
||||||
"prettier": "^1.19.1",
|
"prettier": "^1.19.1",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -42,7 +42,7 @@
|
||||||
"@octokit/rest": "^16.43.1"
|
"@octokit/rest": "^16.43.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^24.7.1",
|
"jest": "^25.1.0",
|
||||||
"proxy": "^1.0.1"
|
"proxy": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue