Skip to content

Commit 4ba015b

Browse files
committed
chore(deps-dev): update all dependencies
1 parent 04acb15 commit 4ba015b

File tree

2 files changed

+265
-195
lines changed

2 files changed

+265
-195
lines changed

package.json

+24-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
11
{
22
"name": "kittylog",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Pretty logs in JavaScript",
55
"author": "pietrodev07",
6+
"repository": {},
67
"main": "dist/index.js",
78
"types": "dist/index.d.ts",
89
"type": "module",
910
"license": "MIT",
11+
"keywords": [
12+
"log",
13+
"pretty",
14+
"format",
15+
"output",
16+
"style",
17+
"logger",
18+
"color",
19+
"formatting",
20+
"logging",
21+
"console",
22+
"beautiful",
23+
"enhance",
24+
"readable",
25+
"messages"
26+
],
1027
"scripts": {
1128
"build": "rollup -c",
1229
"lint": "pnpm dlx @biomejs/biome lint .",
@@ -17,13 +34,13 @@
1734
"test:node": "tsx src/test.ts"
1835
},
1936
"devDependencies": {
20-
"@biomejs/biome": "1.4.1",
37+
"@biomejs/biome": "1.7.3",
2138
"@rollup/plugin-typescript": "^11.1.6",
22-
"@types/node": "^20.10.6",
23-
"rollup": "^4.12.0",
24-
"rollup-plugin-dts": "^6.1.0",
39+
"@types/node": "^20.12.12",
40+
"rollup": "^4.18.0",
41+
"rollup-plugin-dts": "^6.1.1",
2542
"tslib": "^2.6.2",
26-
"tsx": "^4.7.1",
27-
"typescript": "^5.3.3"
43+
"tsx": "^4.11.0",
44+
"typescript": "^5.4.5"
2845
}
2946
}

0 commit comments

Comments
 (0)