Skip to content

Commit d3e3b9f

Browse files
chore(deps): pin dependencies
1 parent e91b27d commit d3e3b9f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@
2121
"tslib": "2.8.1"
2222
},
2323
"devDependencies": {
24-
"@angular-builders/jest": "^20.0.0",
25-
"@angular-devkit/build-angular": "^20.0.0",
26-
"@angular-eslint/builder": "^20.2.0",
27-
"@angular/build": "^20.2.1",
28-
"@angular/cli": "^20.2.0",
29-
"@angular/compiler-cli": "^20.2.1",
30-
"@angular/localize": "^20.2.1",
24+
"@angular-builders/jest": "20.0.0",
25+
"@angular-devkit/build-angular": "20.3.2",
26+
"@angular-eslint/builder": "20.3.0",
27+
"@angular/build": "20.3.2",
28+
"@angular/cli": "20.3.2",
29+
"@angular/compiler-cli": "20.3.1",
30+
"@angular/localize": "20.3.1",
3131
"@briebug/jest-schematic": "6.0.0",
3232
"@openmfp/portal-ui-lib": "0.181.7",
3333
"@openmfp/config-prettier": "0.8.1",
34-
"@types/jest": "^30.0.0",
34+
"@types/jest": "30.0.0",
3535
"@types/jmespath": "0.15.2",
3636
"@types/jsonpath": "0.2.4",
3737
"@ui5/webcomponents-ngx": "0.5.6",
3838
"kubernetes-types": "1.30.0",
3939
"cpx2": "8.0.0",
40-
"jest": "^29.7.0",
40+
"jest": "29.7.0",
4141
"jest-jasmine2": "29.7.0",
4242
"jest-junit": "16.0.0",
4343
"jest-mock-extended": "3.0.7",
4444
"jmespath": "0.16.0",
4545
"mkdirp": "3.0.1",
4646
"move-cli": "2.0.0",
47-
"ng-packagr": "^20.2.0",
48-
"ngx-build-plus": "^20.0.0",
47+
"ng-packagr": "20.3.0",
48+
"ngx-build-plus": "20.0.0",
4949
"nodemon": "3.1.10",
5050
"rimraf": "6.0.1",
51-
"ts-jest": "29.3.2",
52-
"typescript": "~5.8.0"
51+
"ts-jest": "29.4.5",
52+
"typescript": "5.8.3"
5353
}
5454
}

projects/lib/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"prettier": "@openmfp/config-prettier",
88
"peerDependencies": {
99
"@openmfp/portal-ui-lib": "0.181.7",
10-
"@angular/common": "^19.0.0 || ^20.0.0",
11-
"@angular/compiler": "^19.0.0 || ^20.0.0",
12-
"@angular/core": "^19.0.0 || ^20.0.0",
13-
"@angular/elements": "^19.0.0 || ^20.0.0",
14-
"@angular/forms": "^19.0.0 || ^20.0.0",
15-
"@angular/platform-browser": "^19.0.0 || ^20.0.0",
16-
"@angular/platform-browser-dynamic": "^19.0.0 || ^20.0.0",
17-
"@angular/router": "^19.0.0 || ^20.0.0",
10+
"@angular/common": "20.3.7",
11+
"@angular/compiler": "20.3.7",
12+
"@angular/core": "20.3.7",
13+
"@angular/elements": "20.3.7",
14+
"@angular/forms": "20.3.7",
15+
"@angular/platform-browser": "20.3.7",
16+
"@angular/platform-browser-dynamic": "20.3.7",
17+
"@angular/router": "20.3.7",
1818
"@ui5/webcomponents-ngx": "0.5.6",
19-
"apollo-angular": "^10.0.0 || ^11.0.0",
19+
"apollo-angular": "11.0.0",
2020
"gql-query-builder": "3.8.0",
2121
"graphql": "16.11.0",
2222
"graphql-sse": "2.6.0",
23-
"rxjs": "~7.8.0",
24-
"zone.js": "~0.15.1",
23+
"rxjs": "7.8.2",
24+
"zone.js": "0.15.1",
2525
"jsonpath": "1.1.1"
2626
}
2727
}

0 commit comments

Comments
 (0)