Skip to content

Commit

Permalink
chore: migrate to nx 19.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Aug 1, 2024
1 parent ff10d35 commit 7d9dbdb
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 181 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@microsoft/tsdoc": "0.14.2",
"@nx/devkit": "19.5.3",
"@nx/eslint": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/node": "19.5.3",
"@nx/plugin": "19.5.3",
"@nx/workspace": "19.5.3",
"@nx/devkit": "19.5.4",
"@nx/eslint": "19.5.4",
"@nx/eslint-plugin": "19.5.4",
"@nx/jest": "19.5.4",
"@nx/js": "19.5.4",
"@nx/node": "19.5.4",
"@nx/plugin": "19.5.4",
"@nx/workspace": "19.5.4",
"@octokit/rest": "18.12.0",
"@phenomnomnominal/tsquery": "6.1.3",
"@playwright/test": "1.44.0",
Expand Down Expand Up @@ -275,7 +275,7 @@
"monosize-bundler-webpack": "0.1.4",
"monosize-storage-azure": "0.0.14",
"node-plop": "0.25.0",
"nx": "19.5.3",
"nx": "19.5.4",
"p-queue": "6.6.2",
"parse-diff": "0.7.1",
"path-browserify": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/workspace-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check-graph": "node ./scripts/check-dep-graph.js"
},
"dependencies": {
"@nx/devkit": "~19.5.3"
"@nx/devkit": "~19.5.4"
},
"devDependencies": {}
}
Loading

0 comments on commit 7d9dbdb

Please sign in to comment.