🐛(frontend) fix list copy paste
When we copy paste a list, the pasted list is not formatted correctly. By pinning prosemirror-model to 1.25.0, we avoid this issue. We added "prosemirror-model" to the ignored dependencies of Renovate to avoid to have a bump until the patch on the Blocknote.js side.
This commit is contained in:
@@ -11,22 +11,14 @@
|
||||
},
|
||||
{
|
||||
"groupName": "allowed django versions",
|
||||
"matchManagers": [
|
||||
"pep621"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"Django"
|
||||
],
|
||||
"matchManagers": ["pep621"],
|
||||
"matchPackageNames": ["Django"],
|
||||
"allowedVersions": "<5.2"
|
||||
},
|
||||
{
|
||||
"groupName": "allowed redis versions",
|
||||
"matchManagers": [
|
||||
"pep621"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"redis"
|
||||
],
|
||||
"matchManagers": ["pep621"],
|
||||
"matchPackageNames": ["redis"],
|
||||
"allowedVersions": "<6.0.0"
|
||||
},
|
||||
{
|
||||
@@ -36,6 +28,7 @@
|
||||
"matchPackageNames": [
|
||||
"eslint",
|
||||
"fetch-mock",
|
||||
"prosemirror-model",
|
||||
"node",
|
||||
"node-fetch",
|
||||
"workbox-webpack-plugin"
|
||||
|
||||
Reference in New Issue
Block a user