File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
"compile" : " npm run clean && ngc" ,
8
8
"build" : " ng-packagr -p ng-package.json" ,
9
9
"release" : " release --deps @uirouter/core @uirouter/rx" ,
10
- "check-peer-dependencies" : " check-peer-dependencies" ,
10
+ "check-peer-dependencies" : " check-peer-dependencies --runOnlyOnRootDependencies " ,
11
11
"test" : " jest --rootDir test" ,
12
12
"test:watch" : " jest --rootDir test --watchAll" ,
13
13
"test:debug" : " node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand" ,
49
49
"@uirouter/rx" : " ^1.0.0"
50
50
},
51
51
"devDependencies" : {
52
- "@angular-devkit/build-angular" : " ^14.1 .0" ,
52
+ "@angular-devkit/build-angular" : " ^14.0 .0" ,
53
53
"@angular/animations" : " ^14.0.0" ,
54
54
"@angular/common" : " ^14.0.0" ,
55
55
"@angular/compiler" : " ^14.0.0" ,
71
71
"pretty-quick" : " ^3.1.2" ,
72
72
"rxjs" : " 6.6.7" ,
73
73
"rxjs-compat" : " ^6.5.4" ,
74
+ "schema-utils" : " ^4.0.0" ,
74
75
"ts-node" : " 10.4.0" ,
75
76
"tslint" : " ^6.1.0" ,
76
77
"typescript" : " ~4.6.2" ,
You can’t perform that action at this time.
0 commit comments