File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aedes-packet" ,
3
- "version" : " 3.0.100 " ,
3
+ "version" : " 3.0.101 " ,
4
4
"description" : " Basic data structure for packets in Aedes " ,
5
5
"main" : " packet.js" ,
6
6
"types" : " packet.d.ts" ,
47
47
"node" : " >=14"
48
48
},
49
49
"dependencies" : {
50
- "mqtt-packet" : " ^8.1.1 "
50
+ "mqtt-packet" : " ^9.0.0 "
51
51
},
52
52
"devDependencies" : {
53
- "@types/node" : " ^18.6.3 " ,
53
+ "@types/node" : " ^20.12.4 " ,
54
54
"@typescript-eslint/eslint-plugin" : " ^5.32.0" ,
55
55
"@typescript-eslint/parser" : " ^5.32.0" ,
56
- "faucet" : " 0.0.1 " ,
56
+ "faucet" : " 0.0.4 " ,
57
57
"license-checker" : " ^25.0.1" ,
58
- "markdownlint-cli" : " ^0.32.1 " ,
58
+ "markdownlint-cli" : " ^0.34.0 " ,
59
59
"pre-commit" : " ^1.2.2" ,
60
60
"snazzy" : " ^9.0.0" ,
61
61
"standard" : " ^17.0.0" ,
62
62
"tap" : " ^16.3.0" ,
63
- "typescript" : " ^4.7.4 "
63
+ "typescript" : " ^5.0.2 "
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments