lexical-vue2
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -5,2 +5,3 @@ import vue from 'rollup-plugin-vue'; | ||
import babel from 'rollup-plugin-babel'; | ||
import typescript from '@rollup/plugin-typescript'; | ||
@@ -27,2 +28,3 @@ export default { | ||
plugins: [ | ||
typescript(), | ||
resolve({ | ||
@@ -29,0 +31,0 @@ extensions: ['.js', '.vue'], |
{ | ||
"name": "lexical-vue2", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "use lexical in vue2", | ||
@@ -30,7 +30,6 @@ "main": "dist/bundle.js", | ||
"@babel/preset-env": "^7.22.10", | ||
"@rollup/plugin-commonjs": "^25.0.3", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@vue/composition-api": "^1.7.1", | ||
"@babel/preset-typescript": "^7", | ||
"@lexical/clipboard": "^0.11.3", | ||
"@lexical/dragon": "^0.11.3", | ||
"@lexical/history": "^0.11.3", | ||
"@lexical/link": "^0.11.3", | ||
@@ -42,4 +41,8 @@ "@lexical/mark": "^0.11.3", | ||
"@lexical/utils": "^0.11.3", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-typescript": "^11.1.3", | ||
"@vue/composition-api": "^1.7.1", | ||
"lexical": "^0.11.3", | ||
"rollup": "2.68.0", | ||
"rollup": "2.78.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -53,2 +56,3 @@ "rollup-plugin-buble": "^0.19.8", | ||
"terser": "^4.2.0", | ||
"typescript": "^4", | ||
"vue": "~2.6.14", | ||
@@ -55,0 +59,0 @@ "vue-template-compiler": "~2.6.14" |
@@ -25,2 +25,5 @@ export { | ||
} from './LexicalOnChangePlugin.vue' | ||
export { | ||
default as LexicalHistoryPlugin | ||
} from './LexicalHistoryPlugin.vue' | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
240215
28
6093
29
5