@datawheel/bespoke 0.6.0-rc.9 → 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.
- package/dist/index.js +817 -705
- package/dist/server.js +266 -312
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.
|
|
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",
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
"@mantine/notifications": "^6.0.19",
|
|
53
52
|
"@mantine/prism": "^6.0.19",
|
|
54
53
|
"@monaco-editor/react": "^4.4.5",
|
|
55
|
-
"@newswire/frames": "^1.0.0",
|
|
56
54
|
"@reduxjs/toolkit": "^1.8.4",
|
|
57
55
|
"@tabler/icons-react": "^2.15.0",
|
|
58
56
|
"@tiptap/extension-hard-break": "^2.2.2",
|
|
@@ -105,8 +103,8 @@
|
|
|
105
103
|
"nextjs-cors": "^2.1.1",
|
|
106
104
|
"normalizr": "^3.6.2",
|
|
107
105
|
"pg": "^8.7.3",
|
|
108
|
-
"playwright-chromium": "^1.44.1",
|
|
109
106
|
"pretty-format": "^28.1.1",
|
|
107
|
+
"puppeteer": "^21.5.2",
|
|
110
108
|
"react": "^18.2.0",
|
|
111
109
|
"react-clipboard.js": "^2.0.16",
|
|
112
110
|
"react-dom": "^18.2.0",
|