Skip to content

Commit

Permalink
Merge pull request #8 from aolose/issue#7
Browse files Browse the repository at this point in the history
fix issue #7
  • Loading branch information
aolose authored Aug 13, 2023
2 parents e747987 + a9bef54 commit 0a830d5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,28 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/adapter-node": "^1.2.4",
"@sveltejs/kit": "^1.5.0",
"@types/better-sqlite3": "^7.6.4",
"@types/cookie": "^0.5.1",
"@types/follow-redirects": "^1.14.1",
"@types/fs-extra": "^11.0.1",
"@types/html-to-text": "^9.0.0",
"@types/marked": "^4.0.8",
"@types/node": "^18.16.3",
"@types/sharp": "^0.31.1",
"eslint-plugin-svelte3": "^4.0.0",
"sass": "^1.62.1",
"svelte-preprocess": "^5.0.3",
"ts-node": "^10.9.1",
"@sveltejs/kit": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"sass": "^1.62.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^5.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.0"
Expand All @@ -52,6 +53,7 @@
"diff-match-patch-typescript": "^1.0.8",
"dotenv": "^16.0.3",
"easymde": "^2.18.0",
"follow-redirects": "^1.15.2",
"fs-extra": "^11.1.1",
"highlight.js": "^11.8.0",
"html-to-text": "^9.0.5",
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/lib/server/ipLite.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs';
import JSZip from 'jszip';
import * as https from 'https';
import {https} from 'follow-redirects';
import { IP2Location } from 'ip2location-nodejs';
import { sys } from '$lib/server/index';
import path from 'path';
Expand Down

0 comments on commit 0a830d5

Please sign in to comment.