@verbb/plugin-kit-web 2.0.0 → 2.0.3
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/CHANGELOG.md +5 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verbb/plugin-kit-web",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Plugin Kit web components (shadow DOM, Craft design system)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -935,18 +935,18 @@
|
|
|
935
935
|
},
|
|
936
936
|
"peerDependencies": {
|
|
937
937
|
"@floating-ui/dom": "^1.7.3",
|
|
938
|
-
"@verbb/plugin-kit-core": "^2.0.
|
|
939
|
-
"@verbb/plugin-kit-icons": "^2.0.
|
|
938
|
+
"@verbb/plugin-kit-core": "^2.0.3",
|
|
939
|
+
"@verbb/plugin-kit-icons": "^2.0.3",
|
|
940
940
|
"lit": "^3.3.0"
|
|
941
941
|
},
|
|
942
942
|
"license": "MIT",
|
|
943
943
|
"dependencies": {
|
|
944
944
|
"@floating-ui/dom": "^1.7.3",
|
|
945
945
|
"@tiptap/core": "^3.22.4",
|
|
946
|
-
"@verbb/plugin-kit-codemirror-core": "2.0.
|
|
947
|
-
"@verbb/plugin-kit-core": "^2.0.
|
|
948
|
-
"@verbb/plugin-kit-icons": "^2.0.
|
|
949
|
-
"@verbb/plugin-kit-tiptap-core": "2.0.
|
|
946
|
+
"@verbb/plugin-kit-codemirror-core": "2.0.3",
|
|
947
|
+
"@verbb/plugin-kit-core": "^2.0.3",
|
|
948
|
+
"@verbb/plugin-kit-icons": "^2.0.3",
|
|
949
|
+
"@verbb/plugin-kit-tiptap-core": "^2.0.3",
|
|
950
950
|
"composed-offset-position": "^0.0.6",
|
|
951
951
|
"lit": "^3.3.0"
|
|
952
952
|
},
|