@modern-js/utils 2.18.1 → 2.19.0

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.19.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1134fe2: chore(deps): bump webpack from 5.76.2 to 5.82.1
8
+
9
+ chore(deps): 将 webpack 从 5.76.2 升级至 5.82.1
10
+
3
11
  ## 2.18.1
4
12
 
5
13
  ## 2.18.0
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.18.1",
18
+ "version": "2.19.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -203,11 +203,11 @@
203
203
  "@types/node": "^14",
204
204
  "jest": "^29",
205
205
  "typescript": "^4",
206
- "webpack": "^5.76.2",
206
+ "webpack": "^5.82.1",
207
207
  "@types/serialize-javascript": "^5.0.1",
208
- "@modern-js/types": "2.18.1",
209
- "@scripts/jest-config": "2.18.1",
210
- "@scripts/build": "2.18.1"
208
+ "@modern-js/types": "2.19.0",
209
+ "@scripts/build": "2.19.0",
210
+ "@scripts/jest-config": "2.19.0"
211
211
  },
212
212
  "sideEffects": false,
213
213
  "scripts": {