mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 01:12:56 +08:00
dependencies: update
This commit is contained in:
parent
063ced27ca
commit
083fdecf43
@ -8,11 +8,11 @@
|
||||
"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": {
|
||||
"@hocuspocus/provider": "^1.0.0-alpha.28",
|
||||
"d3": "^7.2.0",
|
||||
"@hocuspocus/provider": "^1.0.0-alpha.29",
|
||||
"d3": "^7.2.1",
|
||||
"fast-glob": "^3.2.7",
|
||||
"remixicon": "^2.5.0",
|
||||
"shiki": "^0.9.14",
|
||||
"shiki": "^0.9.15",
|
||||
"simplify-js": "^1.2.4",
|
||||
"y-webrtc": "^10.2.2",
|
||||
"yjs": "^13.5.22"
|
||||
@ -23,14 +23,14 @@
|
||||
"@vitejs/plugin-vue": "^1.10.2",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"iframe-resizer": "^4.3.2",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss": "^8.4.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"sass": "^1.44.0",
|
||||
"sass": "^1.45.0",
|
||||
"tailwindcss": "^2.2.19",
|
||||
"typescript": "^4.5.2",
|
||||
"typescript": "^4.5.4",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^2.7.1",
|
||||
"vite": "^2.7.2",
|
||||
"vite-plugin-checker": "^0.3.4",
|
||||
"vue": "^3.0.5",
|
||||
"vue-router": "^4.0.11"
|
||||
|
20
package.json
20
package.json
@ -24,20 +24,20 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@atomico/rollup-plugin-sizes": "^1.1.4",
|
||||
"@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.4",
|
||||
"@babel/preset-react": "^7.16.0",
|
||||
"@babel/core": "^7.16.5",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
|
||||
"@babel/preset-env": "^7.16.5",
|
||||
"@babel/preset-react": "^7.16.5",
|
||||
"@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.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"@rollup/plugin-node-resolve": "^13.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
||||
"@typescript-eslint/parser": "^5.7.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"cypress": "^9.1.1",
|
||||
"eslint": "^8.4.1",
|
||||
@ -48,12 +48,12 @@
|
||||
"eslint-plugin-vue": "^8.2.0",
|
||||
"lerna": "^4.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"rollup": "^2.60.2",
|
||||
"rollup": "^2.61.1",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-typescript2": "^0.31.1",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.5.2",
|
||||
"typescript": "^4.5.4",
|
||||
"webpack": "^5.65.0"
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"@types/prosemirror-model": "^1.13.2",
|
||||
"@types/prosemirror-schema-list": "^1.0.3",
|
||||
"@types/prosemirror-state": "^1.2.8",
|
||||
"@types/prosemirror-transform": "^1.1.4",
|
||||
"@types/prosemirror-transform": "^1.1.5",
|
||||
"@types/prosemirror-view": "^1.19.2",
|
||||
"prosemirror-commands": "^1.1.12",
|
||||
"prosemirror-keymap": "^1.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user