@textbus/adapter-vue 4.0.0-alpha.60 → 4.0.0-alpha.62

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-vue",
3
- "version": "4.0.0-alpha.60",
3
+ "version": "4.0.0-alpha.62",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -25,10 +25,10 @@
25
25
  "typescript editor"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanbo/stream": "^1.2.4",
29
- "@textbus/core": "^4.0.0-alpha.60",
30
- "@textbus/platform-browser": "^4.0.0-alpha.60",
31
- "vue": "^3.3.4"
28
+ "@tanbo/stream": "^1.2.5",
29
+ "@textbus/core": "^4.0.0-alpha.61",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.62",
31
+ "vue": "^3.4.28"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@rollup/plugin-commonjs": "^23.0.2",
@@ -48,5 +48,5 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/textbus/textbus.git/issues"
50
50
  },
51
- "gitHead": "bae80846bc8c26754af661e35dea236db237aeeb"
51
+ "gitHead": "1077dc15671dc6a8cd168c375f2c7b5ef175d096"
52
52
  }