Skip to content

Commit

Permalink
chore(repo): update nx to 17.3.0-rc.1 (nrwl#21360)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jan 29, 2024
1 parent e335b9f commit 7a62f41
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 875 deletions.
18 changes: 12 additions & 6 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,24 @@
"workspaceChangelog": {
"createRelease": "github",
"file": false
},
"git": {
"commit": false,
"stageChanges": false,
"tag": false
}
},
"version": {
"generatorOptions": {
"packageRoot": "build/packages/{projectName}",
"currentVersionResolver": "registry"
"currentVersionResolver": "registry",
"skipLockFileUpdate": true
},
"git": {
"commit": false,
"stageChanges": false,
"tag": false
}
},
"git": {
"commit": false,
"stageChanges": false,
"tag": false
}
},
"targetDefaults": {
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema": "^3.8.1",
"@nx/angular": "17.3.0-beta.5",
"@nx/cypress": "17.3.0-beta.5",
"@nx/devkit": "17.3.0-beta.5",
"@nx/esbuild": "17.3.0-beta.5",
"@nx/eslint": "17.3.0-beta.5",
"@nx/eslint-plugin": "17.3.0-beta.5",
"@nx/jest": "17.3.0-beta.5",
"@nx/js": "17.3.0-beta.5",
"@nx/next": "17.3.0-beta.5",
"@nx/playwright": "17.3.0-beta.5",
"@nx/react": "17.3.0-beta.5",
"@nx/storybook": "17.3.0-beta.5",
"@nx/vite": "17.3.0-beta.5",
"@nx/web": "17.3.0-beta.5",
"@nx/webpack": "17.3.0-beta.5",
"@nx/angular": "17.3.0-rc.1",
"@nx/cypress": "17.3.0-rc.1",
"@nx/devkit": "17.3.0-rc.1",
"@nx/esbuild": "17.3.0-rc.1",
"@nx/eslint": "17.3.0-rc.1",
"@nx/eslint-plugin": "17.3.0-rc.1",
"@nx/jest": "17.3.0-rc.1",
"@nx/js": "17.3.0-rc.1",
"@nx/next": "17.3.0-rc.1",
"@nx/playwright": "17.3.0-rc.1",
"@nx/react": "17.3.0-rc.1",
"@nx/storybook": "17.3.0-rc.1",
"@nx/vite": "17.3.0-rc.1",
"@nx/web": "17.3.0-rc.1",
"@nx/webpack": "17.3.0-rc.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -233,7 +233,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxi": "^3.10.0",
"nx": "17.3.0-beta.5",
"nx": "17.3.0-rc.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -374,3 +374,4 @@
]
}
}

Loading

0 comments on commit 7a62f41

Please sign in to comment.