Skip to content

Commit

Permalink
chore: update to latest nx
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 21, 2024
1 parent ad55962 commit 632f6d9
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 152 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ apps/vscode-e2e/.screenshots

.nx/cache
.nx/workspace-data
.nx/powerpack
**/cypress/downloads
migrations.json
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"devDependencies": {
"@babel/core": "7.21.0",
"@chromatic-com/storybook": "^1",
"@nx/cypress": "20.1.1",
"@nx/devkit": "20.1.1",
"@nx/esbuild": "20.1.1",
"@nx/eslint": "20.1.1",
"@nx/eslint-plugin": "20.1.1",
"@nx/gradle": "20.1.1",
"@nx/jest": "20.1.1",
"@nx/js": "20.1.1",
"@nx/node": "20.1.1",
"@nx/cypress": "20.1.2",
"@nx/devkit": "20.1.2",
"@nx/esbuild": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/gradle": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/node": "20.1.2",
"@nx/powerpack-conformance": "1.1.0-beta.4",
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.4",
"@nx/powerpack-owners": "1.1.0-beta.4",
"@nx/storybook": "20.1.1",
"@nx/web": "20.1.1",
"@nx/webpack": "20.1.1",
"@nx/workspace": "20.1.1",
"@nx/storybook": "20.1.2",
"@nx/web": "20.1.2",
"@nx/webpack": "20.1.2",
"@nx/workspace": "20.1.2",
"@schematics/angular": "18.1.0",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-knobs": "^8.0.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"jest-preset-angular": "14.1.1",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"nx": "20.1.1",
"nx": "20.1.2",
"ovsx": "^0.7.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
Expand Down
Loading

0 comments on commit 632f6d9

Please sign in to comment.