⬆️(dependencies) let docx dependencies be upgraded
Blocknote seems to manage the last version of docx, we do not have to pin it to a specific version anymore.
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
"matchManagers": ["npm"],
|
"matchManagers": ["npm"],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"@next/eslint-plugin-next",
|
"@next/eslint-plugin-next",
|
||||||
"docx",
|
|
||||||
"eslint-config-next",
|
"eslint-config-next",
|
||||||
"fetch-mock",
|
"fetch-mock",
|
||||||
"next",
|
"next",
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
"clsx": "2.1.1",
|
"clsx": "2.1.1",
|
||||||
"cmdk": "1.1.1",
|
"cmdk": "1.1.1",
|
||||||
"crisp-sdk-web": "1.0.27",
|
"crisp-sdk-web": "1.0.27",
|
||||||
"docx": "*",
|
|
||||||
"emoji-datasource-apple": "16.0.0",
|
"emoji-datasource-apple": "16.0.0",
|
||||||
"emoji-mart": "5.6.0",
|
"emoji-mart": "5.6.0",
|
||||||
"emoji-regex": "10.6.0",
|
"emoji-regex": "10.6.0",
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
"@types/node": "24.10.9",
|
"@types/node": "24.10.9",
|
||||||
"@types/react": "19.2.8",
|
"@types/react": "19.2.8",
|
||||||
"@types/react-dom": "19.2.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"docx": "9.5.0",
|
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.2",
|
||||||
"prosemirror-view": "1.41.4",
|
"prosemirror-view": "1.41.4",
|
||||||
"react": "19.2.3",
|
"react": "19.2.3",
|
||||||
|
|||||||
@@ -6943,7 +6943,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/node@*", "@types/node@22.10.7", "@types/node@24.10.9", "@types/node@>=13.7.0", "@types/node@^22.7.5":
|
"@types/node@*", "@types/node@22.10.7", "@types/node@24.10.9", "@types/node@>=13.7.0", "@types/node@^24.0.1":
|
||||||
version "24.10.9"
|
version "24.10.9"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
|
||||||
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
|
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
|
||||||
@@ -9228,12 +9228,12 @@ doctrine@^2.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
|
|
||||||
docx@*, docx@9.5.0, docx@^9.5.1:
|
docx@^9.5.1:
|
||||||
version "9.5.0"
|
version "9.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/docx/-/docx-9.5.0.tgz#586990c4ecf1c7e83290529997b33f2c029bbe68"
|
resolved "https://registry.yarnpkg.com/docx/-/docx-9.5.1.tgz#325c9c45dccf052e5780515d6068e80fdee81960"
|
||||||
integrity sha512-WZggg9vVujFcTyyzfIVBBIxlCk51QvhLWl87wtI2zuBdz8C8C0mpRhEVwA2DZd7dXyY0AVejcEVDT9vn7Xm9FA==
|
integrity sha512-ABDI7JEirFD2+bHhOBlsGZxaG1UgZb2M/QMKhLSDGgVNhxDesTCDcP+qoDnDGjZ4EOXTRfUjUgwHVuZ6VSTfWQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "^22.7.5"
|
"@types/node" "^24.0.1"
|
||||||
hash.js "^1.1.7"
|
hash.js "^1.1.7"
|
||||||
jszip "^3.10.1"
|
jszip "^3.10.1"
|
||||||
nanoid "^5.1.3"
|
nanoid "^5.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user