Skip to content

Commit

Permalink
Update package.json to use (^) for versioning and add peer dependenci…
Browse files Browse the repository at this point in the history
…es to enable updates for security fixes and minor bugs
  • Loading branch information
vahid.mehrjouei committed Jan 14, 2025
1 parent 85798a8 commit 1f06423
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
43 changes: 24 additions & 19 deletions brx-spartacus-library/package-lock.json

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

34 changes: 17 additions & 17 deletions brx-spartacus-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"typings": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@bloomreach/spa-sdk": "23.4.4",
"sanitize-html": "2.13.1",
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/router": "17.3.12",
"@bloomreach/ng-sdk": "23.4.4",
"@ngrx/store": "17.2.0",
"@spartacus/assets": "2211.31.1",
"@spartacus/cart": "2211.31.1",
"@spartacus/checkout": "2211.31.1",
"@spartacus/core": "2211.31.1",
"@spartacus/order": "2211.31.1",
"@spartacus/storefront": "2211.31.1",
"@spartacus/styles": "2211.31.1",
"@spartacus/user": "2211.31.1",
"rxjs": "7.8.1"
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/router": "^17.3.12",
"@bloomreach/spa-sdk": "^23.4.4",
"@bloomreach/ng-sdk": "^23.4.4",
"@ngrx/store": "^17.2.0",
"@spartacus/assets": "^2211.31.1",
"@spartacus/cart": "^2211.31.1",
"@spartacus/checkout": "^2211.31.1",
"@spartacus/core": "^2211.31.1",
"@spartacus/order": "^2211.31.1",
"@spartacus/storefront": "^2211.31.1",
"@spartacus/styles": "^2211.31.1",
"@spartacus/user": "^2211.31.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@angular-builders/jest": "17.0.3",
Expand Down

0 comments on commit 1f06423

Please sign in to comment.