Skip to content

Commit 766f42f

Browse files
committed
build: update version to 0.4.0; update commitlint, eslint-config-prettier to latest version
1 parent 149560d commit 766f42f

3 files changed

Lines changed: 3717 additions & 6843 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "lunarstack",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"author": "actuallylost",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {
88
"prepare": "husky"
99
},
1010
"dependencies": {
11-
"husky": "^9.0.10"
11+
"husky": "^9"
1212
},
1313
"devDependencies": {
14-
"@commitlint/cli": "^18.4.3",
15-
"@commitlint/config-conventional": "^18.4.3",
16-
"eslint-config-prettier": "^9.1.0",
17-
"lint-staged": "^15.2.0",
18-
"prettier": "^3.1.1"
14+
"@commitlint/cli": "^19",
15+
"@commitlint/config-conventional": "^19",
16+
"eslint-config-prettier": "^10",
17+
"lint-staged": "^15",
18+
"prettier": "^3"
1919
},
2020
"prisma": {
2121
"schema": "crates/prisma/prisma/schema.prisma"

0 commit comments

Comments
 (0)