@datawheel/bespoke 0.8.0 → 0.8.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/cms.js +58 -58
- package/dist/report.js +31 -31
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Content management system for creating automated data reports",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"react-dom": "^18.2.0",
|
|
125
125
|
"react-icons": "^4.3.1",
|
|
126
126
|
"react-redux": "^7.2.6",
|
|
127
|
-
"react-share": "^
|
|
127
|
+
"react-share": "^5.2.2",
|
|
128
128
|
"sequelize": "^6.17.0",
|
|
129
129
|
"sharp": "^0.32.6",
|
|
130
130
|
"shelljs": "^0.8.5",
|
|
@@ -157,4 +157,4 @@
|
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"next": "^14.2.3"
|
|
159
159
|
}
|
|
160
|
-
}
|
|
160
|
+
}
|