Skip to content

Commit

Permalink
review(ap): add maxVersion to puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Nov 28, 2022
1 parent 0e4cb95 commit 303e7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/node/node-sys.ts
Expand Up @@ -607,8 +607,8 @@ export function createNodeSys(c: { process?: any } = {}): CompilerSystem {
'@types/jest': { minVersion: '24.9.1', recommendedVersion: '27.0.3', maxVersion: '27.0.0' },
jest: { minVersion: '24.9.1', recommendedVersion: '27.0.3', maxVersion: '27.0.0' },
'jest-cli': { minVersion: '24.9.0', recommendedVersion: '27.4.5', maxVersion: '27.0.0' },
puppeteer: { minVersion: '10.0.0', recommendedVersion: '19' },
'puppeteer-core': { minVersion: '10.0.0', recommendedVersion: '19' },
puppeteer: { minVersion: '10.0.0', recommendedVersion: '19', maxVersion: '19' },
'puppeteer-core': { minVersion: '10.0.0', recommendedVersion: '19', maxVersion: '19' },
'workbox-build': { minVersion: '4.3.1', recommendedVersion: '4.3.1' },
});

Expand Down

0 comments on commit 303e7a7

Please sign in to comment.