Skip to content

Commit

Permalink
2024-09-15T09-42-48
Browse files Browse the repository at this point in the history
  • Loading branch information
sspilleman committed Sep 15, 2024
1 parent 1fb413c commit 7a0b0e8
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 35 deletions.
7 changes: 0 additions & 7 deletions import_map.json

This file was deleted.

62 changes: 40 additions & 22 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"autoprefixer": "^10.4.20",
"crypto": "^1.0.1",
"d3": "^7.9.0",
"dexie": "^4.0.8",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"exceljs": "sspilleman/exceljs",
"exceljs": "^4.4.0",
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.16",
"flowbite-svelte-icons": "^1.6.1",
Expand All @@ -45,13 +46,15 @@
"tailwindcss": "^3.4.11",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"uuid": "^10.0.0",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"xlsx": "^0.18.5"
},
"type": "module",
"dependencies": {
"crypto": "^1.0.1",
"uuid": "^10.0.0"
"overrides": {
"exceljs": {
"crypto": "node:crypto"
}
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true
},
"types": ["node"]
}
}

1 comment on commit 7a0b0e8

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 7a0b0e8 Sep 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "crypto" not prefixed with / or ./ or ../ and not in import map from "file:///src/server.js"

Please sign in to comment.