@datawheel/bespoke 0.8.8 → 1.0.0-rc.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.
- package/dist/auth.js +1 -11
- package/dist/cms.js +39 -169
- package/dist/explore.js +1 -12
- package/dist/index.js +1 -7
- package/dist/redux-store.js +4 -32
- package/dist/report.js +14 -122
- package/dist/server.js +11 -58
- package/package.json +40 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
4
|
"description": "Content management system for creating automated data reports",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/Datawheel/reports#readme",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@auth0/nextjs-auth0": "^3.
|
|
58
|
-
"@emotion/react": "^11.
|
|
59
|
-
"@hello-pangea/dnd": "16.
|
|
60
|
-
"@mantine/
|
|
61
|
-
"@mantine/
|
|
62
|
-
"@mantine/
|
|
63
|
-
"@mantine/
|
|
64
|
-
"@mantine/
|
|
65
|
-
"@mantine/
|
|
66
|
-
"@mantine/
|
|
67
|
-
"@mantine/
|
|
57
|
+
"@auth0/nextjs-auth0": "^3.8.0",
|
|
58
|
+
"@emotion/react": "^11.14.0",
|
|
59
|
+
"@hello-pangea/dnd": "^16.6.0",
|
|
60
|
+
"@mantine/code-highlight": "^8.3.0",
|
|
61
|
+
"@mantine/core": "^8.3.0",
|
|
62
|
+
"@mantine/dates": "^8.3.0",
|
|
63
|
+
"@mantine/dropzone": "^8.3.0",
|
|
64
|
+
"@mantine/emotion": "^8.3.1",
|
|
65
|
+
"@mantine/form": "^8.3.0",
|
|
66
|
+
"@mantine/hooks": "^8.3.0",
|
|
67
|
+
"@mantine/notifications": "^8.3.0",
|
|
68
68
|
"@monaco-editor/react": "^4.4.5",
|
|
69
|
-
"@reduxjs/toolkit": "^
|
|
70
|
-
"@tabler/icons-react": "^
|
|
69
|
+
"@reduxjs/toolkit": "^2.8.2",
|
|
70
|
+
"@tabler/icons-react": "^3.34.0",
|
|
71
71
|
"@tiptap/extension-hard-break": "^2.5.9",
|
|
72
72
|
"@tiptap/extension-history": "^2.5.9",
|
|
73
73
|
"@tiptap/extension-mention": "^2.5.9",
|
|
@@ -84,7 +84,9 @@
|
|
|
84
84
|
"axios-retry": "^3.8.0",
|
|
85
85
|
"base58": "^2.0.1",
|
|
86
86
|
"buble": "^0.20.0",
|
|
87
|
+
"clsx": "^2.1.1",
|
|
87
88
|
"comment-parser": "^1.3.1",
|
|
89
|
+
"cors": "^2.8.5",
|
|
88
90
|
"d3": "^7.8.4",
|
|
89
91
|
"d3-array": "^3.1.6",
|
|
90
92
|
"d3-collection": "^1.0.7",
|
|
@@ -100,6 +102,7 @@
|
|
|
100
102
|
"d3plus-react": "^1.3.3",
|
|
101
103
|
"d3plus-text": "^1.2.5",
|
|
102
104
|
"d3plus-viz": "^1.3.11",
|
|
105
|
+
"dayjs": "^1.11.13",
|
|
103
106
|
"dom-parser": "^0.1.6",
|
|
104
107
|
"fast-glob": "^3.2.12",
|
|
105
108
|
"file-loader": "^6.2.0",
|
|
@@ -107,26 +110,25 @@
|
|
|
107
110
|
"flexsearch": "^0.7.43",
|
|
108
111
|
"flickr-sdk": "6.3.0",
|
|
109
112
|
"formidable": "^2.1.1",
|
|
110
|
-
"html-react-parser": "^
|
|
113
|
+
"html-react-parser": "^5.2.5",
|
|
111
114
|
"html-to-image": "^1.10.8",
|
|
112
115
|
"image-type": "^5.2.0",
|
|
116
|
+
"immer": "^10.1.1",
|
|
113
117
|
"jsonwebtoken": "^9.0.2",
|
|
114
118
|
"jszip": "^3.10.1",
|
|
115
|
-
"mantine-react-table": "^
|
|
119
|
+
"mantine-react-table": "^2.0.0-beta.9",
|
|
116
120
|
"monaco-themes": "^0.4.2",
|
|
117
121
|
"next-auth": "^4.24.7",
|
|
118
|
-
"next-redux-wrapper": "^
|
|
119
|
-
"nextjs-cors": "^2.1.1",
|
|
122
|
+
"next-redux-wrapper": "^8.1.0",
|
|
120
123
|
"normalizr": "^3.6.2",
|
|
121
124
|
"pg": "^8.7.3",
|
|
122
125
|
"pretty-format": "^28.1.1",
|
|
123
|
-
"react": "^18.
|
|
124
|
-
"react-dom": "^18.
|
|
125
|
-
"react-
|
|
126
|
-
"react-redux": "^7.2.6",
|
|
126
|
+
"react": "^18.3.1",
|
|
127
|
+
"react-dom": "^18.3.1",
|
|
128
|
+
"react-redux": "^8.1.3",
|
|
127
129
|
"react-share": "^5.2.2",
|
|
128
130
|
"sequelize": "^6.17.0",
|
|
129
|
-
"sharp": "^0.
|
|
131
|
+
"sharp": "^0.34.2",
|
|
130
132
|
"shelljs": "^0.8.5",
|
|
131
133
|
"slugify": "^1.6.5",
|
|
132
134
|
"toposort": "^2.0.2",
|
|
@@ -135,10 +137,11 @@
|
|
|
135
137
|
"yn": "^5.0.0"
|
|
136
138
|
},
|
|
137
139
|
"devDependencies": {
|
|
138
|
-
"@next/bundle-analyzer": "^
|
|
140
|
+
"@next/bundle-analyzer": "^15.3.4",
|
|
139
141
|
"@types/express": "^4.17.13",
|
|
140
142
|
"@types/node": "^17.0.45",
|
|
141
|
-
"@types/react
|
|
143
|
+
"@types/react": "^18.3.23",
|
|
144
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
142
145
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
143
146
|
"@typescript-eslint/parser": "^5.15.0",
|
|
144
147
|
"autoprefixer": "^10.0.0",
|
|
@@ -146,15 +149,22 @@
|
|
|
146
149
|
"eslint": "^8.11.0",
|
|
147
150
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
148
151
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
149
|
-
"eslint-plugin-react": "^7.
|
|
150
|
-
"eslint-plugin-react-hooks": "^4.
|
|
152
|
+
"eslint-plugin-react": "^7.32.2",
|
|
153
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
151
154
|
"monaco-editor": "^0.34.1",
|
|
152
155
|
"postcss": "^8.4.20",
|
|
153
156
|
"postcss-mixins": "^9.0.4",
|
|
154
157
|
"postcss-nested": "^6.0.0",
|
|
155
|
-
"tsup": "^
|
|
158
|
+
"tsup": "^8.5.0"
|
|
156
159
|
},
|
|
157
160
|
"peerDependencies": {
|
|
158
|
-
"next": "^
|
|
161
|
+
"next": "^15.3.4"
|
|
162
|
+
},
|
|
163
|
+
"overrides": {
|
|
164
|
+
"mantine-react-table": {
|
|
165
|
+
"@mantine/core": "^8.0.0",
|
|
166
|
+
"@mantine/hooks": "^8.0.0",
|
|
167
|
+
"@mantine/dates": "^8.0.0"
|
|
168
|
+
}
|
|
159
169
|
}
|
|
160
|
-
}
|
|
170
|
+
}
|