Skip to content

Commit

Permalink
Upgraded some deps in ui-editors
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 13, 2024
1 parent 5c4742d commit c0222c7
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
104 changes: 52 additions & 52 deletions ui/ui-editors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions ui/ui-editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.10",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@angular/animations": "18.2.11",
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"@patternfly/patternfly": "1.0.250",
"@apicurio/data-models": "1.1.28",
"@ngx-formly/bootstrap": "6.3.10",
Expand All @@ -31,14 +31,14 @@
"patternfly": "3.59.5",
"pluralize": "8.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.0",
"tslib": "2.8.1",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.11",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.10",
"@types/node": "22.8.5",
"@angular/compiler-cli": "18.2.11",
"@types/node": "22.9.0",
"codelyzer": "6.0.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
Expand Down

0 comments on commit c0222c7

Please sign in to comment.