@datawheel/bespoke 1.0.0-rc.1 → 1.0.0-rc.2
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/package.json +34 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.2",
|
|
4
4
|
"description": "Content management system for creating automated data reports",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -55,19 +55,8 @@
|
|
|
55
55
|
"homepage": "https://github.com/Datawheel/reports#readme",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@auth0/nextjs-auth0": "^3.8.0",
|
|
58
|
-
"@emotion/react": "^11.14.0",
|
|
59
58
|
"@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
59
|
"@monaco-editor/react": "^4.4.5",
|
|
69
|
-
"@reduxjs/toolkit": "^2.8.2",
|
|
70
|
-
"@tabler/icons-react": "^3.34.0",
|
|
71
60
|
"@tiptap/extension-hard-break": "^2.5.9",
|
|
72
61
|
"@tiptap/extension-history": "^2.5.9",
|
|
73
62
|
"@tiptap/extension-mention": "^2.5.9",
|
|
@@ -118,14 +107,9 @@
|
|
|
118
107
|
"jszip": "^3.10.1",
|
|
119
108
|
"mantine-react-table": "^2.0.0-beta.9",
|
|
120
109
|
"monaco-themes": "^0.4.2",
|
|
121
|
-
"next-auth": "^4.24.7",
|
|
122
|
-
"next-redux-wrapper": "^8.1.0",
|
|
123
110
|
"normalizr": "^3.6.2",
|
|
124
111
|
"pg": "^8.7.3",
|
|
125
112
|
"pretty-format": "^28.1.1",
|
|
126
|
-
"react": "^18.3.1",
|
|
127
|
-
"react-dom": "^18.3.1",
|
|
128
|
-
"react-redux": "^8.1.3",
|
|
129
113
|
"react-share": "^5.2.2",
|
|
130
114
|
"sequelize": "^6.17.0",
|
|
131
115
|
"sharp": "^0.34.2",
|
|
@@ -137,10 +121,26 @@
|
|
|
137
121
|
"yn": "^5.0.0"
|
|
138
122
|
},
|
|
139
123
|
"devDependencies": {
|
|
124
|
+
"@emotion/react": "^11.14.0",
|
|
125
|
+
"@mantine/code-highlight": "^8.3.0",
|
|
126
|
+
"@mantine/core": "^8.3.0",
|
|
127
|
+
"@mantine/dates": "^8.3.0",
|
|
128
|
+
"@mantine/dropzone": "^8.3.0",
|
|
129
|
+
"@mantine/emotion": "^8.3.1",
|
|
130
|
+
"@mantine/form": "^8.3.0",
|
|
131
|
+
"@mantine/hooks": "^8.3.0",
|
|
132
|
+
"@mantine/notifications": "^8.3.0",
|
|
133
|
+
"@reduxjs/toolkit": "^2.8.2",
|
|
134
|
+
"@tabler/icons-react": "^3.34.0",
|
|
135
|
+
"next-auth": "^4.24.7",
|
|
136
|
+
"next-redux-wrapper": "^8.1.0",
|
|
137
|
+
"react-redux": "^8.1.3",
|
|
140
138
|
"@next/bundle-analyzer": "^15.3.4",
|
|
141
139
|
"@types/express": "^4.17.13",
|
|
142
140
|
"@types/node": "^17.0.45",
|
|
143
141
|
"@types/react": "^18.3.23",
|
|
142
|
+
"react": "^18.3.1",
|
|
143
|
+
"react-dom": "^18.3.1",
|
|
144
144
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
145
145
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
146
146
|
"@typescript-eslint/parser": "^5.15.0",
|
|
@@ -158,7 +158,23 @@
|
|
|
158
158
|
"tsup": "^8.5.0"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"next": "^15.3.4"
|
|
161
|
+
"next": "^15.3.4",
|
|
162
|
+
"react": "^18.3.1",
|
|
163
|
+
"react-dom": "^18.3.1",
|
|
164
|
+
"@emotion/react": "^11.13.0",
|
|
165
|
+
"@mantine/core": "^8.3.0",
|
|
166
|
+
"@mantine/hooks": "^8.3.0",
|
|
167
|
+
"@mantine/dates": "^8.3.0",
|
|
168
|
+
"@mantine/dropzone": "^8.3.0",
|
|
169
|
+
"@mantine/form": "^8.3.0",
|
|
170
|
+
"@mantine/notifications": "^8.3.0",
|
|
171
|
+
"@mantine/code-highlight": "^8.3.0",
|
|
172
|
+
"@mantine/emotion": "^8.3.1",
|
|
173
|
+
"@reduxjs/toolkit": "^2.0.0",
|
|
174
|
+
"react-redux": "^8.0.0 || ^9.0.0",
|
|
175
|
+
"@tabler/icons-react": "^3.0.0",
|
|
176
|
+
"next-auth": "^4.24.0",
|
|
177
|
+
"next-redux-wrapper": "^8.1.0"
|
|
162
178
|
},
|
|
163
179
|
"overrides": {
|
|
164
180
|
"mantine-react-table": {
|