Skip to content

Commit

Permalink
chore(repo): update to nx 18.1.0-beta.1 (#21900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Feb 20, 2024
1 parent 7ef1d3c commit abc0cf8
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 917 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@angular-devkit/architect": "~0.1702.0",
"@angular-devkit/build-angular": "~17.2.0",
"@angular-devkit/core": "~17.2.0",
"@angular-devkit/schematics": "~17.2.0",
"@angular-devkit/architect": "0.1702.0",
"@angular-devkit/build-angular": "17.2.0",
"@angular-devkit/core": "17.2.0",
"@angular-devkit/schematics": "17.2.0",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.2.0",
"@angular/common": "~17.2.0",
"@angular/compiler": "~17.2.0",
"@angular/compiler-cli": "~17.2.0",
"@angular/core": "~17.2.0",
"@angular/router": "~17.2.0",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/compiler-cli": "17.2.1",
"@angular/core": "17.2.1",
"@angular/router": "17.2.1",
"@babel/core": "^7.23.2",
"@babel/helper-create-regexp-features-plugin": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.23.2",
Expand All @@ -65,21 +65,21 @@
"@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "18.1.0-beta.0",
"@nx/cypress": "18.1.0-beta.0",
"@nx/devkit": "18.1.0-beta.0",
"@nx/esbuild": "18.1.0-beta.0",
"@nx/eslint": "18.1.0-beta.0",
"@nx/eslint-plugin": "18.1.0-beta.0",
"@nx/jest": "18.1.0-beta.0",
"@nx/js": "18.1.0-beta.0",
"@nx/next": "18.1.0-beta.0",
"@nx/playwright": "18.1.0-beta.0",
"@nx/react": "18.1.0-beta.0",
"@nx/storybook": "18.1.0-beta.0",
"@nx/vite": "18.1.0-beta.0",
"@nx/web": "18.1.0-beta.0",
"@nx/webpack": "18.1.0-beta.0",
"@nx/angular": "18.1.0-beta.1",
"@nx/cypress": "18.1.0-beta.1",
"@nx/devkit": "18.1.0-beta.1",
"@nx/esbuild": "18.1.0-beta.1",
"@nx/eslint": "18.1.0-beta.1",
"@nx/eslint-plugin": "18.1.0-beta.1",
"@nx/jest": "18.1.0-beta.1",
"@nx/js": "18.1.0-beta.1",
"@nx/next": "18.1.0-beta.1",
"@nx/playwright": "18.1.0-beta.1",
"@nx/react": "18.1.0-beta.1",
"@nx/storybook": "18.1.0-beta.1",
"@nx/vite": "18.1.0-beta.1",
"@nx/web": "18.1.0-beta.1",
"@nx/webpack": "18.1.0-beta.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand All @@ -93,7 +93,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^7.0.0",
"@schematics/angular": "~17.2.0",
"@schematics/angular": "17.2.0",
"@side/jest-runtime": "^1.1.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/core-server": "7.5.3",
Expand Down Expand Up @@ -228,11 +228,11 @@
"mini-css-extract-plugin": "~2.4.7",
"minimatch": "9.0.3",
"next-sitemap": "^3.1.10",
"ng-packagr": "~17.2.0",
"ng-packagr": "17.2.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "18.1.0-beta.0",
"nx": "18.1.0-beta.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
Loading

0 comments on commit abc0cf8

Please sign in to comment.