Skip to content

Commit

Permalink
chore(deps): update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 27, 2020
1 parent aafb1a3 commit 2ae9f08
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 77 deletions.
139 changes: 68 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@types/exit": "^0.1.31",
"@types/fs-extra": "^9.0.2",
"@types/glob": "^7.1.2",
"@types/graceful-fs": "^4.1.3",
"@types/graceful-fs": "^4.1.4",
"@types/inquirer": "^7.3.1",
"@types/is-glob": "^4.0.1",
"@types/jest": "^26.0.14",
"@types/jest": "^26.0.15",
"@types/listr": "^0.14.2",
"@types/mime-types": "^2.1.0",
"@types/node": "^14.11.10",
"@types/node": "^14.14.5",
"@types/node-fetch": "^2.5.7",
"@types/parse5": "^5.0.3",
"@types/pixelmatch": "^4.0.0",
Expand All @@ -74,8 +74,8 @@
"@types/puppeteer": "~3.0.2",
"@types/semver": "^7.3.4",
"@types/sizzle": "^2.3.2",
"@types/webpack": "^4.41.22",
"@types/ws": "^7.2.7",
"@types/webpack": "^4.41.23",
"@types/ws": "^7.2.8",
"ansi-colors": "4.1.1",
"autoprefixer": "9.8.6",
"concurrently": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sys/node/node-sys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ export function createNodeSys(c: { process?: any } = {}) {

sys.lazyRequire = new NodeLazyRequire(nodeResolve, {
// [minimumVersion, recommendedVersion]
'@types/jest': ['24.9.1', '26.0.14'],
'@types/jest': ['24.9.1', '26.0.15'],
'@types/puppeteer': ['1.19.0', '3.0.2'],
'jest': ['24.9.0', '26.6.1'],
'jest-cli': ['24.9.0', '26.6.1'],
Expand Down

0 comments on commit 2ae9f08

Please sign in to comment.