Skip to content

Commit 55e9a52

Browse files
committed
fix: build dependency
1 parent fa0b11c commit 55e9a52

File tree

2 files changed

+73
-62
lines changed

2 files changed

+73
-62
lines changed

Diff for: package-lock.json

+67-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blog",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -13,18 +13,19 @@
1313
"crypto": false
1414
},
1515
"overrides": {
16-
"angularx-qrcode": {
16+
"ngx-webstorage": {
17+
"@angular/common": "$@angular/common",
1718
"@angular/core": "$@angular/core"
1819
}
1920
},
2021
"dependencies": {
2122
"@angular/animations": "^19.0.0",
22-
"@angular/cdk": "^18.2.11",
23+
"@angular/cdk": "^19.0.0",
2324
"@angular/common": "^19.0.0",
2425
"@angular/compiler": "^19.0.0",
2526
"@angular/core": "^19.0.0",
2627
"@angular/forms": "^19.0.0",
27-
"@angular/material": "^18.2.11",
28+
"@angular/material": "^19.0.0",
2829
"@angular/platform-browser": "^19.0.0",
2930
"@angular/platform-browser-dynamic": "^19.0.0",
3031
"@angular/pwa": "^19.0.1",
@@ -82,4 +83,4 @@
8283
"ts-node": "^10.9.1",
8384
"typescript": "^5.6.3"
8485
}
85-
}
86+
}

0 commit comments

Comments
 (0)