Skip to content

Commit

Permalink
chore: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 24, 2024
1 parent 0755089 commit f975cfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"generate": "node --loader=ts-node/esm ./generate.ts"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.3.0",
"@swc/core": "^1.3.105",
"@types/http-errors": "^2.0.4",
"@types/node": "^20.10.5",
"@types/node": "^20.11.6",
"@types/tap": "^15.0.11",
"c8": "^8.0.1",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"http-errors": "^2.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"tap": "^18.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "preserve",
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit f975cfa

Please sign in to comment.