Skip to content

Commit

Permalink
perf(lockfile): update lockfile after dependabot updates
Browse files Browse the repository at this point in the history
we're also using `@types/bun` instead of `bun-types` to reflect latest practices
  • Loading branch information
wallpants committed Feb 23, 2024
1 parent 5109060 commit 3ac0a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"target": "ESNext",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"types": ["bun-types"],
"allowImportingTsExtensions": true,
"noEmit": true,
"composite": true,
Expand All @@ -30,6 +29,6 @@
"noUnusedParameters": true,
"isolatedModules": true,
"checkJs": true,
"esModuleInterop": true
}
"esModuleInterop": true,
},
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cz-commitlint": "^18.4.4",
"@types/bun": "latest",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.18.1",
"bun-types": "latest",
"commitizen": "^4.3.0",
"commitlint": "^18.4.4",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 3ac0a27

Please sign in to comment.