@teambit/harmony-ui-app 0.0.810 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@0.0.810/dist/harmony-ui-app.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@0.0.810/dist/harmony-ui-app.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.0/dist/harmony-ui-app.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_harmony-ui-app@1.0.0/dist/harmony-ui-app.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "@teambit/harmony-ui-app",
3
- "version": "0.0.810",
3
+ "version": "1.0.0",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/harmony-ui-app",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "harmony-ui-app",
9
- "version": "0.0.810"
9
+ "version": "1.0.0"
10
10
  },
11
11
  "dependencies": {
12
+ "core-js": "^3.0.0",
13
+ "@babel/runtime": "7.20.0",
12
14
  "@teambit/harmony": "0.4.6",
13
- "@teambit/aspect-loader": "0.0.1168",
14
- "@teambit/application": "0.0.810",
15
- "@teambit/cli": "0.0.779",
16
- "@teambit/component": "0.0.1168",
17
- "@teambit/ui": "0.0.1168"
15
+ "@teambit/aspect-loader": "1.0.0",
16
+ "@teambit/application": "1.0.0",
17
+ "@teambit/cli": "0.0.782",
18
+ "@teambit/component": "1.0.0",
19
+ "@teambit/ui": "1.0.0"
18
20
  },
19
21
  "devDependencies": {
20
22
  "@types/react": "^17.0.8",
@@ -25,7 +27,7 @@
25
27
  "@types/testing-library__jest-dom": "5.9.5"
26
28
  },
27
29
  "peerDependencies": {
28
- "@teambit/legacy": "1.0.564",
30
+ "@teambit/legacy": "1.0.566",
29
31
  "react": "^16.8.0 || ^17.0.0",
30
32
  "react-dom": "^16.8.0 || ^17.0.0"
31
33
  },