@modern-js/utils 2.30.0 → 2.31.0

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 +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.31.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1882366: chore(deps): bump build dependencies
8
+
9
+ chore(deps): 升级构建相关依赖
10
+
3
11
  ## 2.30.0
4
12
 
5
13
  ## 2.29.0
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.30.0",
18
+ "version": "2.31.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -215,7 +215,7 @@
215
215
  }
216
216
  },
217
217
  "dependencies": {
218
- "caniuse-lite": "^1.0.30001489",
218
+ "caniuse-lite": "^1.0.30001520",
219
219
  "lodash": "^4.17.21",
220
220
  "serialize-javascript": "^6.0.0",
221
221
  "react-router-dom": "6.11.1",
@@ -243,9 +243,9 @@
243
243
  "typescript": "^5",
244
244
  "webpack": "^5.88.1",
245
245
  "@types/serialize-javascript": "^5.0.1",
246
- "@scripts/build": "2.30.0",
247
- "@scripts/jest-config": "2.30.0",
248
- "@modern-js/types": "2.30.0"
246
+ "@modern-js/types": "2.31.0",
247
+ "@scripts/build": "2.31.0",
248
+ "@scripts/jest-config": "2.31.0"
249
249
  },
250
250
  "sideEffects": false,
251
251
  "scripts": {