@data-visuals/create 7.4.4 → 7.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-visuals/create",
3
- "version": "7.4.4",
3
+ "version": "7.4.5",
4
4
  "description": "Create graphics and features the Data Visuals way.",
5
5
  "scripts": {
6
6
  "build:docs": "doctoc README.md --github",
@@ -63,7 +63,7 @@
63
63
  "postcss": "^8.4.12",
64
64
  "postcss-flexbugs-fixes": "^4.1.0",
65
65
  "prettier": "^1.12.1",
66
- "puppeteer": "^5.5.0",
66
+ "puppeteer": "^19.4.0",
67
67
  "purgecss": "^2.1.2",
68
68
  "quaff": "^4.0.0",
69
69
  "rev-file": "^3.0.0",
@@ -79,7 +79,7 @@
79
79
  "dependencies": {
80
80
  "@babel/runtime": "^7.0.0",
81
81
  "@newswire/frames": "^0.3.1",
82
- "@texastribune/queso-ui": "^9.4.2",
82
+ "@texastribune/queso-ui": "^10.3.2",
83
83
  "classnames": "^2.2.5",
84
84
  "core-js": "^2.5.7",
85
85
  "d3": "^5.0.0",
@@ -281,6 +281,7 @@ module.exports = async localURL => {
281
281
  const browser = await puppeteer
282
282
  .launch({
283
283
  executablePath: process.env.CHROME_INSTALL_PATH || CHROME_INSTALL_PATH,
284
+ headless: 'new',
284
285
  })
285
286
  .catch(err => {
286
287
  logErrorMessage(err);