Skip to content

Commit

Permalink
chore(ts): update the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 13, 2024
1 parent 2638c2a commit c94785d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions template/ts/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ APP_NAME := {{cookiecutter.project_slug}}

# Init the venv
init:
@npm i
@pnpm i

# Build wheel
build:
@npm run build
@pnpm build

# Test
test:
@npm test
@pnpm test

# Build image
image:
Expand Down
20 changes: 10 additions & 10 deletions template/ts/{{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"toml": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@commitlint/types": "^19.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@biomejs/biome": "1.9.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.4",
"@vercel/ncc": "^0.38.1",
"husky": "^9.1.5",
"inquirer": "^9.3.6",
"husky": "^9.1.6",
"inquirer": "^10.2.2",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"lint-staged": {
"*": ["biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"]
Expand Down

0 comments on commit c94785d

Please sign in to comment.