Skip to content

Commit dd77da4

Browse files
committed
chore: Update package.json dependencies and devDependencies
1 parent 165bf71 commit dd77da4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bun.lockb

27.5 KB
Binary file not shown.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aurora-code",
33
"type": "module",
4-
"version": "2.5.2",
4+
"version": "2.5.3",
55
"description": "The C code highlighting engine for the web.",
66
"license": "MIT",
77
"author": "Abinash Karmakar",
@@ -36,14 +36,14 @@
3636
"prettier:fix": "prettier --write ."
3737
},
3838
"devDependencies": {
39-
"@types/node": "^20.8.9",
40-
"@vitest/ui": "^0.34.6",
41-
"picocolors": "^1.0.0",
42-
"prettier": "^3.0.3",
43-
"terser": "^5.24.0",
44-
"typescript": "^5.2.2",
45-
"vite": "^4.4.5",
46-
"vite-plugin-dts": "^3.6.1",
47-
"vitest": "^0.34.6"
39+
"@types/node": "^20.14.2",
40+
"@vitest/ui": "^1.6.0",
41+
"picocolors": "^1.0.1",
42+
"prettier": "^3.3.1",
43+
"terser": "^5.31.1",
44+
"typescript": "^5.4.5",
45+
"vite": "^5.2.13",
46+
"vite-plugin-dts": "^3.9.1",
47+
"vitest": "^1.6.0"
4848
}
4949
}

0 commit comments

Comments
 (0)