Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Nov 22, 2023
1 parent d7dca11 commit 82513a1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 35 deletions.
78 changes: 46 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"prebuild": "tsc --build --clean",
"build": "tsc --build",
"format": "dprint fmt ./src/**/*",
"fmt": "dprint fmt ./src/**/*",
"typecheck": "tsc --noEmit",
"version": "git checkout develop && npm test",
"postversion": "echo 'Now run npm run build && npm publish'",
Expand All @@ -35,9 +35,9 @@
"devDependencies": {
"@types/lodash.deburr": "~4.1.0",
"@types/node": ">=18.18.2",
"dprint": "~0.41.0",
"dprint": "~0.43.0",
"ts-node": "~10.9.0",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
},
"type": "module",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 82513a1

Please sign in to comment.