Skip to content

Commit

Permalink
chore(deps): update design factory dependencies (#1542)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ag-grid-angular](https://togithub.com/ag-grid/ag-grid) | [`~31.0.3`
->
`~31.2.0`](https://renovatebot.com/diffs/npm/ag-grid-angular/31.0.3/31.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/ag-grid-angular/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ag-grid-angular/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ag-grid-angular/31.0.3/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ag-grid-angular/31.0.3/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ag-grid-community](https://www.ag-grid.com/)
([source](https://togithub.com/ag-grid/ag-grid)) | [`~31.0.3` ->
`~31.2.0`](https://renovatebot.com/diffs/npm/ag-grid-community/31.0.3/31.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/ag-grid-community/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ag-grid-community/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ag-grid-community/31.0.3/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ag-grid-community/31.0.3/31.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [bootstrap](https://getbootstrap.com/)
([source](https://togithub.com/twbs/bootstrap)) | [`5.3.2` ->
`5.3.3`](https://renovatebot.com/diffs/npm/bootstrap/5.3.2/5.3.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/bootstrap/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/bootstrap/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/bootstrap/5.3.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bootstrap/5.3.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ag-grid/ag-grid (ag-grid-angular)</summary>

###
[`v31.2.0`](https://togithub.com/ag-grid/ag-grid/compare/v31.1.1...3a9af338463200ce54d247f918d4a3cf7cc565b9)

[Compare
Source](https://togithub.com/ag-grid/ag-grid/compare/v31.1.1...3a9af338463200ce54d247f918d4a3cf7cc565b9)

###
[`v31.1.1`](https://togithub.com/ag-grid/ag-grid/releases/tag/v31.1.1)

[Compare
Source](https://togithub.com/ag-grid/ag-grid/compare/v31.1.0...v31.1.1)

https://www.ag-grid.com/changelog/?fixVersion=31.1.1

###
[`v31.1.0`](https://togithub.com/ag-grid/ag-grid/releases/tag/v31.1.0)

[Compare
Source](https://togithub.com/ag-grid/ag-grid/compare/v31.0.3...v31.1.0)

https://www.ag-grid.com/changelog/?fixVersion=31.1.0

</details>

<details>
<summary>twbs/bootstrap (bootstrap)</summary>

### [`v5.3.3`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.3)

[Compare
Source](https://togithub.com/twbs/bootstrap/compare/v5.3.2...v5.3.3)

#### Highlights

- Fixed a breaking change introduced with color modes where it was
required to manually import `variables-dark.scss` when building
Bootstrap with Sass. Now, `_variables.scss` will automatically import
`_variables-dark.scss`. If you were already importing
`_variables-dark.scss` manually, you should keep doing it as it won't
break anything and will be the way to go in v6.
- Fixed a regression in the selector engine that wasn't able to handle
multiple IDs anymore.

#### Color modes

- Badges now use the `.text-bg-*` text utilities to be certain that the
text is always readable (especially when the customized colors are
different in light and dark modes).
- Fixed our `color-modes.js` script to handle the case where the OS is
set to light mode and the auto color mode is used on the website. If you
copied the script from our docs, you should apply [this
change](https://togithub.com/twbs/bootstrap/commit/73e1dcf43eff8371dde52ce41bd1d9fdc2b47d1f)
to your own script.
- Fixed color schemes description in the color modes documentation to
show that `color-scheme()` only accept `light` and `dark` values as
parameters.

#### Miscellaneous

-   Allowed `<dl>`, `<dt>` and `<dd>` in the sanitizer.
-   Dropped evenly items distribution for modal and offcanvas headers.
- Fixed the accordion CSS selectors to avoid inheritance issues when
nesting accordions.
-   Fixed the focus box-shadow for the validation stated form controls.
-   Fixed the focus ring on focused checked buttons.
-   Fixed the product example mobile navbar toggler.
-   Changed the RTL processing of carousel control icons.

***

#### 🎨 CSS

- [#&#8203;37508](https://togithub.com/twbs/bootstrap/issues/37508): Use
child combinators to avoid inheriting parent accordion's flush styles
- [#&#8203;38719](https://togithub.com/twbs/bootstrap/issues/38719): Fix
focus box-shadow for validation stated form-controls
- [#&#8203;38884](https://togithub.com/twbs/bootstrap/issues/38884): fix
border-radius on radio-switch
- [#&#8203;39294](https://togithub.com/twbs/bootstrap/issues/39294):
Tests: update navbar in visual modal test
- [#&#8203;39373](https://togithub.com/twbs/bootstrap/issues/39373):
refactor css: modal and offcanvas header spacing
- [#&#8203;39380](https://togithub.com/twbs/bootstrap/issues/39380): Fix
Sass compilation breaking change in v5.3
- [#&#8203;39387](https://togithub.com/twbs/bootstrap/issues/39387):
docs: fix typo
- [#&#8203;39411](https://togithub.com/twbs/bootstrap/issues/39411):
Optimize the accordion icon
- [#&#8203;39497](https://togithub.com/twbs/bootstrap/issues/39497): Fix
a typo
- [#&#8203;39536](https://togithub.com/twbs/bootstrap/issues/39536):
Changed RTL processing of carousel control icons
- [#&#8203;39560](https://togithub.com/twbs/bootstrap/issues/39560):
Drop `--bs-accordion-btn-focus-border-color` and deprecate
`$accordion-button-focus-border-color`
- [#&#8203;39595](https://togithub.com/twbs/bootstrap/issues/39595):
CSS: Fix the focus ring on focused checked buttons

#### ☕️ JavaScript

- [#&#8203;39201](https://togithub.com/twbs/bootstrap/issues/39201):
Selector Engine: fix multiple IDs
- [#&#8203;39224](https://togithub.com/twbs/bootstrap/issues/39224): Fix
edge case in `color-mode.js`
- [#&#8203;39376](https://togithub.com/twbs/bootstrap/issues/39376):
Allow `dl`, `dt` and `dd` in sanitizer

#### 📖 Docs

- [#&#8203;39200](https://togithub.com/twbs/bootstrap/issues/39200):
Typo Fix
- [#&#8203;39214](https://togithub.com/twbs/bootstrap/issues/39214):
Doc: use `.text-bg-{color}` for all badges
- [#&#8203;39246](https://togithub.com/twbs/bootstrap/issues/39246):
Docs: fix for example code blocks have unnecessary 30px right-margin
- [#&#8203;39249](https://togithub.com/twbs/bootstrap/issues/39249):
Doc: consistent rendering of 'Heads up!' callouts
- [#&#8203;39281](https://togithub.com/twbs/bootstrap/issues/39281): Fix
`getOrCreateInstance()` doc example
- [#&#8203;39293](https://togithub.com/twbs/bootstrap/issues/39293):
Update background.md
- [#&#8203;39304](https://togithub.com/twbs/bootstrap/issues/39304):
Doc: add expanded accordion explanation
- [#&#8203;39320](https://togithub.com/twbs/bootstrap/issues/39320):
Drop `.table-light` from table foot example
- [#&#8203;39340](https://togithub.com/twbs/bootstrap/issues/39340):
Doc: add `dispose()` to Offcanvas methods
- [#&#8203;39378](https://togithub.com/twbs/bootstrap/issues/39378):
Docs: fix sentence in modal
- [#&#8203;39417](https://togithub.com/twbs/bootstrap/issues/39417): Fix
color schemes description in Sass customization documentation
- [#&#8203;39418](https://togithub.com/twbs/bootstrap/issues/39418):
Docs: change vite config path import in vite guide
- [#&#8203;39435](https://togithub.com/twbs/bootstrap/issues/39435):
Docs: add `shift-color()` usage example in sass customization page
- [#&#8203;39458](https://togithub.com/twbs/bootstrap/issues/39458):
Docs: enhance `.card-img-*` description
- [#&#8203;39503](https://togithub.com/twbs/bootstrap/issues/39503):
Minor image compression improvements
- [#&#8203;39519](https://togithub.com/twbs/bootstrap/issues/39519):
Docs: use consistent HTML elements in Utilities -> Background page
- [#&#8203;39520](https://togithub.com/twbs/bootstrap/issues/39520):
Docs: drop unused `.theme-icon` class
- [#&#8203;39528](https://togithub.com/twbs/bootstrap/issues/39528):
docs: clean up example.html
- [#&#8203;39537](https://togithub.com/twbs/bootstrap/issues/39537):
Docs: fix desc around deprecated Sass mixins for alerts and list groups
- [#&#8203;39539](https://togithub.com/twbs/bootstrap/issues/39539):
Update links on get-started page
- [#&#8203;39592](https://togithub.com/twbs/bootstrap/issues/39592):
Update vite.md
- [#&#8203;39604](https://togithub.com/twbs/bootstrap/issues/39604): Fix
typo in 'media-breakpoint-between' in migration docs
- [#&#8203;39617](https://togithub.com/twbs/bootstrap/issues/39617):
Docs: add missing comma in native font stack code source in Content ->
Reboot
- [#&#8203;39663](https://togithub.com/twbs/bootstrap/issues/39663):
updated table to be responsive

#### 🛠 Examples

- [#&#8203;39657](https://togithub.com/twbs/bootstrap/issues/39657): Fix
product example mobile navbar toggler
- [#&#8203;39585](https://togithub.com/twbs/bootstrap/issues/39585):
Docs: Add missing type="button" to Cheatsheet nav buttons

#### 🏭 Tests

- [#&#8203;39294](https://togithub.com/twbs/bootstrap/issues/39294):
Tests: update navbar in visual modal test

#### 🧰 Misc

- [#&#8203;39096](https://togithub.com/twbs/bootstrap/issues/39096): CI:
stop running coveralls in forks
- [#&#8203;39501](https://togithub.com/twbs/bootstrap/issues/39501): CI:
switch to Node.js 20

#### 📦 Dependencies

- Updated numerous
[devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F32+is%3Aclosed)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Paris, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
kpanot authored Apr 9, 2024
2 parents eeb4597 + f23b7d9 commit 55d6c04
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 54 deletions.
10 changes: 6 additions & 4 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
"typescript": "~5.4.2"
},
"dependencies": {
"@agnos-ui/angular": "~0.2.0",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/core": "~17.3.0",
Expand All @@ -85,7 +87,7 @@
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@design-factory/design-factory": "^17.0.0",
"@design-factory/design-factory": "~17.1.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngrx/entity": "~17.1.0",
"@ngrx/store": "~17.1.0",
Expand All @@ -98,9 +100,9 @@
"@o3r/styling": "workspace:^",
"@popperjs/core": "^2.11.5",
"@types/color": "^3.0.6",
"ag-grid-angular": "~31.0.3",
"ag-grid-community": "~31.0.3",
"bootstrap": "5.3.2",
"ag-grid-angular": "~31.1.0",
"ag-grid-community": "~31.1.0",
"bootstrap": "5.3.3",
"color": "^4.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
Expand Down
10 changes: 6 additions & 4 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
"patch:package": "cpy 'package.json' 'dist' && patch-package-json-main"
},
"dependencies": {
"@agnos-ui/angular": "~0.2.0",
"@ama-sdk/core": "workspace:^",
"@ama-sdk/schematics": "workspace:^",
"@ama-sdk/showcase-sdk": "workspace:^",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~17.3.0",
"@angular/cdk": "~17.3.0",
"@angular/common": "~17.3.0",
Expand All @@ -38,7 +40,7 @@
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@design-factory/design-factory": "^17.0.0",
"@design-factory/design-factory": "~17.1.0",
"@formatjs/intl-numberformat": "~8.10.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngrx/effects": "~17.1.0",
Expand All @@ -59,9 +61,9 @@
"@o3r/styling": "workspace:^",
"@o3r/testing": "workspace:^",
"@popperjs/core": "^2.11.5",
"ag-grid-angular": "~31.0.3",
"ag-grid-community": "~31.0.3",
"bootstrap": "5.3.2",
"ag-grid-angular": "~31.1.0",
"ag-grid-community": "~31.1.0",
"bootstrap": "5.3.3",
"highlight.js": "^11.8.0",
"intl-messageformat": "~10.5.1",
"ngx-highlightjs": "^10.0.0",
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@compodoc/compodoc": "^1.1.19",
"@design-factory/design-factory": "^17.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngrx/effects": "~17.1.0",
"@ngrx/entity": "~17.1.0",
Expand Down Expand Up @@ -205,10 +204,10 @@
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"@yarnpkg/sdks": "^3.0.0",
"ag-grid-angular": "~31.0.3",
"ag-grid-community": "~31.0.3",
"ag-grid-angular": "~31.1.0",
"ag-grid-community": "~31.1.0",
"babel-loader": "^9.0.0",
"bootstrap": "5.3.2",
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.11.3",
"browserslist": "^4.21.4",
"concurrently": "^8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import { isAbsolute, normalize, resolve } from 'node:path';
import { existsSync } from 'node:fs';
import { parseDesignTokenFile, renderDesignTokens } from '@o3r/design';
import type { DesignTokenRendererOptions, DesignTokenVariableSet } from '@o3r/design';
import { parseDesignTokenFile, renderDesignTokens } from '../src/public_api';
import type { DesignTokenRendererOptions, DesignTokenVariableSet } from '../src/public_api';
import * as minimist from 'minimist';

const args = minimist(process.argv.splice(2));
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"scripts": {
"nx": "nx",
"ng": "yarn nx",
"test": "yarn nx test styling",
"test": "yarn nx test design",
"copy:templates": "yarn cpy 'schematics/**/templates/**/*' dist/schematics",
"copy:schemas": "yarn cpy 'schemas/**/*' dist/schemas",
"prepare:build:builders": "yarn cpy 'builders/**/*.json' dist/builders && yarn cpy '{builders,collection,migration}.json' dist && yarn cpy 'schematics/**/*.json' dist/schematics && yarn copy:templates",
"prepare:publish": "prepare-publish ./dist",
"build:source": "tsc -b tsconfig.build.json && yarn cpy package.json dist/",
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn copy:templates && generate-cjs-manifest",
"build": "yarn nx build styling",
"build": "yarn nx build design",
"postbuild": "yarn copy:schemas && patch-package-json-main"
},
"exports": {
Expand Down
4 changes: 3 additions & 1 deletion tools/renovate/design-factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"matchPackagePatterns": [
"bootstrap",
"^ag-grid-",
"^@design-factory"
"^@design-factory",
"^@agnos-ui",
"^@amadeus-it-group"
],
"groupName": "Design Factory dependencies",
"groupSlug": "design-factory-dependencies"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"packages/@o3r/design/src/public_api"
],
"@o3r/design/schemas/*": [
"packages/@o3r/design/src/schemas/*"
"packages/@o3r/design/schemas/*"
],
"@o3r/dynamic-content": [
"packages/@o3r/dynamic-content/src/public_api"
Expand Down
126 changes: 90 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,52 @@ __metadata:
languageName: node
linkType: hard

"@agnos-ui/angular-headless@npm:0.2.0":
version: 0.2.0
resolution: "@agnos-ui/angular-headless@npm:0.2.0"
dependencies:
"@agnos-ui/core": "npm:0.2.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@amadeus-it-group/tansu": "*"
"@angular/common": "*"
"@angular/core": "*"
checksum: 10/83e238f9f9ff84731d9a2722651ba6a69bdc827e5243e5732650e05fe81260985dabe1c8a37bd81b6b307b0de91eb9b8bebbd46a6ff2ec7eab4c3fa24d0aa197
languageName: node
linkType: hard

"@agnos-ui/angular@npm:~0.2.0":
version: 0.2.0
resolution: "@agnos-ui/angular@npm:0.2.0"
dependencies:
"@agnos-ui/angular-headless": "npm:0.2.0"
"@agnos-ui/style-bootstrap": "npm:0.2.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@amadeus-it-group/tansu": "*"
"@angular/common": "*"
"@angular/core": "*"
checksum: 10/9d050f597473c7eea49a795913ffb52d7236ec5739212193ac0b6161a44cd23b64faeda632d8781df66ff1fac5fdf9ef52e76c3864659cacfed3e4ab46ddfdd6
languageName: node
linkType: hard

"@agnos-ui/core@npm:0.2.0":
version: 0.2.0
resolution: "@agnos-ui/core@npm:0.2.0"
peerDependencies:
"@amadeus-it-group/tansu": "*"
"@floating-ui/dom": "*"
checksum: 10/b955631a21e6c16e382458279e55e2079fe0900a74432ae5140fd89ddbe7cae7ab70ae84a380e1f1825b570f7cab6535f6590a0b083bcce48461610ea6063c5d
languageName: node
linkType: hard

"@agnos-ui/style-bootstrap@npm:0.2.0":
version: 0.2.0
resolution: "@agnos-ui/style-bootstrap@npm:0.2.0"
checksum: 10/90dfac3d9dad9fd3eb4e2a4f6787e9a4700ed87329652322f1bcf8e7fcd8975d4c6563715a2d9e4871a0d328b09db1bd7ed921e312cd98776f13c3269351602f
languageName: node
linkType: hard

"@ama-sdk/core@workspace:*, @ama-sdk/core@workspace:^, @ama-sdk/core@workspace:packages/@ama-sdk/core":
version: 0.0.0-use.local
resolution: "@ama-sdk/core@workspace:packages/@ama-sdk/core"
Expand Down Expand Up @@ -562,6 +608,13 @@ __metadata:
languageName: node
linkType: hard

"@amadeus-it-group/tansu@npm:~1.0.0":
version: 1.0.0
resolution: "@amadeus-it-group/tansu@npm:1.0.0"
checksum: 10/d43872e4b4faa814d5c8cd68fe3858af7670334472caa2d0750cc4ef62998f04580e49d95a043f1121c69dcb0d71ba5cc13df80ca651f513f613909cc88c5fda
languageName: node
linkType: hard

"@ampproject/remapping@npm:2.3.0, @ampproject/remapping@npm:^2.2.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
Expand Down Expand Up @@ -3296,25 +3349,23 @@ __metadata:
languageName: node
linkType: hard

"@design-factory/design-factory@npm:^17.0.0":
version: 17.0.2
resolution: "@design-factory/design-factory@npm:17.0.2"
"@design-factory/design-factory@npm:~17.1.0":
version: 17.1.0
resolution: "@design-factory/design-factory@npm:17.1.0"
dependencies:
tslib: "npm:^2.0.0"
peerDependencies:
"@agnos-ui/angular": ^0.1.1
"@agnos-ui/angular": ^0.2.0
"@angular/common": ^17.1.0
"@angular/core": ^17.1.0
"@angular/localize": ^17.1.0
"@angular/router": ^17.1.0
"@ng-bootstrap/ng-bootstrap": ~16.0.0
"@ng-select/ng-select": ~12.0.6
ag-grid-angular: ~31.0.2
ag-grid-community: ~31.0.2
bootstrap: 5.3.2
"@ng-select/ng-select": ~12.0.7
ag-grid-angular: ~31.1.1
ag-grid-community: ~31.1.1
bootstrap: 5.3.3
peerDependenciesMeta:
"@agnos-ui/angular":
optional: true
"@angular/localize":
optional: true
"@angular/router":
Expand All @@ -3323,7 +3374,7 @@ __metadata:
optional: true
"@ng-select/ng-select":
optional: true
checksum: 10/83d20c4afd6713dc71584ed3118b9e2426d4fd0489c8bd2eff3eb0a4ca805187636bcee1a62825db83b69a47b578834303efffcf16c32d6ddf90e48af5f222d5
checksum: 10/fc8bfc04b8a3b2f3b8ecd5fe375436b6423e677c433dd05be71142509460cf671264afdd68b046837796f553949e229660ec32e8c5e978a37e61ea31bb3fe726
languageName: node
linkType: hard

Expand Down Expand Up @@ -6709,6 +6760,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@o3r/chrome-devtools@workspace:apps/chrome-devtools"
dependencies:
"@agnos-ui/angular": "npm:~0.2.0"
"@amadeus-it-group/tansu": "npm:~1.0.0"
"@angular-devkit/build-angular": "npm:~17.3.0"
"@angular-eslint/builder": "npm:~17.3.0"
"@angular-eslint/eslint-plugin": "npm:~17.3.0"
Expand All @@ -6725,7 +6778,7 @@ __metadata:
"@angular/platform-browser": "npm:~17.3.0"
"@angular/platform-browser-dynamic": "npm:~17.3.0"
"@angular/router": "npm:~17.3.0"
"@design-factory/design-factory": "npm:^17.0.0"
"@design-factory/design-factory": "npm:~17.1.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ngrx/entity": "npm:~17.1.0"
"@ngrx/store": "npm:~17.1.0"
Expand All @@ -6750,10 +6803,10 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
"@typescript-eslint/parser": "npm:^7.2.0"
"@typescript-eslint/types": "npm:^7.2.0"
ag-grid-angular: "npm:~31.0.3"
ag-grid-community: "npm:~31.0.3"
ag-grid-angular: "npm:~31.1.0"
ag-grid-community: "npm:~31.1.0"
archiver: "npm:^6.0.1"
bootstrap: "npm:5.3.2"
bootstrap: "npm:5.3.3"
chokidar: "npm:^3.5.2"
chrome-webstore-upload: "npm:^3.0.0"
color: "npm:^4.2.3"
Expand Down Expand Up @@ -7728,7 +7781,6 @@ __metadata:
"@commitlint/cli": "npm:^18.0.0"
"@commitlint/config-conventional": "npm:^18.0.0"
"@compodoc/compodoc": "npm:^1.1.19"
"@design-factory/design-factory": "npm:^17.0.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ngrx/effects": "npm:~17.1.0"
"@ngrx/entity": "npm:~17.1.0"
Expand Down Expand Up @@ -7761,10 +7813,10 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.2.0"
"@typescript-eslint/types": "npm:^7.2.0"
"@yarnpkg/sdks": "npm:^3.0.0"
ag-grid-angular: "npm:~31.0.3"
ag-grid-community: "npm:~31.0.3"
ag-grid-angular: "npm:~31.1.0"
ag-grid-community: "npm:~31.1.0"
babel-loader: "npm:^9.0.0"
bootstrap: "npm:5.3.2"
bootstrap: "npm:5.3.3"
bootstrap-icons: "npm:^1.11.3"
browserslist: "npm:^4.21.4"
concurrently: "npm:^8.0.0"
Expand Down Expand Up @@ -8458,10 +8510,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@o3r/showcase@workspace:apps/showcase"
dependencies:
"@agnos-ui/angular": "npm:~0.2.0"
"@ama-sdk/core": "workspace:^"
"@ama-sdk/schematics": "workspace:^"
"@ama-sdk/showcase-sdk": "workspace:^"
"@amadeus-it-group/kassette": "npm:^1.7.0"
"@amadeus-it-group/tansu": "npm:~1.0.0"
"@angular-devkit/architect": "npm:~0.1703.0"
"@angular-devkit/build-angular": "npm:~17.3.0"
"@angular-devkit/core": "npm:~17.3.0"
Expand All @@ -8481,7 +8535,7 @@ __metadata:
"@angular/platform-browser": "npm:~17.3.0"
"@angular/platform-browser-dynamic": "npm:~17.3.0"
"@angular/router": "npm:~17.3.0"
"@design-factory/design-factory": "npm:^17.0.0"
"@design-factory/design-factory": "npm:~17.1.0"
"@formatjs/intl-numberformat": "npm:~8.10.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ngrx/effects": "npm:~17.1.0"
Expand Down Expand Up @@ -8516,9 +8570,9 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
"@typescript-eslint/parser": "npm:^7.2.0"
"@typescript-eslint/types": "npm:^7.2.0"
ag-grid-angular: "npm:~31.0.3"
ag-grid-community: "npm:~31.0.3"
bootstrap: "npm:5.3.2"
ag-grid-angular: "npm:~31.1.0"
ag-grid-community: "npm:~31.1.0"
bootstrap: "npm:5.3.3"
concurrently: "npm:^8.0.0"
eslint: "npm:^8.57.0"
eslint-import-resolver-node: "npm:^0.3.9"
Expand Down Expand Up @@ -13235,23 +13289,23 @@ __metadata:
languageName: node
linkType: hard

"ag-grid-angular@npm:~31.0.3":
version: 31.0.3
resolution: "ag-grid-angular@npm:31.0.3"
"ag-grid-angular@npm:~31.1.0":
version: 31.1.1
resolution: "ag-grid-angular@npm:31.1.1"
dependencies:
ag-grid-community: "npm:~31.0.3"
ag-grid-community: "npm:31.1.1"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ">= 14.0.0"
"@angular/core": ">= 14.0.0"
checksum: 10/fed5c5e2ea33cfc23e9516a644ef111bbbfa4da13f26ff8e9499ff57bf930cd0e058394db41946dba821cfc4f3788e4c18df089108ea55c328fe59d85b0a0319
checksum: 10/26688a1a81f98e114c43e715d6cf4b88f26044823cc861525795d3b8640550a647d207f7e370a622775fd29905a68026454bdeab3ba2f28862b43ff7ef88df8f
languageName: node
linkType: hard

"ag-grid-community@npm:~31.0.3":
version: 31.0.3
resolution: "ag-grid-community@npm:31.0.3"
checksum: 10/f1658691b7689873e5deca1d9172b78106dc57e83db4d50d235fa167d54b98881bb29880eb864f05c03a4fa5cfa727efa2c8b4e85df427d3cc17829acec579c6
"ag-grid-community@npm:31.1.1, ag-grid-community@npm:~31.1.0":
version: 31.1.1
resolution: "ag-grid-community@npm:31.1.1"
checksum: 10/345e3ca0d46eacbd95b52f0c36cbe33b3f2932afdb76118f7afe3d969f72e17e589730f356ae4943a493a747a70138c8f8bd8f36bf1d7ca069f36d2a040e8f4f
languageName: node
linkType: hard

Expand Down Expand Up @@ -14331,12 +14385,12 @@ __metadata:
languageName: node
linkType: hard

"bootstrap@npm:5.3.2":
version: 5.3.2
resolution: "bootstrap@npm:5.3.2"
"bootstrap@npm:5.3.3":
version: 5.3.3
resolution: "bootstrap@npm:5.3.3"
peerDependencies:
"@popperjs/core": ^2.11.8
checksum: 10/5c3eb0634218d206bc2518154432bc80f7eec225db9c0dcb04b80353ba5cb121b8e6d12993ffe025d32ffe511051290461d8ca0adcae7971d82d329025bd16ab
checksum: 10/f05183948b00b496400cc13df5798ecab7a85975e7d9a77b314a763b574a990aec0f1bbf1913c648a93b5d8cc82e73bc05f5ec1161d2932aad7ef7f316d9c82d
languageName: node
linkType: hard

Expand Down

0 comments on commit 55d6c04

Please sign in to comment.