AAE-25569 Fix dependencies (#10223)

* AAE-25569 Fix dependencies

* [ci:force]

* [ci:force]
This commit is contained in:
Pablo Martinez
2024-09-16 16:15:52 +02:00
committed by GitHub
parent 02587ecbb6
commit 851b627823
2 changed files with 9 additions and 6 deletions
+7 -4
View File
@@ -22,7 +22,6 @@
"@angular/router": "15.2.10",
"@apollo/client": "^3.10.2",
"@cspell/eslint-plugin": "^7.3.6",
"@editorjs/paragraph": "^2.11.6",
"@mat-datetimepicker/core": "11.0.3",
"@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "8.2.6",
@@ -35,7 +34,6 @@
"cropperjs": "1.6.2",
"date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"event-emitter": "^0.3.5",
"material-icons": "^1.13.12",
"minimatch-browser": "1.0.0",
@@ -66,6 +64,7 @@
"@editorjs/inline-code": "1.5.0",
"@editorjs/list": "1.9.0",
"@editorjs/marker": "1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/underline": "1.1.0",
"@nrwl/angular": "15.9.3",
"@nrwl/eslint-plugin-nx": "15.9.3",
@@ -99,6 +98,7 @@
"dotenv": "16.4.5",
"editorjs-html": "3.4.3",
"editorjs-paragraph-with-alignment": "3.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "1.13.1",
"ejs": "^3.1.10",
"eslint": "^8.47.0",
@@ -4616,6 +4616,7 @@
"version": "2.11.6",
"resolved": "https://registry.npmjs.org/@editorjs/paragraph/-/paragraph-2.11.6.tgz",
"integrity": "sha512-i9B50Ylvh+0ZzUGWIba09PfUXsA00Y//zFZMwqsyaXXKxMluSIJ6ADFJbbK0zaV9Ijx49Xocrlg+CEPRqATk9w==",
"dev": true,
"dependencies": {
"@codexteam/icons": "^0.0.4"
}
@@ -4623,7 +4624,8 @@
"node_modules/@editorjs/paragraph/node_modules/@codexteam/icons": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.4.tgz",
"integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q=="
"integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q==",
"dev": true
},
"node_modules/@editorjs/underline": {
"version": "1.1.0",
@@ -17626,7 +17628,8 @@
"node_modules/editorjs-text-alignment-blocktune": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/editorjs-text-alignment-blocktune/-/editorjs-text-alignment-blocktune-1.0.3.tgz",
"integrity": "sha512-DAJ2LJP+WjETvU4lVOJCqZ1kZkKHp0GkujkqZgza9DRv7bO46m1M/s2d5Ba5hPFdmqk1vA/ci++MQXgWD7mWYw=="
"integrity": "sha512-DAJ2LJP+WjETvU4lVOJCqZ1kZkKHp0GkujkqZgza9DRv7bO46m1M/s2d5Ba5hPFdmqk1vA/ci++MQXgWD7mWYw==",
"dev": true
},
"node_modules/editorjs-text-color-plugin": {
"version": "1.13.1",
+2 -2
View File
@@ -42,7 +42,6 @@
"@angular/router": "15.2.10",
"@apollo/client": "^3.10.2",
"@cspell/eslint-plugin": "^7.3.6",
"@editorjs/paragraph": "^2.11.6",
"@mat-datetimepicker/core": "11.0.3",
"@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "8.2.6",
@@ -55,7 +54,6 @@
"cropperjs": "1.6.2",
"date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"event-emitter": "^0.3.5",
"material-icons": "^1.13.12",
"minimatch-browser": "1.0.0",
@@ -86,6 +84,7 @@
"@editorjs/inline-code": "1.5.0",
"@editorjs/list": "1.9.0",
"@editorjs/marker": "1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/underline": "1.1.0",
"@nrwl/angular": "15.9.3",
"@nrwl/eslint-plugin-nx": "15.9.3",
@@ -119,6 +118,7 @@
"dotenv": "16.4.5",
"editorjs-html": "3.4.3",
"editorjs-paragraph-with-alignment": "3.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "1.13.1",
"ejs": "^3.1.10",
"eslint": "^8.47.0",