Skip to content

Commit

Permalink
Use perennial-alias puppeteer, see phetsims/perennial#372
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 7, 2024
1 parent 1fbd395 commit 89723c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/phet-io/generatePhetioMacroAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

import assert from 'assert';
import puppeteer from 'puppeteer';
import puppeteer from '../../../perennial-alias/js/npm-dependencies/puppeteer.js';
import withServer from '../../../perennial-alias/js/common/withServer.js';
import _ from '../../../perennial-alias/js/npm-dependencies/lodash.js';
import showCommandLineProgress from '../common/showCommandLineProgress.js';
Expand Down
2 changes: 1 addition & 1 deletion js/scripts/hook-pre-commit-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import fs from 'fs';
import puppeteer from 'puppeteer';
import puppeteer from '../../../perennial-alias/js/npm-dependencies/puppeteer.js';
import CacheLayer from '../../../chipper/js/common/CacheLayer';
import Transpiler from '../../../chipper/js/common/Transpiler';
import reportMedia from '../../../chipper/js/grunt/reportMedia.js';
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"node-html-encoder": "~0.0.2",
"pako": "~2.0.4",
"pngjs": "~6.0.0",
"puppeteer": "~19.2.2",
"qunit": "~2.20.0",
"svgo": "~3.2.0",
"taffydb": "~2.7.3",
Expand Down

0 comments on commit 89723c2

Please sign in to comment.