mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
dependencies: update
This commit is contained in:
parent
7325c759ca
commit
f2f1c31522
@ -14,9 +14,9 @@
|
||||
"shiki": "^0.9.12",
|
||||
"simplify-js": "^1.2.4",
|
||||
"y-indexeddb": "^9.0.6",
|
||||
"y-webrtc": "^10.2.0",
|
||||
"y-webrtc": "^10.2.2",
|
||||
"y-websocket": "^1.3.17",
|
||||
"yjs": "^13.5.18"
|
||||
"yjs": "^13.5.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^8.3.1",
|
||||
@ -31,7 +31,7 @@
|
||||
"tailwindcss": "^2.2.19",
|
||||
"typescript": "^4.4.4",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^2.6.13",
|
||||
"vite": "^2.6.14",
|
||||
"vite-plugin-checker": "^0.3.4",
|
||||
"vue": "^3.0.5",
|
||||
"vue-router": "^4.0.11"
|
||||
|
18
package.json
18
package.json
@ -27,33 +27,33 @@
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.4",
|
||||
"@babel/preset-react": "^7.16.0",
|
||||
"@cypress/webpack-preprocessor": "^5.9.1",
|
||||
"@cypress/webpack-preprocessor": "^5.10.0",
|
||||
"@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": "^21.0.1",
|
||||
"@rollup/plugin-node-resolve": "^13.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
||||
"@typescript-eslint/parser": "^5.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
||||
"@typescript-eslint/parser": "^5.4.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"cypress": "^8.7.0",
|
||||
"cypress": "^9.0.0",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-vue": "^8.0.3",
|
||||
"lerna": "^4.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"rollup": "^2.59.0",
|
||||
"rollup": "^2.60.0",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"rollup-plugin-typescript2": "^0.31.0",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.4.4",
|
||||
"webpack": "^5.62.2"
|
||||
"webpack": "^5.64.1"
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
||||
"prosemirror-schema-list": "^1.1.6",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-transform": "^1.3.3",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0",
|
||||
"tippy.js": "^6.3.6"
|
||||
"prosemirror-view": "^1.23.1",
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"lowlight": "^1.20.0",
|
||||
"prosemirror-model": "^1.15.0",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -24,7 +24,7 @@
|
||||
"@tiptap/core": "^2.0.0-beta.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"y-prosemirror": "^1.0.11"
|
||||
"y-prosemirror": "^1.0.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"y-prosemirror": "^1.0.11"
|
||||
"y-prosemirror": "^1.0.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prosemirror-dropcursor": "^1.0.3",
|
||||
"prosemirror-dropcursor": "^1.3.5"
|
||||
"prosemirror-dropcursor": "^1.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0",
|
||||
"tippy.js": "^6.3.6"
|
||||
"prosemirror-view": "^1.23.1",
|
||||
"tippy.js": "^6.3.7"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"prosemirror-model": "^1.15.0",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prosemirror-tables": "^1.1.1",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.34",
|
||||
"@types/react": "^17.0.35",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
@ -34,7 +34,7 @@
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.49",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.44",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"prosemirror-model": "^1.15.0",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.49",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.44",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -31,7 +31,7 @@
|
||||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.49",
|
||||
"@tiptap/extension-floating-menu": "^2.0.0-beta.44",
|
||||
"prosemirror-state": "^1.3.4",
|
||||
"prosemirror-view": "^1.22.0"
|
||||
"prosemirror-view": "^1.23.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user