fix: resolve prosemirror-model

This commit is contained in:
Ritvik Sardana
2025-08-01 10:43:44 +05:30
parent 5d747d910d
commit 11415c896b
4 changed files with 2290 additions and 3050 deletions

View File

@@ -44,7 +44,8 @@
"zod": "^3.21.4" "zod": "^3.21.4"
}, },
"resolutions": { "resolutions": {
"cheerio": "1.0.0-rc.12" "cheerio": "1.0.0-rc.12",
"prosemirror-model": "1.25.1"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.0.1", "@vitejs/plugin-vue-jsx": "^3.0.1",

View File

@@ -4516,14 +4516,7 @@ prosemirror-menu@^1.2.1:
prosemirror-history "^1.0.0" prosemirror-history "^1.0.0"
prosemirror-state "^1.0.0" prosemirror-state "^1.0.0"
prosemirror-model@^1.0.0, prosemirror-model@^1.16.0, prosemirror-model@^1.18.1, prosemirror-model@^1.19.0, prosemirror-model@^1.8.1: prosemirror-model@1.25.1, prosemirror-model@^1.0.0, prosemirror-model@^1.16.0, prosemirror-model@^1.18.1, prosemirror-model@^1.19.0, prosemirror-model@^1.20.0, prosemirror-model@^1.25.1, prosemirror-model@^1.8.1:
version "1.19.3"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.19.3.tgz#f0d55285487fefd962d0ac695f716f4ec6705006"
integrity sha512-tgSnwN7BS7/UM0sSARcW+IQryx2vODKX4MI7xpqY2X+iaepJdKBPc7I4aACIsDV/LTaTjt12Z56MhDr9LsyuZQ==
dependencies:
orderedmap "^2.0.0"
prosemirror-model@^1.20.0, prosemirror-model@^1.25.1:
version "1.25.1" version "1.25.1"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.25.1.tgz#aeae9f1ec79fcaa76f6fc619800d91fbcf726870" resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.25.1.tgz#aeae9f1ec79fcaa76f6fc619800d91fbcf726870"
integrity sha512-AUvbm7qqmpZa5d9fPKMvH1Q5bqYQvAZWOGRvxsB6iFLyycvC9MwNemNVjHVrWgjaoxAfY8XVg7DbvQ/qxvI9Eg== integrity sha512-AUvbm7qqmpZa5d9fPKMvH1Q5bqYQvAZWOGRvxsB6iFLyycvC9MwNemNVjHVrWgjaoxAfY8XVg7DbvQ/qxvI9Eg==

View File

@@ -9,6 +9,7 @@
}, },
"workspaces": ["desk", "frappe-ui"], "workspaces": ["desk", "frappe-ui"],
"resolutions": { "resolutions": {
"cheerio": "1.0.0-rc.12" "cheerio": "1.0.0-rc.12",
"prosemirror-model": "1.25.1"
} }
} }

5325
yarn.lock

File diff suppressed because it is too large Load Diff