Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marcolongol/marcolongo.cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a23ecb01df78c750ee33a538f94d1d870f876045
Choose a base ref
..
head repository: marcolongol/marcolongo.cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4be7ba47efdf8f9f873395d13feb28bba6ffee52
Choose a head ref
Showing with 311 additions and 303 deletions.
  1. +1 −1 apps/api/package.json
  2. +1 −1 libs/common-ui/package.json
  3. +1 −1 libs/core/package.json
  4. +1 −1 libs/gradient-os/package.json
  5. +295 −287 package-lock.json
  6. +12 −12 package.json
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"@nestjs/core": "^10.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/testing": "^10.0.2",
"@nx/webpack": "19.6.1",
"@nx/webpack": "19.6.2",
"@prisma/client": "5.18.0",
"webpack": "5.92.1",
"webpack-node-externals": "^3.0.0"
2 changes: 1 addition & 1 deletion libs/common-ui/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"@angular/forms": "~18.1.0 || ~18.2.0",
"@angular/router": "~17.3.0 || ~18.0.0 || ~18.1.0 || ~18.2.0",
"@marcolongo.cloud/core": "0.0.0",
"@nx/angular": "19.6.1",
"@nx/angular": "19.6.2",
"@pdftron/webviewer": "^10.8.0",
"rxjs": "~7.8.0",
"tailwindcss": "^3.0.2"
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"@angular/common": "~18.1.0 || ~18.2.0",
"@angular/core": "^17.3.0 || ^18.0.0",
"@angular/router": "~17.3.0 || ~18.0.0 || ~18.1.0 || ~18.2.0",
"@nx/angular": "19.6.1",
"@nx/angular": "19.6.2",
"rxjs": "~7.8.0",
"tailwindcss": "^3.0.2"
},
2 changes: 1 addition & 1 deletion libs/gradient-os/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"@angular/common": "^17.3.0 || ^18.0.0",
"@angular/core": "^17.3.0 || ^18.0.0",
"@angular/router": "~17.3.0 || ~18.0.0 || ~18.1.0 || ~18.2.0",
"@nx/angular": "19.6.1",
"@nx/angular": "19.6.2",
"tailwindcss": "^3.0.2"
},
"dependencies": {},
Loading