@teambit/express 0.0.720 → 0.0.722

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.harmony_express@0.0.720/dist/express.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.720/dist/express.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.722/dist/express.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.722/dist/express.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
2
  "name": "@teambit/express",
3
- "version": "0.0.720",
3
+ "version": "0.0.722",
4
4
  "homepage": "https://bit.dev/teambit/harmony/express",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "express",
9
- "version": "0.0.720"
9
+ "version": "0.0.722"
10
10
  },
11
11
  "dependencies": {
12
12
  "body-parser": "1.19.0",
13
13
  "express": "4.17.1",
14
14
  "lodash": "4.17.21",
15
- "@babel/runtime": "7.20.0",
16
15
  "core-js": "^3.0.0",
17
- "@teambit/harmony": "0.3.3",
18
- "@teambit/cli": "0.0.622",
19
- "@teambit/logger": "0.0.715"
16
+ "@babel/runtime": "7.20.0",
17
+ "@teambit/harmony": "0.4.6",
18
+ "@teambit/cli": "0.0.624",
19
+ "@teambit/logger": "0.0.717"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "^17.0.8",
23
23
  "@types/express": "4.17.13",
24
24
  "@types/lodash": "4.14.165",
25
25
  "@types/mocha": "9.1.0",
26
- "@types/testing-library__jest-dom": "5.9.5",
27
- "@types/jest": "^26.0.0",
26
+ "@types/node": "12.20.4",
28
27
  "@types/react-dom": "^17.0.5",
29
- "@types/node": "12.20.4"
28
+ "@types/jest": "^26.0.0",
29
+ "@types/testing-library__jest-dom": "5.9.5"
30
30
  },
31
31
  "peerDependencies": {
32
- "@teambit/legacy": "1.0.403",
33
- "react-dom": "^16.8.0 || ^17.0.0",
34
- "react": "^16.8.0 || ^17.0.0"
32
+ "@teambit/legacy": "1.0.405",
33
+ "react": "^16.8.0 || ^17.0.0",
34
+ "react-dom": "^16.8.0 || ^17.0.0"
35
35
  },
36
36
  "license": "Apache-2.0",
37
37
  "private": false,