Skip to content

Commit

Permalink
fix: dependency version (#1684)
Browse files Browse the repository at this point in the history
fix: dependency version
fix: add missing peer dependencies to Design Factory
fix: asset-copy inputs for cache

## Proposed change

<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that is required for this change. -->

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
kpanot committed Apr 19, 2024
2 parents 13e7951 + 8238937 commit 58d04fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/chrome-devtools/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@
"{projectRoot}/dist/assets/**",
"{projectRoot}/dist/manifest.json",
"{projectRoot}/dist/devtools.html"
],
"inputs": [
"global",
"{projectRoot}/src/assets/**",
"{projectRoot}/src/manifest.json",
"{projectRoot}/src/devtools.html"
]
},
"publish-extension": {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@agnos-ui/angular": "~0.2.0",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular-devkit/architect": "~0.1703.0",
"@angular-devkit/build-angular": "~17.3.0",
"@angular-devkit/core": "~17.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
"@ngrx/store-devtools": "~17.2.0",
"@o3r/store-sync": "workspace:^",
"@types/jest": "~29.5.2",
"nx": "~18.2.0",
"nx": "~18.3.0",
"@typescript-eslint/parser": "^7.2.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"@nx/eslint-plugin": "~18.2.0",
"@nx/eslint-plugin": "~18.3.0",
"jsonc-eslint-parser": "~2.4.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7777,6 +7777,8 @@ __metadata:
"@actions/core": "npm:^1.10.0"
"@actions/exec": "npm:^1.1.1"
"@actions/github": "npm:^6.0.0"
"@agnos-ui/angular": "npm:~0.2.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 Down

0 comments on commit 58d04fe

Please sign in to comment.