File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ import { Schema } from './schema';
31
31
import { initGenerator } from '../init/init' ;
32
32
import { getRelativePathToRootTsConfig } from '@nrwl/workspace/src/utilities/typescript' ;
33
33
import {
34
- connectTypingsVersion ,
35
- connectVersion ,
36
34
esbuildVersion ,
37
35
expressTypingsVersion ,
38
36
expressVersion ,
@@ -277,10 +275,6 @@ function addProjectDependencies(
277
275
fastify : {
278
276
fastify : fastifyVersion ,
279
277
} ,
280
- connect : {
281
- connect : connectVersion ,
282
- '@types/connect' : connectTypingsVersion ,
283
- } ,
284
278
} ;
285
279
return addDependenciesToPackageJson (
286
280
tree ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,4 @@ export const koaTypingsVersion = '2.13.5';
14
14
15
15
export const fastifyVersion = '4.11.0' ;
16
16
17
- export const connectVersion = '3.7.0' ;
18
- export const connectTypingsVersion = '3.4.35' ;
19
-
20
17
export const axiosVersion = '^1.0.0' ;
You can’t perform that action at this time.
0 commit comments