@overmap-ai/core 1.0.48-menu-improvements.0 → 1.0.48-menu-improvements.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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.48-menu-improvements.
|
|
6
|
+
"version": "1.0.48-menu-improvements.1",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
53
53
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
54
|
-
"@overmap-ai/blocks": "
|
|
54
|
+
"@overmap-ai/blocks": "1.0.29-menu-overhaul.8",
|
|
55
55
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
56
56
|
"@storybook/addon-essentials": "7.3.2",
|
|
57
57
|
"@storybook/addon-interactions": "7.3.2",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"@testing-library/dom": "^9.3.4",
|
|
65
65
|
"@testing-library/react": "^14.1.2",
|
|
66
66
|
"@testing-library/user-event": "^14.5.2",
|
|
67
|
+
"@tiptap/core": "^2.4.0",
|
|
67
68
|
"@types/color": "^3.0.4",
|
|
68
69
|
"@types/file-saver": "^2.0.7",
|
|
69
70
|
"@types/jwt-decode": "^3.1.0",
|
|
@@ -109,15 +110,14 @@
|
|
|
109
110
|
"vite": "^4.4.5",
|
|
110
111
|
"vite-plugin-dts": "^3.5.2",
|
|
111
112
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
112
|
-
"vitest": "^1.2.1"
|
|
113
|
-
"@tiptap/core": "^2.4.0"
|
|
113
|
+
"vitest": "^1.2.1"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"@overmap-ai/blocks": "1.0.8",
|
|
117
|
+
"@tiptap/core": "^2.4.0",
|
|
117
118
|
"leaflet": "^1.9.0",
|
|
118
119
|
"react": "^18.2.0",
|
|
119
120
|
"react-dom": "^18.2.0",
|
|
120
|
-
"@tiptap/core": "^2.4.0",
|
|
121
121
|
"react-redux": "^8.1.2"
|
|
122
122
|
},
|
|
123
123
|
"resolutions": {
|