@modern-js/plugin-server-build 0.0.0-canary-20220307090601 → 0.0.0-canary-20220308102236

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,18 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
- ## 0.0.0-canary-20220307090601
3
+ ## 0.0.0-canary-20220308102236
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 55e18278: chore: remove unused dependencies and devDependencies
8
+ - Updated dependencies [4c792f68]
9
+ - Updated dependencies [62f5b8c8]
8
10
  - Updated dependencies [55e18278]
11
+ - Updated dependencies [4499a674]
9
12
  - Updated dependencies [a7f42f48]
10
- - @modern-js/core@0.0.0-canary-20220307090601
11
- - @modern-js/babel-compiler@0.0.0-canary-20220307090601
12
- - @modern-js/utils@0.0.0-canary-20220307090601
13
+ - @modern-js/utils@0.0.0-canary-20220308102236
14
+ - @modern-js/core@0.0.0-canary-20220308102236
15
+ - @modern-js/babel-compiler@0.0.0-canary-20220308102236
13
16
 
14
17
  ## 1.2.1
15
18
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220307090601",
14
+ "version": "0.0.0-canary-20220308102236",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7",
32
- "@modern-js/babel-compiler": "^0.0.0-canary-20220307090601",
32
+ "@modern-js/babel-compiler": "^0.0.0-canary-20220308102236",
33
33
  "@modern-js/server-utils": "^1.2.1",
34
- "@modern-js/utils": "^0.0.0-canary-20220307090601"
34
+ "@modern-js/utils": "^0.0.0-canary-20220308102236"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@modern-js/plugin-analyze": "^1.2.1",
@@ -40,13 +40,13 @@
40
40
  "@types/node": "^14",
41
41
  "ts-jest": "^27.0.5",
42
42
  "typescript": "^4",
43
- "@modern-js/core": "^0.0.0-canary-20220307090601",
43
+ "@modern-js/core": "^0.0.0-canary-20220308102236",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@modern-js/core": "^0.0.0-canary-20220307090601"
49
+ "@modern-js/core": "^0.0.0-canary-20220308102236"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "modernConfig": {