Skip to content

Commit

Permalink
update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Apr 24, 2024
1 parent cc977f1 commit b8c06fa
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion angular/app-types/angular-app-type/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"typescript": ">= 3.5.3"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 2 additions & 1 deletion angular/devkit/compiler/multi-compiler/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ng-packagr": ">= 13.0.0"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 2 additions & 1 deletion angular/devkit/compiler/ng-packagr/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ng-packagr": ">=5.0.0"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 2 additions & 1 deletion angular/devkit/preview/mounter/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"zone.js": ">= 0.9.1"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 2 additions & 1 deletion angular/devkit/preview/preview/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"zone.js": ">= 0.9.1"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 2 additions & 1 deletion angular/devkit/preview/runtime/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"zone.js": ">= 0.9.1"
}
}
}
},
"bitdev.node/[email protected]": {}
}
}
4 changes: 2 additions & 2 deletions angular/envs/base-env/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
}
}
},
"bitdev.node/[email protected]": {},
"teambit.envs/envs": {
"env": "bitdev.node/node-env"
}
},
"bitdev.node/[email protected]": {}
}
}
3 changes: 3 additions & 0 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"packageManager": "teambit.dependencies/pnpm",
"policy": {
"dependencies": {
"@bitdev/general.envs.bit-env": "1.0.1",
"@bitdev/node.node-env": "2.0.2",
"@clack/prompts": "^0.7.0",
"@types/fs-extra": "~9.0.7",
"@types/lodash": "4.14.165",
Expand Down Expand Up @@ -122,4 +124,5 @@
"bitdev.angular/envs/angular-v13-env": {}
}
}
// "integration.examples/demo-app": {}
}

0 comments on commit b8c06fa

Please sign in to comment.