Skip to content

Commit d990393

Browse files
committed
chore: update deps for angular packages to ^19.0.0
1 parent 0c9ee8b commit d990393

File tree

3 files changed

+61
-52
lines changed

3 files changed

+61
-52
lines changed

package.json

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
{
22
"name": "ngx-json-treeview",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"license": "Apache-2.0",
5+
"author": {
6+
"name": "Michael J Doyle",
7+
"email": "[email protected]"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/MichaelDoyle/ngx-json-treeview"
12+
},
13+
"keywords": [
14+
"angular",
15+
"ngx",
16+
"json",
17+
"treeview"
18+
],
519
"scripts": {
620
"build": "pnpm run build:lib && pnpm run build:demo",
721
"build:lib": "ng build ngx-json-treeview",
@@ -17,23 +31,23 @@
1731
},
1832
"private": true,
1933
"dependencies": {
20-
"@angular/animations": "^19.2.6",
21-
"@angular/cdk": "^19.2.9",
22-
"@angular/common": "^19.2.6",
23-
"@angular/compiler": "^19.2.6",
24-
"@angular/core": "^19.2.6",
25-
"@angular/forms": "^19.2.6",
26-
"@angular/platform-browser": "^19.2.6",
27-
"@angular/platform-browser-dynamic": "^19.2.6",
28-
"@angular/router": "^19.2.6",
34+
"@angular/animations": "^19.0.0",
35+
"@angular/cdk": "^19.0.0",
36+
"@angular/common": "^19.0.0",
37+
"@angular/compiler": "^19.0.0",
38+
"@angular/core": "^19.0.0",
39+
"@angular/forms": "^19.0.0",
40+
"@angular/platform-browser": "^19.0.0",
41+
"@angular/platform-browser-dynamic": "^19.0.0",
42+
"@angular/router": "^19.0.0",
2943
"rxjs": "~7.8.0",
3044
"tslib": "^2.3.0",
3145
"zone.js": "~0.15.0"
3246
},
3347
"devDependencies": {
34-
"@angular-devkit/build-angular": "^19.2.7",
35-
"@angular/cli": "^19.2.7",
36-
"@angular/compiler-cli": "^19.2.6",
48+
"@angular-devkit/build-angular": "^19.0.0",
49+
"@angular/cli": "^19.0.0",
50+
"@angular/compiler-cli": "^19.0.0",
3751
"@types/jasmine": "~5.1.0",
3852
"cpy-cli": "^5.0.0",
3953
"jasmine-core": "~5.2.0",
@@ -42,7 +56,7 @@
4256
"karma-coverage": "~2.2.0",
4357
"karma-jasmine": "~5.1.0",
4458
"karma-jasmine-html-reporter": "~2.1.0",
45-
"ng-packagr": "^19.2.2",
59+
"ng-packagr": "^19.0.0",
4660
"prettier": "^3.5.3",
4761
"prettier-plugin-css-order": "^2.1.2",
4862
"prettier-plugin-organize-imports": "^4.1.0",

pnpm-lock.yaml

Lines changed: 16 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/ngx-json-treeview/package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
{
22
"name": "ngx-json-treeview",
3-
"version": "19.0.1",
3+
"version": "19.0.2",
44
"license": "Apache-2.0",
5+
"author": {
6+
"name": "Michael J Doyle",
7+
"email": "[email protected]"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/MichaelDoyle/ngx-json-treeview"
12+
},
13+
"keywords": [
14+
"angular",
15+
"ngx",
16+
"json",
17+
"treeview"
18+
],
519
"peerDependencies": {
6-
"@angular/common": "^19.2.0",
7-
"@angular/core": "^19.2.0"
20+
"@angular/common": "^19.0.0",
21+
"@angular/core": "^19.0.0"
822
},
923
"dependencies": {
1024
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)