Skip to content

Commit f6b7de8

Browse files
author
Devlin Junker
committed
update check-peer-depencies and angular-devkit version
1 parent 3b5d50c commit f6b7de8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"compile": "npm run clean && ngc",
88
"build": "ng-packagr -p ng-package.json",
99
"release": "release --deps @uirouter/core @uirouter/rx",
10-
"check-peer-dependencies": "check-peer-dependencies",
10+
"check-peer-dependencies": "check-peer-dependencies --runOnlyOnRootDependencies",
1111
"test": "jest --rootDir test",
1212
"test:watch": "jest --rootDir test --watchAll",
1313
"test:debug": "node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand",
@@ -49,7 +49,7 @@
4949
"@uirouter/rx": "^1.0.0"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "^14.1.0",
52+
"@angular-devkit/build-angular": "^14.0.0",
5353
"@angular/animations": "^14.0.0",
5454
"@angular/common": "^14.0.0",
5555
"@angular/compiler": "^14.0.0",
@@ -71,6 +71,7 @@
7171
"pretty-quick": "^3.1.2",
7272
"rxjs": "6.6.7",
7373
"rxjs-compat": "^6.5.4",
74+
"schema-utils": "^4.0.0",
7475
"ts-node": "10.4.0",
7576
"tslint": "^6.1.0",
7677
"typescript": "~4.6.2",

0 commit comments

Comments
 (0)