Skip to content

Commit

Permalink
chore(deps): update dependency jsonc-eslint-parser to ~2.4.0 (main) (#…
Browse files Browse the repository at this point in the history
…953)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[jsonc-eslint-parser](https://togithub.com/ota-meshi/jsonc-eslint-parser)
| [`~2.3.0` ->
`~2.4.0`](https://renovatebot.com/diffs/npm/jsonc-eslint-parser/2.3.0/2.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsonc-eslint-parser/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsonc-eslint-parser/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsonc-eslint-parser/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsonc-eslint-parser/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ota-meshi/jsonc-eslint-parser (jsonc-eslint-parser)</summary>

###
[`v2.4.0`](https://togithub.com/ota-meshi/jsonc-eslint-parser/blob/HEAD/CHANGELOG.md#240)

[Compare
Source](https://togithub.com/ota-meshi/jsonc-eslint-parser/compare/v2.3.0...v2.4.0)

##### Minor Changes

-
[#&#8203;186](https://togithub.com/ota-meshi/jsonc-eslint-parser/pull/186)
[`8027edd`](https://togithub.com/ota-meshi/jsonc-eslint-parser/commit/8027eddbb8a54f965dc480792fb31382bad131f2)
Thanks [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)!
- Added ESLint-oriented types, with plugin docs

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
kpanot authored Oct 25, 2023
2 parents 7167f0b + 7a698f1 commit 2075b38
Show file tree
Hide file tree
Showing 49 changed files with 103 additions and 110 deletions.
2 changes: 1 addition & 1 deletion apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~16.10.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nock": "^13.0.5",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"rimraf": "^5.0.1",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"jest": "~29.7.0",
"jest-preset-angular": "~13.1.1",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"lint-staged": "^13.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/generator-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"mem-fs": "^2.2.1",
"minimist": "^1.2.6",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"mem-fs": "^2.2.1",
"npm-run-all": "^4.1.5",
"nx": "~16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"lint-staged": "^13.0.0",
"minimist": "^1.2.6",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"onchange": "^7.0.2",
"ts-jest": "~29.1.1",
"ts-node": "~10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonschema": "~1.4.1",
"loglevel": "^1.8.0",
"minimist": "^1.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"loglevel": "^1.8.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-api-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-dodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/apis-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"typescript": "~5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"ngrx-store-localstorage": "^16.0.0",
"nx": "~16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"node-fetch": "^2.6.7",
"nx": "~16.10.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/dynamic-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"typescript": "~5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/eslint-config-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-jsdoc": "~46.8.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"typescript": "~5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.22.0",
"jsonc-eslint-parser": "~2.3.0"
"jsonc-eslint-parser": "~2.4.0"
},
"devDependencies": {
"@angular-devkit/core": "~16.2.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rimraf": "^5.0.1",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/extractors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"typescript": "~5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"logrocket": "~4.0.0",
"logrocket-ngrx": "~0.2.1",
"ng-packagr": "~16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"typescript": "~5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/rules-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^7.0.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonschema": "~1.4.1",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/store-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-stylelint": "~6.3.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"postcss": "~8.4.31",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~13.1.1",
"jsonc-eslint-parser": "~2.3.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~16.10.0",
"pid-from-port": "^1.1.3",
"pixelmatch": "^5.2.1",
Expand Down
Loading

0 comments on commit 2075b38

Please sign in to comment.