Skip to content

Commit 0733055

Browse files
committed
chore: bump Bit version
1 parent c41a21f commit 0733055

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

workspace.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* this is the main configuration file of your bit workspace.
33
* for full documentation, please see: https://bit.dev/reference/workspace/workspace-json
4-
**/{
4+
**/ {
55
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
66
/**
77
* main configuration of the Bit workspace.
@@ -32,11 +32,11 @@
3232
"resolveEnvsFromRoots": true
3333
},
3434
/**
35-
* Enable generator templates by uncommenting the desired environments below.
36-
* These generators scaffold components for Node, React, Vue, and Angular.
37-
* After uncommenting, run `bit install` to make them available in your workspace.
38-
* Explore more dev environments at: https://bit.dev/docs/getting-started/composing/dev-environments
39-
**/
35+
* Enable generator templates by uncommenting the desired environments below.
36+
* These generators scaffold components for Node, React, Vue, and Angular.
37+
* After uncommenting, run `bit install` to make them available in your workspace.
38+
* Explore more dev environments at: https://bit.dev/docs/getting-started/composing/dev-environments
39+
**/
4040
"teambit.generator/generator": {
4141
"envs": []
4242
},
@@ -55,6 +55,6 @@
5555
"useDefaultDirectory": true
5656
},
5757
"teambit.harmony/bit": {
58-
"engine": "1.12.45"
58+
"engine": "1.12.73"
5959
}
6060
}

0 commit comments

Comments
 (0)