Skip to content

Commit

Permalink
Bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Oct 23, 2023
1 parent e92bee7 commit 8254172
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 263 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"eslint": ">=7"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.18.0",
"@types/eslint": "^8.44.0",
"@types/node": "^18.16.19",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/utils": "^5.61.0",
"bun-types": "^0.6.13",
"eslint": "^8.44.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"@arnaud-barre/tnode": "^0.19.2",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.7",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/utils": "^6.9.0",
"bun-types": "^1.0.7",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"include": ["src", "scripts"],
"compilerOptions": {
/* Target node 14 */
"target": "ES2020",
"module": "CommonJS",
"esModuleInterop": true,
"module": "ESNext",
"lib": ["ES2020"],
"types": ["bun-types"],

/* esbuild compilation */
"moduleResolution": "node16",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"noEmit": true,

/* Linting */
Expand Down

0 comments on commit 8254172

Please sign in to comment.