chore(repo): update nx to 17.3.0-rc.1 (#21360)

This commit is contained in:
Jason Jean 2024-01-29 15:34:30 -05:00 committed by GitHub
parent e335b9f6ea
commit 7a62f4156c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 391 additions and 876 deletions

18
nx.json
View File

@ -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": {

View File

@ -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",
@ -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",
@ -374,3 +374,4 @@
]
}
}

1216
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff