@modern-js/upgrade 2.31.2 → 2.32.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/LICENSE +1 -1
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @modern-js/upgrade
2
2
 
3
+ ## 2.32.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/utils@2.32.1
8
+ - @modern-js/plugin-i18n@2.32.1
9
+
10
+ ## 2.32.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [e5a3fb4]
15
+ - Updated dependencies [6076166]
16
+ - Updated dependencies [a030aff]
17
+ - Updated dependencies [3c91100]
18
+ - Updated dependencies [5255eba]
19
+ - @modern-js/utils@2.32.0
20
+ - @modern-js/plugin-i18n@2.32.0
21
+
3
22
  ## 2.31.2
4
23
 
5
24
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Modern.js
3
+ Copyright (c) 2021-present Modern.js
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.2",
18
+ "version": "2.32.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@modern-js/codesmith": "2.2.5",
37
37
  "@swc/helpers": "0.5.1",
38
- "@modern-js/plugin-i18n": "2.31.2",
39
- "@modern-js/utils": "2.31.2"
38
+ "@modern-js/plugin-i18n": "2.32.1",
39
+ "@modern-js/utils": "2.32.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/jest": "^29",
@@ -44,9 +44,9 @@
44
44
  "jest": "^29",
45
45
  "ts-node": "^10.9.1",
46
46
  "typescript": "^5",
47
- "@modern-js/upgrade-generator": "3.1.35",
48
- "@scripts/build": "2.31.1",
49
- "@scripts/jest-config": "2.31.1"
47
+ "@modern-js/upgrade-generator": "3.1.37",
48
+ "@scripts/build": "2.32.1",
49
+ "@scripts/jest-config": "2.32.1"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {