chore(repo): update to nx 18.1.0-beta.1 (#21900)

This commit is contained in:
Jack Hsu 2024-02-20 16:11:10 -05:00 committed by GitHub
parent 7ef1d3c1dd
commit abc0cf8450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 413 additions and 934 deletions

View File

@ -26,19 +26,19 @@
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@angular-devkit/architect": "~0.1702.0", "@angular-devkit/architect": "0.1702.0",
"@angular-devkit/build-angular": "~17.2.0", "@angular-devkit/build-angular": "17.2.0",
"@angular-devkit/core": "~17.2.0", "@angular-devkit/core": "17.2.0",
"@angular-devkit/schematics": "~17.2.0", "@angular-devkit/schematics": "17.2.0",
"@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1", "@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.2.0", "@angular/cli": "~17.2.0",
"@angular/common": "~17.2.0", "@angular/common": "17.2.1",
"@angular/compiler": "~17.2.0", "@angular/compiler": "17.2.1",
"@angular/compiler-cli": "~17.2.0", "@angular/compiler-cli": "17.2.1",
"@angular/core": "~17.2.0", "@angular/core": "17.2.1",
"@angular/router": "~17.2.0", "@angular/router": "17.2.1",
"@babel/core": "^7.23.2", "@babel/core": "^7.23.2",
"@babel/helper-create-regexp-features-plugin": "^7.22.9", "@babel/helper-create-regexp-features-plugin": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.23.2", "@babel/plugin-transform-runtime": "^7.23.2",
@ -65,21 +65,21 @@
"@ngrx/store": "17.0.1", "@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.10.0", "@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0", "@nuxt/schema": "^3.10.0",
"@nx/angular": "18.1.0-beta.0", "@nx/angular": "18.1.0-beta.1",
"@nx/cypress": "18.1.0-beta.0", "@nx/cypress": "18.1.0-beta.1",
"@nx/devkit": "18.1.0-beta.0", "@nx/devkit": "18.1.0-beta.1",
"@nx/esbuild": "18.1.0-beta.0", "@nx/esbuild": "18.1.0-beta.1",
"@nx/eslint": "18.1.0-beta.0", "@nx/eslint": "18.1.0-beta.1",
"@nx/eslint-plugin": "18.1.0-beta.0", "@nx/eslint-plugin": "18.1.0-beta.1",
"@nx/jest": "18.1.0-beta.0", "@nx/jest": "18.1.0-beta.1",
"@nx/js": "18.1.0-beta.0", "@nx/js": "18.1.0-beta.1",
"@nx/next": "18.1.0-beta.0", "@nx/next": "18.1.0-beta.1",
"@nx/playwright": "18.1.0-beta.0", "@nx/playwright": "18.1.0-beta.1",
"@nx/react": "18.1.0-beta.0", "@nx/react": "18.1.0-beta.1",
"@nx/storybook": "18.1.0-beta.0", "@nx/storybook": "18.1.0-beta.1",
"@nx/vite": "18.1.0-beta.0", "@nx/vite": "18.1.0-beta.1",
"@nx/web": "18.1.0-beta.0", "@nx/web": "18.1.0-beta.1",
"@nx/webpack": "18.1.0-beta.0", "@nx/webpack": "18.1.0-beta.1",
"@phenomnomnominal/tsquery": "~5.0.1", "@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1", "@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@ -93,7 +93,7 @@
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^7.0.0", "@rollup/plugin-url": "^7.0.0",
"@schematics/angular": "~17.2.0", "@schematics/angular": "17.2.0",
"@side/jest-runtime": "^1.1.0", "@side/jest-runtime": "^1.1.0",
"@storybook/addon-essentials": "7.5.3", "@storybook/addon-essentials": "7.5.3",
"@storybook/core-server": "7.5.3", "@storybook/core-server": "7.5.3",
@ -228,11 +228,11 @@
"mini-css-extract-plugin": "~2.4.7", "mini-css-extract-plugin": "~2.4.7",
"minimatch": "9.0.3", "minimatch": "9.0.3",
"next-sitemap": "^3.1.10", "next-sitemap": "^3.1.10",
"ng-packagr": "~17.2.0", "ng-packagr": "17.2.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1", "npm-package-arg": "11.0.1",
"nuxt": "^3.10.0", "nuxt": "^3.10.0",
"nx": "18.1.0-beta.0", "nx": "18.1.0-beta.1",
"octokit": "^2.0.14", "octokit": "^2.0.14",
"open": "^8.4.0", "open": "^8.4.0",
"openai": "~4.3.1", "openai": "~4.3.1",

1293
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff