File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 3.4.0 - 2023-04-xx
4
4
5
+ ### Changed
6
+ - Update dependencies.
7
+
5
8
### Fixed
6
9
- Defer importing ` ky-universal ` until needed.
7
10
- Prevents dangling ` Promise ` with an import in it.
Original file line number Diff line number Diff line change 33
33
" dist/*"
34
34
],
35
35
"dependencies" : {
36
- "ky" : " ^0.33.2 " ,
36
+ "ky" : " ^0.33.3 " ,
37
37
"ky-universal" : " ^0.11.0" ,
38
- "undici" : " ^5.15.0 "
38
+ "undici" : " ^5.21.2 "
39
39
},
40
40
"devDependencies" : {
41
- "c8" : " ^7.12 .0" ,
41
+ "c8" : " ^7.13 .0" ,
42
42
"chai" : " ^4.3.7" ,
43
43
"cross-env" : " ^7.0.3" ,
44
44
"detect-node" : " ^2.1.0" ,
45
- "eslint" : " ^8.32 .0" ,
45
+ "eslint" : " ^8.38 .0" ,
46
46
"eslint-config-digitalbazaar" : " ^4.2.0" ,
47
- "eslint-plugin-jsdoc" : " ^39.6.4 " ,
48
- "eslint-plugin-unicorn" : " ^45 .0.2 " ,
47
+ "eslint-plugin-jsdoc" : " ^41.1.1 " ,
48
+ "eslint-plugin-unicorn" : " ^46 .0.0 " ,
49
49
"karma" : " ^6.4.1" ,
50
50
"karma-chai" : " ^0.1.0" ,
51
51
"karma-chrome-launcher" : " ^3.1.1" ,
52
52
"karma-mocha" : " ^2.0.1" ,
53
53
"karma-mocha-reporter" : " ^2.2.5" ,
54
- "karma-sourcemap-loader" : " ^0.3.8 " ,
54
+ "karma-sourcemap-loader" : " ^0.4.0 " ,
55
55
"karma-webpack" : " ^5.0.0" ,
56
56
"mocha" : " ^10.2.0" ,
57
- "rimraf" : " ^4 .0.7 " ,
58
- "rollup" : " ^3.10.0 " ,
59
- "webpack" : " ^5.75 .0"
57
+ "rimraf" : " ^5 .0.0 " ,
58
+ "rollup" : " ^3.20.2 " ,
59
+ "webpack" : " ^5.79 .0"
60
60
},
61
61
"repository" : {
62
62
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments