Skip to content

Commit

Permalink
build(angular): rxjs as devDependency to avoid type resolution confli…
Browse files Browse the repository at this point in the history
…cts (#1256)
  • Loading branch information
danielleroux authored May 2, 2024
1 parent 1a0175f commit f3f8db2
Show file tree
Hide file tree
Showing 5 changed files with 825 additions and 630 deletions.
2 changes: 1 addition & 1 deletion packages/angular-test-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"module": "es2020",
"lib": ["es2020", "dom"],
"preserveSymlinks": true,
"skipLibCheck": false,
"skipLibCheck": true,
"paths": {
"@angular/*": ["./node_modules/@angular"],
"@siemens/ix-angular": ["./../angular/dist"],
Expand Down
1 change: 1 addition & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/jest": "^29.2.3",
"fs-extra": "^10.1.0",
"jest": "^29.3.1",
"rxjs": "^7.4.0",
"jest-preset-angular": "^12.2.3",
"ng-packagr": "^14.2.0",
"ts-jest": "^29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-jest": "^29.7.0",
"eslint-config-ix": "*",
"eslint-config-ix": "workspace:*",
"eslint-plugin-react": "^7.31.11",
"happy-dom": "^14.7.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vue": "^3.2.45",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint-config-ix": "*",
"eslint-config-ix": "workspace:*",
"eslint-plugin-vue": "^9.9.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f3f8db2

Please sign in to comment.