Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Mar 25, 2024
1 parent c2d1228 commit c9cd73c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 48 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
},
"author": "Guillaume Beraudo",
"license": "BSD-2-Clause",
"files": [
"lib/*"
],
"files": ["lib/*"],
"type": "module",
"module": "lib/index.js",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@biomejs/biome": "1.6.2",
"@geoblocks/recast-utils": "^0.1.0",
"typescript": "^5.3.3"
"typescript": "5.4.3"
}
}
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true
},
"files": [
"src/index.ts"
]
"files": ["src/index.ts"]
}

0 comments on commit c9cd73c

Please sign in to comment.