[chore] updated dependencys

This commit is contained in:
kwaroran
2023-07-21 00:47:21 +09:00
parent 67f8e9e514
commit af47d76f48
2 changed files with 284 additions and 317 deletions

View File

@@ -15,14 +15,14 @@
}, },
"dependencies": { "dependencies": {
"@adobe/css-tools": "4.3.0-beta.2", "@adobe/css-tools": "4.3.0-beta.2",
"@dqbd/tiktoken": "^1.0.4", "@dqbd/tiktoken": "^1.0.7",
"@mlc-ai/web-tokenizers": "^0.1.0", "@mlc-ai/web-tokenizers": "^0.1.0",
"@tauri-apps/api": "1.4.0", "@tauri-apps/api": "1.4.0",
"@types/marked": "^5.0.1", "@types/marked": "^5.0.1",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"core-js": "^3.30.2", "core-js": "^3.31.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"dompurify": "^3.0.5", "dompurify": "^3.0.5",
"exifr": "^7.1.3", "exifr": "^7.1.3",
@@ -44,7 +44,7 @@
"png-chunks-encode": "^1.0.0", "png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0", "png-chunks-extract": "^1.0.0",
"pngjs": "^7.0.0", "pngjs": "^7.0.0",
"rollup": "^3.21.3", "rollup": "^3.26.3",
"showdown": "^2.1.0", "showdown": "^2.1.0",
"sortablejs": "^1.15.0", "sortablejs": "^1.15.0",
"three": "^0.154.0", "three": "^0.154.0",
@@ -54,32 +54,32 @@
"web-streams-polyfill": "^3.2.1" "web-streams-polyfill": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1", "@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@tauri-apps/cli": "1.4.0", "@tauri-apps/cli": "1.4.0",
"@tsconfig/svelte": "^3.0.0", "@tsconfig/svelte": "^3.0.0",
"@types/blueimp-md5": "^2.18.0", "@types/blueimp-md5": "^2.18.0",
"@types/dompurify": "^3.0.1", "@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.194", "@types/lodash": "^4.14.195",
"@types/lodash.clonedeep": "^4.5.7", "@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.isequal": "^4.5.6", "@types/lodash.isequal": "^4.5.6",
"@types/node": "^18.7.10", "@types/node": "^18.16.19",
"@types/pngjs": "^6.0.1", "@types/pngjs": "^6.0.1",
"@types/showdown": "^2.0.0", "@types/showdown": "^2.0.1",
"@types/sortablejs": "^1.15.1", "@types/sortablejs": "^1.15.1",
"@types/three": "^0.154.0", "@types/three": "^0.154.0",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.2",
"@types/wicg-file-system-access": "^2020.9.6", "@types/wicg-file-system-access": "^2020.9.6",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"internal-ip": "^7.0.0", "internal-ip": "^7.0.0",
"postcss": "^8.4.23", "postcss": "^8.4.26",
"svelte": "^4.1.0", "svelte": "^4.1.0",
"svelte-check": "^3.4.3", "svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4", "svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.3",
"tslib": "^2.4.1", "tslib": "^2.6.0",
"typescript": "^5.0.0", "typescript": "^5.1.6",
"vite": "^4.3.9", "vite": "^4.4.5",
"vite-plugin-top-level-await": "^1.3.1", "vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2" "vite-plugin-wasm": "^3.2.2"
} }

571
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff