@datawheel/bespoke 0.3.21 → 0.4.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/README.md +8 -0
- package/dist/index.js +1453 -972
- package/dist/server.js +455 -162
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Content management system for creating automated data reports",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/Datawheel/reports#readme",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@auth0/nextjs-auth0": "^
|
|
42
|
+
"@auth0/nextjs-auth0": "^3.5.0",
|
|
43
43
|
"@emotion/react": "^11.10.4",
|
|
44
|
-
"@hello-pangea/dnd": "16.
|
|
44
|
+
"@hello-pangea/dnd": "16.3.0",
|
|
45
45
|
"@mantine/core": "^6.0.19",
|
|
46
46
|
"@mantine/dates": "^6.0.19",
|
|
47
47
|
"@mantine/dropzone": "^6.0.19",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@tabler/icons-react": "^2.15.0",
|
|
56
56
|
"@tinymce/tinymce-react": "^4.2.0",
|
|
57
57
|
"auth0": "^3.3",
|
|
58
|
-
"axios": "^
|
|
58
|
+
"axios": "^1.6.2",
|
|
59
59
|
"axios-retry": "^3.8.0",
|
|
60
60
|
"base58": "^2.0.1",
|
|
61
61
|
"buble": "^0.20.0",
|
|
@@ -79,14 +79,15 @@
|
|
|
79
79
|
"fast-glob": "^3.2.12",
|
|
80
80
|
"file-loader": "^6.2.0",
|
|
81
81
|
"file-saver": "^1.3.8",
|
|
82
|
-
"flickr-sdk": "6.
|
|
82
|
+
"flickr-sdk": "6.3.0",
|
|
83
83
|
"formidable": "^2.1.1",
|
|
84
84
|
"html-react-parser": "^3.0.15",
|
|
85
85
|
"html-to-image": "^1.10.8",
|
|
86
|
+
"image-type": "^5.2.0",
|
|
86
87
|
"jszip": "^3.10.1",
|
|
87
88
|
"lunr": "^2.3.9",
|
|
88
89
|
"lunr-languages": "^1.9.0",
|
|
89
|
-
"mantine-
|
|
90
|
+
"mantine-react-table": "^1.3.4",
|
|
90
91
|
"monaco-themes": "^0.4.2",
|
|
91
92
|
"next-redux-wrapper": "^7.0.0",
|
|
92
93
|
"nextjs-cors": "^2.1.1",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"react-redux": "^7.2.6",
|
|
102
103
|
"react-share": "^4.4.0",
|
|
103
104
|
"sequelize": "^6.17.0",
|
|
104
|
-
"sharp": "^0.
|
|
105
|
+
"sharp": "^0.32.6",
|
|
105
106
|
"shelljs": "^0.8.5",
|
|
106
107
|
"slugify": "^1.6.5",
|
|
107
108
|
"toposort": "^2.0.2",
|
|
@@ -130,4 +131,4 @@
|
|
|
130
131
|
"peerDependencies": {
|
|
131
132
|
"next": "^13.4.0"
|
|
132
133
|
}
|
|
133
|
-
}
|
|
134
|
+
}
|