@pantoken/tinymce 0.2.0 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantoken/tinymce",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Shared TinyMCE + CodeMirror editor integration for pantoken: content-CSS wiring, an Insert Template plugin, components/icons/logos pickers with dynamic @import injection, and CodeMirror HTML lint/autocomplete driven by cssdoc.",
5
5
  "homepage": "https://pantoken.app",
6
6
  "bugs": "https://github.com/thedannywahl/pantoken/issues",
@@ -26,11 +26,11 @@
26
26
  "dependencies": {
27
27
  "@cssdoc/core": "^0.15.2",
28
28
  "@pantoken/cdn": "0.2.0",
29
- "@pantoken/components": "1.1.0",
29
+ "@pantoken/components": "1.1.2",
30
30
  "@pantoken/plugin-custom-components": "0.3.1",
31
31
  "@pantoken/plugin-layouts": "0.3.0",
32
32
  "@pantoken/plugin-logos": "0.4.0",
33
- "@pantoken/plugin-simple-icons": "0.3.7"
33
+ "@pantoken/plugin-simple-icons": "0.3.8"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@codemirror/autocomplete": "^6.20.3",