@modern-js/server-utils 2.20.0 → 2.21.1

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 +30 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @modern-js/server-utils
2
2
 
3
+ ## 2.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/babel-preset-lib@2.21.1
8
+ - @modern-js/babel-compiler@2.21.1
9
+ - @modern-js/utils@2.21.1
10
+
11
+ ## 2.21.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 26dcf3a: chore: bump typescript to v5 in devDependencies
16
+
17
+ chore: 升级 devDependencies 中的 typescript 版本到 v5
18
+
19
+ - ad78387: chore(deps): bump babel-related dependencies to latest version
20
+
21
+ chore(deps): 升级 babel 相关依赖到最新版本
22
+
23
+ - Updated dependencies [e81eeaf]
24
+ - Updated dependencies [26dcf3a]
25
+ - Updated dependencies [056627f]
26
+ - Updated dependencies [0fc15ca]
27
+ - Updated dependencies [43b4e83]
28
+ - Updated dependencies [ad78387]
29
+ - @modern-js/utils@2.21.0
30
+ - @modern-js/babel-compiler@2.21.0
31
+ - @modern-js/babel-preset-lib@2.21.0
32
+
3
33
  ## 2.20.0
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.20.0",
18
+ "version": "2.21.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -31,28 +31,28 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@babel/core": "^7.18.0",
35
- "@babel/plugin-proposal-class-properties": "^7.17.12",
36
- "@babel/plugin-proposal-decorators": "^7.18.0",
37
- "@babel/preset-env": "^7.18.0",
38
- "@babel/preset-typescript": "^7.17.12",
34
+ "@babel/core": "^7.21.8",
35
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
36
+ "@babel/plugin-proposal-decorators": "^7.21.0",
37
+ "@babel/preset-env": "^7.21.5",
38
+ "@babel/preset-typescript": "^7.21.5",
39
39
  "babel-plugin-module-resolver": "^4.1.0",
40
40
  "babel-plugin-transform-typescript-metadata": "^0.3.2",
41
41
  "@swc/helpers": "0.5.1",
42
- "@modern-js/babel-compiler": "2.20.0",
43
- "@modern-js/babel-preset-lib": "2.20.0",
44
- "@modern-js/utils": "2.20.0"
42
+ "@modern-js/babel-compiler": "2.21.1",
43
+ "@modern-js/babel-preset-lib": "2.21.1",
44
+ "@modern-js/utils": "2.21.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/babel__core": "^7.1.15",
47
+ "@types/babel__core": "^7.20.0",
48
48
  "@types/jest": "^29",
49
49
  "@types/node": "^14",
50
50
  "jest": "^29",
51
- "ts-jest": "^29.0.5",
52
- "typescript": "^4",
53
- "@modern-js/server-core": "2.20.0",
54
- "@scripts/build": "2.20.0",
55
- "@scripts/jest-config": "2.20.0"
51
+ "ts-jest": "^29.1.0",
52
+ "typescript": "^5",
53
+ "@modern-js/server-core": "2.21.1",
54
+ "@scripts/jest-config": "2.21.1",
55
+ "@scripts/build": "2.21.1"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "publishConfig": {