Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHi committed Sep 21, 2023
1 parent b65783d commit 7ebaaab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions feature-libs/quote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/quote",
"version": "6.3.0-1",
"version": "6.5.0-1",
"description": "",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -32,11 +32,11 @@
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/router": "^15.2.9",
"@spartacus/cart": "6.3.0-1",
"@spartacus/core": "6.3.0-1",
"@spartacus/schematics": "6.3.0-1",
"@spartacus/storefront": "6.3.0-1",
"@spartacus/styles": "6.3.0-1",
"@spartacus/cart": "6.5.0-1",
"@spartacus/core": "6.5.0-1",
"@spartacus/schematics": "6.5.0-1",
"@spartacus/storefront": "6.5.0-1",
"@spartacus/styles": "6.5.0-1",
"bootstrap": "^4.6.2",
"rxjs": "^6.6.0"
},
Expand Down
20 changes: 10 additions & 10 deletions projects/schematics/src/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,16 @@
"rxjs": "^6.6.0"
},
"@spartacus/quote": {
"@angular-devkit/schematics": "^15.2.4",
"@angular/common": "^15.2.4",
"@angular/core": "^15.2.4",
"@angular/forms": "^15.2.4",
"@angular/router": "^15.2.4",
"@spartacus/cart": "6.3.0-1",
"@spartacus/core": "6.3.0-1",
"@spartacus/schematics": "6.3.0-1",
"@spartacus/storefront": "6.3.0-1",
"@spartacus/styles": "6.3.0-1",
"@angular-devkit/schematics": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/router": "^15.2.9",
"@spartacus/cart": "6.5.0-1",
"@spartacus/core": "6.5.0-1",
"@spartacus/schematics": "6.5.0-1",
"@spartacus/storefront": "6.5.0-1",
"@spartacus/styles": "6.5.0-1",
"bootstrap": "^4.6.2",
"rxjs": "^6.6.0"
},
Expand Down

0 comments on commit 7ebaaab

Please sign in to comment.