@datawheel/bespoke 1.0.0-rc.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {
@@ -57,14 +57,14 @@
57
57
  "@auth0/nextjs-auth0": "^3.8.0",
58
58
  "@emotion/react": "^11.14.0",
59
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",
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
69
  "@reduxjs/toolkit": "^2.8.2",
70
70
  "@tabler/icons-react": "^3.34.0",
@@ -84,6 +84,7 @@
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",
88
89
  "cors": "^2.8.5",
89
90
  "d3": "^7.8.4",
@@ -101,6 +102,7 @@
101
102
  "d3plus-react": "^1.3.3",
102
103
  "d3plus-text": "^1.2.5",
103
104
  "d3plus-viz": "^1.3.11",
105
+ "dayjs": "^1.11.13",
104
106
  "dom-parser": "^0.1.6",
105
107
  "fast-glob": "^3.2.12",
106
108
  "file-loader": "^6.2.0",
@@ -114,7 +116,7 @@
114
116
  "immer": "^10.1.1",
115
117
  "jsonwebtoken": "^9.0.2",
116
118
  "jszip": "^3.10.1",
117
- "mantine-react-table": "^1.3.4",
119
+ "mantine-react-table": "^2.0.0-beta.9",
118
120
  "monaco-themes": "^0.4.2",
119
121
  "next-auth": "^4.24.7",
120
122
  "next-redux-wrapper": "^8.1.0",
@@ -157,5 +159,12 @@
157
159
  },
158
160
  "peerDependencies": {
159
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
+ }
160
169
  }
161
170
  }