Skip to content

Commit

Permalink
[releng] Remove the dependency to reflect-metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
  • Loading branch information
sbegaudeau committed May 23, 2024
1 parent 44f5410 commit 12b2506
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [releng] Switch to `turbo` 1.13.3
- [releng] Switch to `jacoco` 0.8.12
- [releng] Switch to `maven-checkstyle-plugin` 3.3.1
- [releng] Remove the dependency to `reflect-metadata`


=== Bug fixes
Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

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

1 change: 0 additions & 1 deletion packages/sirius-web/frontend/sirius-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"reactflow": "11.10.1",
"reflect-metadata": "0.1.13",
"subscriptions-transport-ws": "0.9.19",
"xstate": "4.32.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sirius-web/frontend/sirius-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"types": ["node", "reflect-metadata", "jest"],
"types": ["node", "jest"],
"resolveJsonModule": true,
"allowJs": true,
"skipLibCheck": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"types": ["node", "reflect-metadata", "jest"],
"types": ["node", "jest"],
"resolveJsonModule": true,
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 12b2506

Please sign in to comment.