Skip to content

Commit ebec12f

Browse files
author
Ryan Clements
authored
Merge pull request #55 from mantis-apps/patch-nx
fix: hardcode nx version to 18.2.4
2 parents 8f35e81 + ad71fce commit ebec12f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

templates/mantis-todo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"@ionic/angular-toolkit": "^11.0.1",
4646
"@ionic/cli": "^7.2.0",
4747
"@ngtools/webpack": "^17.3.4",
48-
"@nx/angular": "^18.2.4",
49-
"@nx/cypress": "^18.2.4",
50-
"@nx/devkit": "^18.2.4",
51-
"@nx/eslint": "^18.2.4",
52-
"@nx/eslint-plugin": "^18.2.4",
53-
"@nx/jest": "^18.2.4",
54-
"@nx/js": "^18.2.4",
55-
"@nx/storybook": "^18.2.4",
56-
"@nx/vite": "^18.2.4",
57-
"@nx/web": "^18.2.4",
58-
"@nx/webpack": "^18.2.4",
59-
"@nx/workspace": "^18.2.4",
48+
"@nx/angular": "18.2.4",
49+
"@nx/cypress": "18.2.4",
50+
"@nx/devkit": "18.2.4",
51+
"@nx/eslint": "18.2.4",
52+
"@nx/eslint-plugin": "18.2.4",
53+
"@nx/jest": "18.2.4",
54+
"@nx/js": "18.2.4",
55+
"@nx/storybook": "18.2.4",
56+
"@nx/vite": "18.2.4",
57+
"@nx/web": "18.2.4",
58+
"@nx/webpack": "18.2.4",
59+
"@nx/workspace": "18.2.4",
6060
"@schematics/angular": "^17.3.3",
6161
"@storybook/addon-essentials": "^8.0.2",
6262
"@storybook/addon-interactions": "^8.0.2",
@@ -82,7 +82,7 @@
8282
"msw": "^1.3.2",
8383
"msw-storybook-addon": "^1.10.0",
8484
"native-run": "^2.0.1",
85-
"nx": "^18.2.4",
85+
"nx": "18.2.4",
8686
"postcss": "^8.4.5",
8787
"prettier": "^3.2.5",
8888
"prettier-plugin-tailwindcss": "^0.5.12",

0 commit comments

Comments
 (0)