Skip to content

Commit

Permalink
Fixed a dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jul 1, 2024
1 parent dce2cca commit cd1233c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -249,3 +249,4 @@
"module": "./index.js",
"typings": "./index.d.ts"
}

0 comments on commit cd1233c

Please sign in to comment.