Skip to content
Open
2,181 changes: 1,095 additions & 1,086 deletions examples/angular/package-lock.json

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.17",
"@angular/common": "^21.2.17",
"@angular/compiler": "^21.2.17",
"@angular/core": "^21.2.17",
"@angular/forms": "^21.2.17",
"@angular/platform-browser": "^21.2.17",
"@angular/platform-browser-dynamic": "^21.2.17",
"@angular/router": "^21.2.17",
"@angular/animations": "^21.2.22",
"@angular/common": "^21.2.22",
"@angular/compiler": "^21.2.22",
"@angular/core": "^21.2.22",
"@angular/forms": "^21.2.22",
"@angular/platform-browser": "^21.2.22",
"@angular/platform-browser-dynamic": "^21.2.22",
"@angular/router": "^21.2.22",
"@nutrient-sdk/viewer": "1.21.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.16",
"@angular/cli": "^21.2.16",
"@angular/compiler-cli": "^21.2.17",
"@angular-devkit/build-angular": "^21.2.23",
"@angular/cli": "^21.2.23",
"@angular/compiler-cli": "^21.2.22",
"@types/jasmine": "~5.1.15",
"express": "^5.2.1",
"jasmine-core": "~5.12.1",
Expand All @@ -52,6 +52,7 @@
"uuid": "^11.1.1",
"vite": "^7.3.5",
"launch-editor": "^2.14.1",
"less": "^4.9.1",
"brace-expansion@1": "^2.1.3",
"brace-expansion@2": "^2.1.3",
"@hono/node-server": "^2.0.5",
Expand Down
Loading
Loading