@datawheel/bespoke 0.6.0-rc.8 → 0.7.0-rc.0

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.
Files changed (3) hide show
  1. package/dist/index.js +745 -595
  2. package/dist/server.js +266 -312
  3. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "0.6.0-rc.8",
3
+ "version": "0.7.0-rc.0",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {
@@ -40,7 +40,6 @@
40
40
  "homepage": "https://github.com/Datawheel/reports#readme",
41
41
  "dependencies": {
42
42
  "@auth0/nextjs-auth0": "^3.5.0",
43
- "@crawlee/browser-pool": "^3.10.2",
44
43
  "@emotion/react": "^11.10.4",
45
44
  "@hello-pangea/dnd": "16.3.0",
46
45
  "@mantine/core": "^6.0.19",
@@ -104,8 +103,8 @@
104
103
  "nextjs-cors": "^2.1.1",
105
104
  "normalizr": "^3.6.2",
106
105
  "pg": "^8.7.3",
107
- "playwright-chromium": "^1.44.1",
108
106
  "pretty-format": "^28.1.1",
107
+ "puppeteer": "^21.5.2",
109
108
  "react": "^18.2.0",
110
109
  "react-clipboard.js": "^2.0.16",
111
110
  "react-dom": "^18.2.0",