AAE-20420 Update package.json for editor.js (#9344)

* AAE-20420 Update package.json

* AAE-20420 Update general package.json

* AAE-20420 Update inner package.json

* AAE-20420 Update order

* AAE-20420 Update inner package with node 18

* AAE-20420 Add .nvmrc
This commit is contained in:
Wiktor Danielewski
2024-02-16 13:47:37 +01:00
committed by GitHub
parent 05d23bc8a5
commit 1331a6d7ce
5 changed files with 156 additions and 126 deletions
+29 -18
View File
@@ -24,10 +24,6 @@
"@angular/router": "14.1.3",
"@apollo/client": "^3.8.4",
"@cspell/eslint-plugin": "^7.3.6",
"@editorjs/editorjs": "^2.29.0",
"@editorjs/header": "2.8.1",
"@editorjs/list": "1.9.0",
"@editorjs/underline": "1.1.0",
"@mat-datetimepicker/core": "^10.1.1",
"@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "^7.6.5",
@@ -38,8 +34,6 @@
"cropperjs": "1.5.13",
"date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0",
"editorjs-html": "3.4.3",
"editorjs-paragraph-with-alignment": "3.0.0",
"event-emitter": "^0.3.5",
"material-icons": "^1.13.12",
"minimatch-browser": "1.0.0",
@@ -62,9 +56,13 @@
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "~14.2.12",
"@angular/compiler-cli": "14.1.3",
"@editorjs/code": "2.8.0",
"@editorjs/inline-code": "1.4.0",
"@editorjs/code": "2.9.0",
"@editorjs/editorjs": "^2.29.0",
"@editorjs/header": "2.8.1",
"@editorjs/inline-code": "1.5.0",
"@editorjs/list": "1.9.0",
"@editorjs/marker": "1.4.0",
"@editorjs/underline": "1.1.0",
"@nrwl/angular": "14.8.9",
"@nrwl/cli": "14.8.9",
"@nrwl/eslint-plugin-nx": "14.5.4",
@@ -97,7 +95,9 @@
"commander": "6.2.1",
"css-loader": "^6.8.1",
"dotenv": "16.1.3",
"editorjs-text-color-plugin": "2.0.3",
"editorjs-html": "3.4.3",
"editorjs-paragraph-with-alignment": "3.0.0",
"editorjs-text-color-plugin": "2.0.4",
"ejs": "^3.1.9",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
@@ -3440,6 +3440,7 @@
},
"node_modules/@codexteam/icons": {
"version": "0.0.5",
"dev": true,
"license": "MIT"
},
"node_modules/@colors/colors": {
@@ -4393,9 +4394,10 @@
}
},
"node_modules/@editorjs/code": {
"version": "2.8.0",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@editorjs/code/-/code-2.9.0.tgz",
"integrity": "sha512-QNOWxF29j6mYl/gM5HJzeGOt3s4laoZCUbuRqj6RkIvLBWMU+ASwjckEiouA61hcYUOMfpw4vQjzhsfC7xm/vA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@codexteam/icons": "^0.0.5"
}
@@ -4403,20 +4405,23 @@
"node_modules/@editorjs/editorjs": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.29.0.tgz",
"integrity": "sha512-w2BVboSHokMBd/cAOZn0UU328o3gSZ8XUvFPA2e9+ciIGKILiRSPB70kkNdmhHkuNS3q2px+vdaIFaywBl7wGA=="
"integrity": "sha512-w2BVboSHokMBd/cAOZn0UU328o3gSZ8XUvFPA2e9+ciIGKILiRSPB70kkNdmhHkuNS3q2px+vdaIFaywBl7wGA==",
"dev": true
},
"node_modules/@editorjs/header": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@editorjs/header/-/header-2.8.1.tgz",
"integrity": "sha512-y0HVXRP7m2W617CWo3fsb5HhXmSLaRpb9GzFx0Vkp/HEm9Dz5YO1s8tC7R8JD3MskwoYh7V0hRFQt39io/r6hA==",
"dev": true,
"dependencies": {
"@codexteam/icons": "^0.0.5"
}
},
"node_modules/@editorjs/inline-code": {
"version": "1.4.0",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@editorjs/inline-code/-/inline-code-1.5.0.tgz",
"integrity": "sha512-5i6BCOG8eOg4/6qGoLJuL6XSZZg834zIByDW8K80doM1L7ss/VqtLY0nrB2Q5bfs1KA0tOlVHOfjE4JD4438FQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@codexteam/icons": "^0.0.5"
}
@@ -4425,12 +4430,14 @@
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@editorjs/list/-/list-1.9.0.tgz",
"integrity": "sha512-BQEvZW4vi0O0dBvGNljiKxiE89vMSHoM2Tu2OzKUndoj7pY9AxqpgCh1qvwIVsJAlG4Lbt/vBFQilnoStMmI6A==",
"dev": true,
"dependencies": {
"@codexteam/icons": "^0.0.4"
}
},
"node_modules/@editorjs/list/node_modules/@codexteam/icons": {
"version": "0.0.4",
"dev": true,
"license": "MIT"
},
"node_modules/@editorjs/marker": {
@@ -4444,6 +4451,7 @@
},
"node_modules/@editorjs/underline": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@codexteam/icons": "^0.0.6"
@@ -4451,6 +4459,7 @@
},
"node_modules/@editorjs/underline/node_modules/@codexteam/icons": {
"version": "0.0.6",
"dev": true,
"license": "MIT"
},
"node_modules/@es-joy/jsdoccomment": {
@@ -30353,16 +30362,18 @@
"node_modules/editorjs-html": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/editorjs-html/-/editorjs-html-3.4.3.tgz",
"integrity": "sha512-HMqQ3BCE98uhSpJsbfH0c3CoMctUMCHlap2Eq/7/VjaHas+g3IJqyf+ERtMByoQCzvcW22ISYaZEeE7rGkd8Xg=="
"integrity": "sha512-HMqQ3BCE98uhSpJsbfH0c3CoMctUMCHlap2Eq/7/VjaHas+g3IJqyf+ERtMByoQCzvcW22ISYaZEeE7rGkd8Xg==",
"dev": true
},
"node_modules/editorjs-paragraph-with-alignment": {
"version": "3.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/editorjs-text-color-plugin": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-2.0.3.tgz",
"integrity": "sha512-4ASQg4s0wpHLRi8+U9IOyFLQVXrI12MiAKCgf1AUEAEngYuRrwmuElLHQgJWeM2o8TruP8VkrT7UT7G2vTrJMA==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-2.0.4.tgz",
"integrity": "sha512-QpibTkOxs3ndlKNOLT8ZlC4ktc3/eKIajiLO0Jm/hh9AJug/CrM1/rAvHy+ldfUKavbWeI+YZvgjad0YTyoyGw==",
"dev": true
},
"node_modules/ee-first": {