@datawheel/bespoke 0.8.8 → 1.0.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/auth.js +1 -11
- package/dist/cms.js +35 -137
- package/dist/explore.js +1 -12
- package/dist/index.js +1 -7
- package/dist/redux-store.js +4 -32
- package/dist/report.js +16 -96
- package/dist/server.js +10 -57
- package/package.json +30 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-rc.0",
|
|
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/core": "^6.0.
|
|
61
|
-
"@mantine/dates": "^6.0.
|
|
62
|
-
"@mantine/dropzone": "^6.0.
|
|
63
|
-
"@mantine/form": "^6.0.
|
|
64
|
-
"@mantine/hooks": "^6.0.
|
|
65
|
-
"@mantine/next": "^6.0.
|
|
66
|
-
"@mantine/notifications": "^6.0.
|
|
67
|
-
"@mantine/prism": "^6.0.
|
|
57
|
+
"@auth0/nextjs-auth0": "^3.8.0",
|
|
58
|
+
"@emotion/react": "^11.14.0",
|
|
59
|
+
"@hello-pangea/dnd": "^16.6.0",
|
|
60
|
+
"@mantine/core": "^6.0.21",
|
|
61
|
+
"@mantine/dates": "^6.0.21",
|
|
62
|
+
"@mantine/dropzone": "^6.0.21",
|
|
63
|
+
"@mantine/form": "^6.0.21",
|
|
64
|
+
"@mantine/hooks": "^6.0.21",
|
|
65
|
+
"@mantine/next": "^6.0.21",
|
|
66
|
+
"@mantine/notifications": "^6.0.21",
|
|
67
|
+
"@mantine/prism": "^6.0.21",
|
|
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",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"base58": "^2.0.1",
|
|
86
86
|
"buble": "^0.20.0",
|
|
87
87
|
"comment-parser": "^1.3.1",
|
|
88
|
+
"cors": "^2.8.5",
|
|
88
89
|
"d3": "^7.8.4",
|
|
89
90
|
"d3-array": "^3.1.6",
|
|
90
91
|
"d3-collection": "^1.0.7",
|
|
@@ -107,26 +108,25 @@
|
|
|
107
108
|
"flexsearch": "^0.7.43",
|
|
108
109
|
"flickr-sdk": "6.3.0",
|
|
109
110
|
"formidable": "^2.1.1",
|
|
110
|
-
"html-react-parser": "^
|
|
111
|
+
"html-react-parser": "^5.2.5",
|
|
111
112
|
"html-to-image": "^1.10.8",
|
|
112
113
|
"image-type": "^5.2.0",
|
|
114
|
+
"immer": "^10.1.1",
|
|
113
115
|
"jsonwebtoken": "^9.0.2",
|
|
114
116
|
"jszip": "^3.10.1",
|
|
115
117
|
"mantine-react-table": "^1.3.4",
|
|
116
118
|
"monaco-themes": "^0.4.2",
|
|
117
119
|
"next-auth": "^4.24.7",
|
|
118
|
-
"next-redux-wrapper": "^
|
|
119
|
-
"nextjs-cors": "^2.1.1",
|
|
120
|
+
"next-redux-wrapper": "^8.1.0",
|
|
120
121
|
"normalizr": "^3.6.2",
|
|
121
122
|
"pg": "^8.7.3",
|
|
122
123
|
"pretty-format": "^28.1.1",
|
|
123
|
-
"react": "^18.
|
|
124
|
-
"react-dom": "^18.
|
|
125
|
-
"react-
|
|
126
|
-
"react-redux": "^7.2.6",
|
|
124
|
+
"react": "^18.3.1",
|
|
125
|
+
"react-dom": "^18.3.1",
|
|
126
|
+
"react-redux": "^8.1.3",
|
|
127
127
|
"react-share": "^5.2.2",
|
|
128
128
|
"sequelize": "^6.17.0",
|
|
129
|
-
"sharp": "^0.
|
|
129
|
+
"sharp": "^0.34.2",
|
|
130
130
|
"shelljs": "^0.8.5",
|
|
131
131
|
"slugify": "^1.6.5",
|
|
132
132
|
"toposort": "^2.0.2",
|
|
@@ -135,10 +135,11 @@
|
|
|
135
135
|
"yn": "^5.0.0"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@next/bundle-analyzer": "^
|
|
138
|
+
"@next/bundle-analyzer": "^15.3.4",
|
|
139
139
|
"@types/express": "^4.17.13",
|
|
140
140
|
"@types/node": "^17.0.45",
|
|
141
|
-
"@types/react
|
|
141
|
+
"@types/react": "^18.3.23",
|
|
142
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
142
143
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
143
144
|
"@typescript-eslint/parser": "^5.15.0",
|
|
144
145
|
"autoprefixer": "^10.0.0",
|
|
@@ -146,15 +147,15 @@
|
|
|
146
147
|
"eslint": "^8.11.0",
|
|
147
148
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
148
149
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
149
|
-
"eslint-plugin-react": "^7.
|
|
150
|
-
"eslint-plugin-react-hooks": "^4.
|
|
150
|
+
"eslint-plugin-react": "^7.32.2",
|
|
151
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
151
152
|
"monaco-editor": "^0.34.1",
|
|
152
153
|
"postcss": "^8.4.20",
|
|
153
154
|
"postcss-mixins": "^9.0.4",
|
|
154
155
|
"postcss-nested": "^6.0.0",
|
|
155
|
-
"tsup": "^
|
|
156
|
+
"tsup": "^8.5.0"
|
|
156
157
|
},
|
|
157
158
|
"peerDependencies": {
|
|
158
|
-
"next": "^
|
|
159
|
+
"next": "^15.3.4"
|
|
159
160
|
}
|
|
160
|
-
}
|
|
161
|
+
}
|