Fixed a dependency problem

This commit is contained in:
Vito Albano 2024-01-09 10:59:52 +00:00 committed by VitoAlbano
parent e4ef1abb85
commit 4df087a3ad

View File

@ -112,20 +112,20 @@
"@editorjs/inline-code": "1.4.0",
"@editorjs/marker": "1.2.2",
"@editorjs/underline": "^1.1.0",
"@nrwl/angular": "15.9.3",
"@nrwl/cli": "15.9.3",
"@nrwl/eslint-plugin-nx": "15.9.3",
"@nrwl/node": "15.9.3",
"@nrwl/storybook": "15.9.3",
"@nrwl/workspace": "15.9.3",
"@nrwl/angular": "15.9.7",
"@nrwl/cli": "15.9.7",
"@nrwl/eslint-plugin-nx": "15.9.7",
"@nrwl/node": "15.9.7",
"@nrwl/storybook": "15.9.7",
"@nrwl/workspace": "15.9.7",
"@paperist/types-remark": "0.1.3",
"@playwright/test": "^1.35.1",
"@quanzo/change-font-size": "1.0.0",
"@schematics/angular": "15.2.10",
"@storybook/addon-essentials": "6.5.16",
"@storybook/angular": "6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/core-server": "6.5.16",
"@storybook/addon-essentials": "7.6.7",
"@storybook/angular": "7.6.7",
"@storybook/builder-webpack5": "7.6.7",
"@storybook/core-server": "7.6.7",
"@storybook/manager-webpack5": "6.5.16",
"@types/ejs": "^3.1.5",
"@types/event-emitter": "^0.3.3",
@ -187,7 +187,7 @@
"npm-run-all": "^4.1.5",
"ng-packagr": "15.2.2",
"nock": "^13.3.8",
"nx": "15.9.3",
"nx": "15.9.7",
"postcss": "^8.4.31",
"postcss-sass": "^0.5.0",
"prettier": "2.8.8",
@ -249,3 +249,4 @@
"module": "./index.js",
"typings": "./index.d.ts"
}