Skip to content

Commit b1d6f0e

Browse files
authored
angular upgrade
1 parent 8c03549 commit b1d6f0e

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# These are development or CI artifacts that don't help end users run the samples.
33

44
# CI/CD and internal tooling
5-
.github/workflows/** export-ignore
5+
.github/** export-ignore
66

77
# Git-only files (not useful without a git repo)
88
.gitattributes export-ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ If you have any questions, feel free to [contact Dynamsoft support](https://www.
178178

179179
### Official Online Demo
180180

181-
- [**Official Online Demo**](https://demo.dynamsoft.com/barcode-reader-js): Try the Dynamsoft Barcode Reader JavaScript Edition demo (written in Vue) and see how it works in different modes!
181+
- [**Official Online Demo**](https://demo.dynamsoft.com/barcode-reader-js): Try the Dynamsoft Barcode Reader JavaScript Edition demo (written in Vue) and see how it works in different modes!

frameworks/angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "19.2.20",
14-
"@angular/common": "19.2.20",
15-
"@angular/compiler": "19.2.20",
16-
"@angular/core": "19.2.20",
17-
"@angular/forms": "19.2.20",
18-
"@angular/platform-browser": "19.2.20",
19-
"@angular/platform-browser-dynamic": "19.2.20",
20-
"@angular/router": "19.2.20",
13+
"@angular/animations": "20.3.25",
14+
"@angular/common": "20.3.25",
15+
"@angular/compiler": "20.3.25",
16+
"@angular/core": "20.3.25",
17+
"@angular/forms": "20.3.25",
18+
"@angular/platform-browser": "20.3.25",
19+
"@angular/platform-browser-dynamic": "20.3.25",
20+
"@angular/router": "20.3.25",
2121
"dynamsoft-barcode-reader-bundle": "11.4.2001",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "19.2.20",
28-
"@angular/cli": "19.2.20",
29-
"@angular/compiler-cli": "19.2.20",
27+
"@angular-devkit/build-angular": "20.3.25",
28+
"@angular/cli": "20.3.25",
29+
"@angular/compiler-cli": "20.3.25",
3030
"@types/jasmine": "~5.1.0",
3131
"jasmine-core": "~5.1.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.2.0",
3434
"karma-coverage": "~2.2.0",
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.1.0",
37-
"typescript": "~5.5"
37+
"typescript": "~5.8"
3838
}
3939
}

0 commit comments

Comments
 (0)