Skip to content

Commit 0d1d617

Browse files
chore: update deps
1 parent 41e51b3 commit 0d1d617

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "littlejson",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
4+
"description": "Fast and lightweight CLI to compress JSON files",
45
"module": "dist/index.js",
56
"type": "module",
67
"bin": {
@@ -36,17 +37,17 @@
3637
"LICENSE"
3738
],
3839
"devDependencies": {
39-
"@eslint/js": "^9.19.0",
40-
"@types/bun": "^1.2.1",
41-
"eslint": "^9.19.0",
40+
"@eslint/js": "^9.20.0",
41+
"@types/bun": "^1.2.2",
42+
"eslint": "^9.20.0",
4243
"globals": "^15.14.0",
43-
"typescript-eslint": "^8.22.0"
44+
"typescript-eslint": "^8.23.0"
4445
},
4546
"peerDependencies": {
4647
"typescript": "^5.7.3"
4748
},
4849
"dependencies": {
49-
"@msgpack/msgpack": "^3.0.0-beta3",
50+
"@msgpack/msgpack": "^3.0.0",
5051
"commander": "^13.1.0",
5152
"consola": "^3.4.0"
5253
}

0 commit comments

Comments
 (0)