@modern-js/plugin-server-build 1.2.8 → 1.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @modern-js/plugin-server-build
2
2
 
3
+ ## 1.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - a1198d509: feat: bump babel 7.18.0
8
+ - Updated dependencies [a1198d509]
9
+ - @modern-js/server-utils@1.2.10
10
+ - @modern-js/babel-compiler@1.2.6
11
+
3
12
  ## 1.2.8
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.8",
14
+ "version": "1.2.9",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -28,19 +28,19 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@babel/runtime": "^7",
32
- "@modern-js/babel-compiler": "^1.2.5",
33
- "@modern-js/server-utils": "^1.2.6",
34
- "@modern-js/utils": "^1.7.3"
31
+ "@babel/runtime": "^7.18.0",
32
+ "@modern-js/babel-compiler": "^1.2.6",
33
+ "@modern-js/server-utils": "^1.2.10",
34
+ "@modern-js/utils": "^1.7.6"
35
35
  },
36
36
  "devDependencies": {
37
- "@modern-js/plugin-analyze": "1.4.3",
37
+ "@modern-js/plugin-analyze": "1.4.6",
38
38
  "@types/babel__core": "^7.1.15",
39
39
  "@types/jest": "^27",
40
40
  "@types/node": "^14",
41
41
  "ts-jest": "^27.0.5",
42
42
  "typescript": "^4",
43
- "@modern-js/core": "1.10.2",
43
+ "@modern-js/core": "1.11.2",
44
44
  "@scripts/build": "0.0.0",
45
45
  "jest": "^27",
46
46
  "@scripts/jest-config": "0.0.0"
@@ -67,7 +67,8 @@
67
67
  "files": [
68
68
  "src/**/*",
69
69
  "tsconfig.json",
70
- "package.json"
70
+ "package.json",
71
+ "tests/**/*"
71
72
  ],
72
73
  "output": []
73
74
  }