Skip to content

Commit

Permalink
Merge branch 'master' into SFINT-5491
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord authored Jun 18, 2024
2 parents ce7c358 + 8af33c1 commit ef1635f
Show file tree
Hide file tree
Showing 144 changed files with 14,967 additions and 975 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
path: |
**/node_modules/
!.nx/cache/
key: npm-${{ hashFiles('package-lock.json') }}}}
key: npm-${{ hashFiles('package-lock.json', 'patches/*') }}}}
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: packages/quantic/force-app/main/default/staticresources
Expand Down
113 changes: 71 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@coveo/atomic": "2.67.0",
"@coveo/atomic": "2.68.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.66.0"
"@coveo/headless": "2.67.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@coveo/headless": "2.66.0",
"@coveo/headless": "2.67.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.12",
"jasmine-core": "5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.66.0"
"@coveo/headless": "2.67.0"
},
"dependencies": {
"@coveo/atomic": "2.67.0",
"@coveo/atomic": "2.68.0",
"tslib": "2.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ AtomicAutomaticFacetGenerator,
AtomicBreadbox,
AtomicCategoryFacet,
AtomicColorFacet,
AtomicCommerceFacets,
AtomicCommerceLoadMoreProducts,
AtomicCommerceSearchBox,
AtomicComponentError,
AtomicDidYouMean,
Expand Down Expand Up @@ -109,6 +111,8 @@ AtomicAutomaticFacetGenerator,
AtomicBreadbox,
AtomicCategoryFacet,
AtomicColorFacet,
AtomicCommerceFacets,
AtomicCommerceLoadMoreProducts,
AtomicCommerceSearchBox,
AtomicComponentError,
AtomicDidYouMean,
Expand Down
Loading

0 comments on commit ef1635f

Please sign in to comment.