Skip to content

Commit

Permalink
chore: migrate to nx 19.0.8 (#31825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Jun 26, 2024
1 parent 459fefc commit 4cacb0a
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 199 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@microsoft/tsdoc": "0.14.2",
"@nx/devkit": "18.3.5",
"@nx/eslint": "18.3.5",
"@nx/eslint-plugin": "18.3.5",
"@nx/jest": "18.3.5",
"@nx/js": "18.3.5",
"@nx/node": "18.3.5",
"@nx/plugin": "18.3.5",
"@nx/workspace": "18.3.5",
"@nx/devkit": "19.0.8",
"@nx/eslint": "19.0.8",
"@nx/eslint-plugin": "19.0.8",
"@nx/jest": "19.0.8",
"@nx/js": "19.0.8",
"@nx/node": "19.0.8",
"@nx/plugin": "19.0.8",
"@nx/workspace": "19.0.8",
"@octokit/rest": "18.12.0",
"@phenomnomnominal/tsquery": "6.1.3",
"@playwright/test": "1.44.0",
Expand All @@ -122,7 +122,7 @@
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@storybook/theming": "6.5.15",
"@swc/cli": "0.1.62",
"@swc/cli": "0.3.14",
"@swc/core": "1.3.87",
"@swc/helpers": "0.5.1",
"@testing-library/dom": "8.11.3",
Expand Down Expand Up @@ -278,7 +278,7 @@
"monosize-bundler-webpack": "0.1.4",
"monosize-storage-azure": "0.0.14",
"node-plop": "0.25.0",
"nx": "18.3.5",
"nx": "19.0.8",
"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 @@ -10,7 +10,7 @@
"lint": "eslint --ext .ts,.js,.json ."
},
"dependencies": {
"@nx/devkit": "^18.3.5"
"@nx/devkit": "~19.0.8"
},
"devDependencies": {}
}
Loading

0 comments on commit 4cacb0a

Please sign in to comment.