@datawheel/bespoke 0.4.3 → 0.5.1

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 (4) hide show
  1. package/dist/index.css +0 -5
  2. package/dist/index.js +12147 -3725
  3. package/dist/server.js +1332 -421
  4. package/package.json +14 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "0.4.3",
3
+ "version": "0.5.1",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {
@@ -53,7 +53,17 @@
53
53
  "@monaco-editor/react": "^4.4.5",
54
54
  "@reduxjs/toolkit": "^1.8.4",
55
55
  "@tabler/icons-react": "^2.15.0",
56
- "@tinymce/tinymce-react": "^4.2.0",
56
+ "@tiptap/extension-hard-break": "^2.2.2",
57
+ "@tiptap/extension-history": "^2.2.2",
58
+ "@tiptap/extension-mention": "^2.2.2",
59
+ "@tiptap/extension-placeholder": "^2.2.4",
60
+ "@tiptap/extension-text-align": "^2.2.2",
61
+ "@tiptap/extension-typography": "^2.2.4",
62
+ "@tiptap/extension-underline": "^2.2.2",
63
+ "@tiptap/pm": "^2.2.2",
64
+ "@tiptap/react": "^2.2.2",
65
+ "@tiptap/starter-kit": "^2.2.2",
66
+ "@tiptap/suggestion": "^2.2.2",
57
67
  "auth0": "^3.3",
58
68
  "axios": "^1.6.2",
59
69
  "axios-retry": "^3.8.0",
@@ -107,12 +117,12 @@
107
117
  "slugify": "^1.6.5",
108
118
  "toposort": "^2.0.2",
109
119
  "unsplash-js": "^7.0.15",
110
- "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
120
+ "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
111
121
  "yn": "^5.0.0"
112
122
  },
113
123
  "devDependencies": {
114
124
  "@types/express": "^4.17.13",
115
- "@types/node": "^17.0.21",
125
+ "@types/node": "^17.0.45",
116
126
  "@types/react-beautiful-dnd": "^13.1.2",
117
127
  "@typescript-eslint/eslint-plugin": "^5.15.0",
118
128
  "@typescript-eslint/parser": "^5.15.0",