File tree 5 files changed +6
-6
lines changed
packages/angular_devkit/build_angular
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
"terser" : " 5.29.1" ,
62
62
"tree-kill" : " 1.2.2" ,
63
63
"tslib" : " 2.6.2" ,
64
- "undici" : " 6.11.1" ,
65
64
"vite" : " ~5.4.17" ,
66
65
"watchpack" : " 2.4.0" ,
67
66
"webpack" : " 5.94.0" ,
Original file line number Diff line number Diff line change 9
9
import { Architect , BuilderRun } from '@angular-devkit/architect' ;
10
10
import { DevServerBuilderOutput } from '@angular-devkit/build-angular' ;
11
11
import { tags } from '@angular-devkit/core' ;
12
+ // eslint-disable-next-line import/no-extraneous-dependencies
12
13
import { Agent , getGlobalDispatcher , setGlobalDispatcher } from 'undici' ;
13
14
import { createArchitect , host } from '../../../testing/test-utils' ;
14
15
Original file line number Diff line number Diff line change 9
9
import { Architect } from '@angular-devkit/architect' ;
10
10
// eslint-disable-next-line import/no-extraneous-dependencies
11
11
import * as browserSync from 'browser-sync' ;
12
+ // eslint-disable-next-line import/no-extraneous-dependencies
12
13
import { Agent , getGlobalDispatcher , setGlobalDispatcher } from 'undici' ;
13
14
import { createArchitect , host } from '../../../testing/test-utils' ;
14
15
import { SSRDevServerBuilderOutput } from '../index' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { lookup as lookupMimeType } from 'mrmime';
10
10
import { readFile } from 'node:fs/promises' ;
11
11
import { extname } from 'node:path' ;
12
12
import { workerData } from 'node:worker_threads' ;
13
- import { Response , fetch } from 'undici' ;
14
13
15
14
/**
16
15
* This is passed as workerData when setting up the worker via the `piscina` package.
Original file line number Diff line number Diff line change @@ -14782,10 +14782,10 @@ vite@5.0.12:
14782
14782
optionalDependencies:
14783
14783
fsevents "~2.3.3"
14784
14784
14785
- vite@5.4.16 :
14786
- version "5.4.16 "
14787
- resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.16 .tgz#471983257a890ef33f2700cbbbc2134f2d08abf1 "
14788
- integrity sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ ==
14785
+ vite@~ 5.4.17 :
14786
+ version "5.4.17 "
14787
+ resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.17 .tgz#4bf61dd4cdbf64b0d6661f5dba76954cc81d5082 "
14788
+ integrity sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg ==
14789
14789
dependencies:
14790
14790
esbuild "^0.21.3"
14791
14791
postcss "^8.4.43"
You can’t perform that action at this time.
0 commit comments