mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
dependencies: update
This commit is contained in:
parent
cf97cdf6f0
commit
ace4964d97
@ -8,7 +8,7 @@
|
||||
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3": "^7.0.4",
|
||||
"d3": "^7.1.1",
|
||||
"fast-glob": "^3.2.7",
|
||||
"remixicon": "^2.5.0",
|
||||
"shiki": "^0.9.11",
|
||||
@ -16,22 +16,22 @@
|
||||
"y-indexeddb": "^9.0.6",
|
||||
"y-webrtc": "^10.2.0",
|
||||
"y-websocket": "^1.3.16",
|
||||
"yjs": "^13.5.12"
|
||||
"yjs": "^13.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^8.3.1",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.6",
|
||||
"@vitejs/plugin-vue": "^1.9.2",
|
||||
"autoprefixer": "^10.3.6",
|
||||
"@vitejs/plugin-vue": "^1.9.3",
|
||||
"autoprefixer": "^10.3.7",
|
||||
"iframe-resizer": "^4.3.2",
|
||||
"postcss": "^8.3.8",
|
||||
"postcss": "^8.3.9",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"sass": "^1.42.1",
|
||||
"tailwindcss": "^2.2.16",
|
||||
"typescript": "^4.4.3",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^2.6.2",
|
||||
"vite": "^2.6.5",
|
||||
"vite-plugin-checker": "^0.3.4",
|
||||
"vue": "^3.0.5",
|
||||
"vue-router": "^4.0.11"
|
||||
|
16
package.json
16
package.json
@ -24,20 +24,20 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@atomico/rollup-plugin-sizes": "^1.1.4",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@cypress/webpack-preprocessor": "^5.9.1",
|
||||
"@lerna/batch-packages": "^3.16.0",
|
||||
"@lerna/filter-packages": "^4.0.0",
|
||||
"@lerna/project": "^4.0.0",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^20.0.0",
|
||||
"@rollup/plugin-commonjs": "^21.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cypress": "^8.5.0",
|
||||
"eslint": "^7.32.0",
|
||||
@ -45,15 +45,15 @@
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
"eslint-plugin-import": "^2.24.0",
|
||||
"eslint-plugin-vue": "^7.18.0",
|
||||
"eslint-plugin-vue": "^7.19.1",
|
||||
"lerna": "^4.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"rollup": "^2.57.0",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.4.3",
|
||||
"webpack": "^5.55.1"
|
||||
"webpack": "^5.58.0"
|
||||
}
|
||||
}
|
||||
|
@ -32,14 +32,14 @@
|
||||
"@types/prosemirror-state": "^1.2.7",
|
||||
"@types/prosemirror-transform": "^1.1.4",
|
||||
"@types/prosemirror-view": "^1.19.1",
|
||||
"prosemirror-commands": "^1.1.10",
|
||||
"prosemirror-commands": "^1.1.11",
|
||||
"prosemirror-inputrules": "^1.1.3",
|
||||
"prosemirror-keymap": "^1.1.3",
|
||||
"prosemirror-model": "^1.14.3",
|
||||
"prosemirror-schema-list": "^1.1.6",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-transform": "^1.3.3",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1",
|
||||
"tippy.js": "^6.3.1"
|
||||
"prosemirror-view": "^1.20.2",
|
||||
"tippy.js": "^6.3.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"lowlight": "^1.20.0",
|
||||
"prosemirror-model": "^1.14.3",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1",
|
||||
"tippy.js": "^6.3.1"
|
||||
"prosemirror-view": "^1.20.2",
|
||||
"tippy.js": "^6.3.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"prosemirror-model": "^1.14.3",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-tables": "^1.1.1",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.26",
|
||||
"@types/react": "^17.0.27",
|
||||
"@types/react-dom": "^17.0.7",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
@ -34,7 +34,7 @@
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.39",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.33",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"prosemirror-model": "^1.14.3",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.39",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.33",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -31,7 +31,7 @@
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.39",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.33",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.20.1"
|
||||
"prosemirror-view": "^1.20.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user