@datawheel/bespoke 1.0.0-rc.6 → 1.0.0-rc.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.0-rc.8",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {
@@ -55,6 +55,12 @@
55
55
  "homepage": "https://github.com/Datawheel/reports#readme",
56
56
  "dependencies": {
57
57
  "@auth0/nextjs-auth0": "^3.8.0",
58
+ "@d3plus/color": "^3.0.11",
59
+ "@d3plus/data": "^3.0.11",
60
+ "@d3plus/dom": "^3.0.11",
61
+ "@d3plus/export": "^3.0.11",
62
+ "@d3plus/react": "^3.0.11",
63
+ "@d3plus/text": "^3.0.11",
58
64
  "@hello-pangea/dnd": "^16.6.0",
59
65
  "@monaco-editor/react": "^4.4.5",
60
66
  "@tiptap/extension-hard-break": "^2.5.9",
@@ -84,13 +90,6 @@
84
90
  "d3-format": "^3.1.0",
85
91
  "d3-selection": "^3.0.0",
86
92
  "d3-time-format": "^4.1.0",
87
- "d3plus-axis": "^1.2.24",
88
- "d3plus-common": "^1.2.8",
89
- "d3plus-export": "^1.3.0",
90
- "d3plus-format": "^1.2.8",
91
- "d3plus-react": "^1.3.3",
92
- "d3plus-text": "^1.2.5",
93
- "d3plus-viz": "^1.3.11",
94
93
  "dayjs": "^1.11.13",
95
94
  "dom-parser": "^0.1.6",
96
95
  "fast-glob": "^3.2.12",
@@ -130,17 +129,12 @@
130
129
  "@mantine/form": "^8.3.0",
131
130
  "@mantine/hooks": "^8.3.0",
132
131
  "@mantine/notifications": "^8.3.0",
132
+ "@next/bundle-analyzer": "^15.3.4",
133
133
  "@reduxjs/toolkit": "^2.8.2",
134
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",
138
- "@next/bundle-analyzer": "^15.3.4",
139
135
  "@types/express": "^4.17.13",
140
136
  "@types/node": "^17.0.45",
141
137
  "@types/react": "^18.3.23",
142
- "react": "^18.3.1",
143
- "react-dom": "^18.3.1",
144
138
  "@types/react-beautiful-dnd": "^13.1.8",
145
139
  "@typescript-eslint/eslint-plugin": "^5.15.0",
146
140
  "@typescript-eslint/parser": "^5.15.0",
@@ -152,29 +146,34 @@
152
146
  "eslint-plugin-react": "^7.32.2",
153
147
  "eslint-plugin-react-hooks": "^4.6.0",
154
148
  "monaco-editor": "^0.34.1",
149
+ "next-auth": "^4.24.7",
150
+ "next-redux-wrapper": "^8.1.0",
155
151
  "postcss": "^8.4.20",
156
152
  "postcss-mixins": "^9.0.4",
157
153
  "postcss-nested": "^6.0.0",
154
+ "react": "^18.3.1",
155
+ "react-dom": "^18.3.1",
156
+ "react-redux": "^8.1.3",
158
157
  "tsup": "^8.5.0"
159
158
  },
160
159
  "peerDependencies": {
161
- "next": "^15.3.4",
162
- "react": "^18.3.1",
163
- "react-dom": "^18.3.1",
164
160
  "@emotion/react": "^11.13.0",
161
+ "@mantine/code-highlight": "^8.3.0",
165
162
  "@mantine/core": "^8.3.0",
166
- "@mantine/hooks": "^8.3.0",
167
163
  "@mantine/dates": "^8.3.0",
168
164
  "@mantine/dropzone": "^8.3.0",
165
+ "@mantine/emotion": "^8.3.1",
169
166
  "@mantine/form": "^8.3.0",
167
+ "@mantine/hooks": "^8.3.0",
170
168
  "@mantine/notifications": "^8.3.0",
171
- "@mantine/code-highlight": "^8.3.0",
172
- "@mantine/emotion": "^8.3.1",
173
169
  "@reduxjs/toolkit": "^2.0.0",
174
- "react-redux": "^8.0.0 || ^9.0.0",
175
170
  "@tabler/icons-react": "^3.0.0",
171
+ "next": "^15.3.4",
176
172
  "next-auth": "^4.24.0",
177
- "next-redux-wrapper": "^8.1.0"
173
+ "next-redux-wrapper": "^8.1.0",
174
+ "react": "^18.3.1",
175
+ "react-dom": "^18.3.1",
176
+ "react-redux": "^8.0.0 || ^9.0.0"
178
177
  },
179
178
  "overrides": {
180
179
  "mantine-react-table": {