Skip to content

Commit 8254172

Browse files
committed
Bump dev deps
1 parent e92bee7 commit 8254172

File tree

4 files changed

+370
-263
lines changed

4 files changed

+370
-263
lines changed

bun.lockb

12.4 KB
Binary file not shown.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"eslint": ">=7"
1313
},
1414
"devDependencies": {
15-
"@arnaud-barre/tnode": "^0.18.0",
16-
"@types/eslint": "^8.44.0",
17-
"@types/node": "^18.16.19",
18-
"@typescript-eslint/parser": "^5.61.0",
19-
"@typescript-eslint/utils": "^5.61.0",
20-
"bun-types": "^0.6.13",
21-
"eslint": "^8.44.0",
22-
"prettier": "^3.0.0",
23-
"typescript": "^5.1.6"
15+
"@arnaud-barre/tnode": "^0.19.2",
16+
"@types/eslint": "^8.44.6",
17+
"@types/node": "^20.8.7",
18+
"@typescript-eslint/parser": "^6.9.0",
19+
"@typescript-eslint/utils": "^6.9.0",
20+
"bun-types": "^1.0.7",
21+
"eslint": "^8.52.0",
22+
"prettier": "^3.0.3",
23+
"typescript": "^5.2.2"
2424
}
2525
}

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
22
"include": ["src", "scripts"],
33
"compilerOptions": {
4-
/* Target node 14 */
54
"target": "ES2020",
6-
"module": "CommonJS",
7-
"esModuleInterop": true,
5+
"module": "ESNext",
86
"lib": ["ES2020"],
97
"types": ["bun-types"],
108

119
/* esbuild compilation */
12-
"moduleResolution": "node16",
10+
"moduleResolution": "bundler",
1311
"allowImportingTsExtensions": true,
1412
"resolveJsonModule": true,
15-
"isolatedModules": true,
13+
"verbatimModuleSyntax": true,
1614
"noEmit": true,
1715

1816
/* Linting */

0 commit comments

Comments
 (0)