mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-22 21:55:32 -04:00
chore(deps): update dependencies and build configuration
This commit is contained in:
Generated
+1090
-1421
File diff suppressed because it is too large
Load Diff
+6
-5
@@ -46,14 +46,15 @@
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"tldts": "7.0.19"
|
||||
"tldts": "~7.4.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.11",
|
||||
"@types/node": "25.0.6",
|
||||
"tsdown": "0.19.0",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "^4.0.16"
|
||||
"@types/node": "^26.6.1",
|
||||
"tsdown": "^0.23.0",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.3.0",
|
||||
"vitest": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
|
||||
+2
-1
@@ -20,7 +20,8 @@
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
|
||||
+1
-1
@@ -5,5 +5,5 @@ export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
dts: true,
|
||||
nodeProtocol: "strip",
|
||||
external: ["tldts"],
|
||||
deps: { neverBundle: ["tldts"] },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user