Skip to content

Commit

Permalink
Revert "fix Error: Looks like multiple versions of prosemirror-model …
Browse files Browse the repository at this point in the history
…were loaded"

This reverts commit 3bb7ae6.
  • Loading branch information
anishsapkota committed Oct 28, 2024
1 parent 3bb7ae6 commit 047ef0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 143 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,5 @@
},
"dependencies": {
"react-resizable": "^3.0.5"
},
"resolutions": {
"prosemirror-model": "^1.23.0"
}
}
136 changes: 0 additions & 136 deletions src/management-system-v2/lib/data/db/_trigger.ts

This file was deleted.

15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19205,10 +19205,17 @@ prosemirror-keymap@^1.1.4:
prosemirror-state "^1.0.0"
w3c-keyname "^2.2.0"

prosemirror-model@^1.0.0, prosemirror-model@^1.14.1, prosemirror-model@^1.20.0, prosemirror-model@^1.23.0:
version "1.23.0"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.23.0.tgz#652058182ed90dc15c8f0f2cf2df488306fa1dcd"
integrity sha512-Q/fgsgl/dlOAW9ILu4OOhYWQbc7TQd4BwKH/RwmUjyVf8682Be4zj3rOYdLnYEcGzyg8LL9Q5IWYKD8tdToreQ==
prosemirror-model@^1.0.0, prosemirror-model@^1.14.1:
version "1.20.0"
resolved "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.20.0.tgz"
integrity sha512-q7AY7vMjKYqDCeoedgUiAgrLabliXxndJuuFmcmc2+YU1SblvnOiG2WEACF2lwAZsMlfLpiAilA3L+TWlDqIsQ==
dependencies:
orderedmap "^2.0.0"

prosemirror-model@^1.20.0:
version "1.22.3"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.22.3.tgz#52fdf5897f348b0f07f64bea89156d90afdf645a"
integrity sha512-V4XCysitErI+i0rKFILGt/xClnFJaohe/wrrlT2NSZ+zk8ggQfDH4x2wNK7Gm0Hp4CIoWizvXFP7L9KMaCuI0Q==
dependencies:
orderedmap "^2.0.0"

Expand Down

0 comments on commit 047ef0e

Please sign in to comment.