Skip to content

Commit

Permalink
build: update to Nx 15.7.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Feb 16, 2023
1 parent 7bc63e6 commit 26a6387
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 123 deletions.
21 changes: 0 additions & 21 deletions angular.json

This file was deleted.

21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/platform-server": "15.1.2",
"@angular/router": "15.1.2",
"@astrojs/react": "^2.0.2",
"@nrwl/angular": "15.6.3",
"@nrwl/angular": "15.7.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"front-matter": "^4.0.2",
Expand All @@ -60,6 +60,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.3",
"@angular-devkit/core": "~15.1.3",
"@angular-devkit/schematics": "~15.1.3",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
Expand All @@ -70,14 +72,15 @@
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@ngtools/webpack": "~15.1.3",
"@nrwl/cli": "15.6.3",
"@nrwl/cypress": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/vite": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@nrwl/cli": "15.7.0",
"@nrwl/cypress": "15.7.0",
"@nrwl/eslint-plugin-nx": "15.7.0",
"@nrwl/jest": "15.7.0",
"@nrwl/linter": "15.7.0",
"@nrwl/vite": "15.7.0",
"@nrwl/workspace": "15.7.0",
"@nx-plus/docusaurus": "15.0.0-rc.0",
"@schematics/angular": "~15.1.3",
"@swc/helpers": "^0.4.14",
"@types/jest": "29.4.0",
"@types/marked": "^4.0.8",
Expand All @@ -101,7 +104,7 @@
"minimist": "^1.2.7",
"ng-packagr": "~15.1.1",
"nitropack": "^1.0.0",
"nx": "15.6.3",
"nx": "15.7.0",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/astro-angular/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/// <reference types="vitest" />

import { defineConfig } from 'vite';
import { offsetFromRoot } from '@nrwl/devkit';
import pkg from '@nrwl/devkit';
const { offsetFromRoot } = pkg;

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
Expand Down
5 changes: 3 additions & 2 deletions packages/create-analog/template-angular-v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",
"@nrwl/angular": "~15.4.0",
"@nrwl/angular": "^15.7.0",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
Expand All @@ -34,7 +34,8 @@
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@nrwl/vite": "~15.4.0",
"@nrwl/vite": "^15.7.0",
"nx": "^15.7.0",
"jsdom": "^20.0.0",
"typescript": "~4.8.4",
"vite": "^4.0.3",
Expand Down
Loading

0 comments on commit 26a6387

Please sign in to comment.