@teambit/preview 1.0.1139 → 1.0.1140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1139/dist/preview.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1139/dist/preview.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1140/dist/preview.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1140/dist/preview.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/preview",
3
- "version": "1.0.1139",
3
+ "version": "1.0.1140",
4
4
  "homepage": "https://bit.cloud/teambit/preview/preview",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.preview",
8
8
  "name": "preview",
9
- "version": "1.0.1139"
9
+ "version": "1.0.1140"
10
10
  },
11
11
  "dependencies": {
12
12
  "mime": "2.5.2",
@@ -20,6 +20,8 @@
20
20
  "pad-right": "0.2.2",
21
21
  "@rspack/core": "^1.7.7",
22
22
  "graphql-tag": "2.12.1",
23
+ "cross-fetch": "3.1.5",
24
+ "lru-cache": "10.4.3",
23
25
  "filenamify": "4.2.0",
24
26
  "lodash.compact": "3.0.1",
25
27
  "graphql-request": "6.1.0",
@@ -27,11 +29,8 @@
27
29
  "resolve-url-loader": "5.0.0",
28
30
  "rspack-manifest-plugin": "^5.2.1",
29
31
  "sass-loader": "13.3.2",
30
- "@teambit/express": "0.0.1477",
31
- "@teambit/logger": "0.0.1471",
32
32
  "@teambit/ui-foundation.ui.pages.static-error": "0.0.113",
33
33
  "@teambit/preview.ui.component-preview": "1.0.38",
34
- "@teambit/cli": "0.0.1378",
35
34
  "@teambit/toolbox.path.to-windows-compatible-path": "0.0.513",
36
35
  "@teambit/legacy.constants": "0.0.42",
37
36
  "@teambit/harmony": "0.4.12",
@@ -43,7 +42,6 @@
43
42
  "@teambit/preview.modules.preview-modules": "1.0.3",
44
43
  "@teambit/component-id": "1.2.4",
45
44
  "@teambit/bit-error": "0.0.404",
46
- "@teambit/cache": "0.0.1471",
47
45
  "@teambit/harmony.modules.feature-toggle": "0.0.55",
48
46
  "@teambit/preview.cli.dev-server-events-listener": "0.0.1",
49
47
  "@teambit/preview.cli.webpack-events-listener": "0.0.189",
@@ -51,23 +49,27 @@
51
49
  "@teambit/mdx.modules.mdx-v3-options": "0.0.3",
52
50
  "@teambit/rspack.modules.generate-asset-manifest": "0.0.17",
53
51
  "@teambit/webpack.modules.exclude-node-modules-js": "0.0.1",
54
- "@teambit/builder": "1.0.1139",
55
- "@teambit/bundler": "1.0.1139",
56
- "@teambit/component": "1.0.1139",
57
- "@teambit/aspect-loader": "1.0.1139",
58
- "@teambit/dependency-resolver": "1.0.1139",
59
- "@teambit/envs": "1.0.1139",
60
- "@teambit/ui": "1.0.1139",
61
- "@teambit/isolator": "1.0.1139",
62
- "@teambit/graphql": "1.0.1139",
63
- "@teambit/pkg": "1.0.1139",
64
- "@teambit/pubsub": "1.0.1139",
65
- "@teambit/scope": "1.0.1139",
66
- "@teambit/watcher": "1.0.1139",
67
- "@teambit/workspace": "1.0.1139",
68
- "@teambit/compiler": "1.0.1139",
69
- "@teambit/react": "1.0.1139",
70
- "@teambit/webpack": "1.0.1139"
52
+ "@teambit/express": "0.0.1478",
53
+ "@teambit/logger": "0.0.1472",
54
+ "@teambit/builder": "1.0.1140",
55
+ "@teambit/bundler": "1.0.1140",
56
+ "@teambit/component": "1.0.1140",
57
+ "@teambit/aspect-loader": "1.0.1140",
58
+ "@teambit/cli": "0.0.1379",
59
+ "@teambit/dependency-resolver": "1.0.1140",
60
+ "@teambit/envs": "1.0.1140",
61
+ "@teambit/ui": "1.0.1140",
62
+ "@teambit/isolator": "1.0.1140",
63
+ "@teambit/cache": "0.0.1472",
64
+ "@teambit/graphql": "1.0.1140",
65
+ "@teambit/pkg": "1.0.1140",
66
+ "@teambit/pubsub": "1.0.1140",
67
+ "@teambit/scope": "1.0.1140",
68
+ "@teambit/watcher": "1.0.1140",
69
+ "@teambit/workspace": "1.0.1140",
70
+ "@teambit/compiler": "1.0.1140",
71
+ "@teambit/react": "1.0.1140",
72
+ "@teambit/webpack": "1.0.1140"
71
73
  },
72
74
  "devDependencies": {
73
75
  "@types/mime": "2.0.3",
@@ -75,12 +77,10 @@
75
77
  "@types/lodash": "4.14.165",
76
78
  "@types/normalize-path": "^3.0.0",
77
79
  "@types/object-hash": "1.3.4",
78
- "cross-fetch": "3.1.5",
79
- "lru-cache": "10.4.3",
80
80
  "@types/lodash.compact": "3.0.6",
81
81
  "@types/mocha": "9.1.0",
82
82
  "@teambit/preview.aspect-docs.preview": "0.0.179",
83
- "@teambit/harmony.envs.core-aspect-env": "2.0.7"
83
+ "@teambit/harmony.envs.core-aspect-env": "2.0.8"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",