chore: update deps

This commit is contained in:
Anthony Fu 2024-08-15 22:35:13 +02:00
parent 24c0b2c9c2
commit 6dd2032d99
No known key found for this signature in database
GPG Key ID: 179936958CD423FF
2 changed files with 1497 additions and 1113 deletions

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"packageManager": "pnpm@9.5.0", "packageManager": "pnpm@9.7.1",
"author": "Anthony Fu<https://github.com/antfu>", "author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/antfu/icones#readme", "homepage": "https://github.com/antfu/icones#readme",
@ -28,7 +28,7 @@
}, },
"dependencies": { "dependencies": {
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^11.0.0",
"dexie": "^4.0.8", "dexie": "^4.0.8",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"floating-vue": "^5.2.2", "floating-vue": "^5.2.2",
@ -36,18 +36,18 @@
"hotkeys-js": "^3.13.7", "hotkeys-js": "^3.13.7",
"iconify-icon": "^2.1.0", "iconify-icon": "^2.1.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"vue": "^3.4.32", "vue": "^3.4.38",
"vue-chemistry": "^0.2.2", "vue-chemistry": "^0.2.2",
"vue-router": "^4.4.0" "vue-router": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^2.23.0", "@antfu/eslint-config": "^2.25.2",
"@iconify/json": "^2.2.229", "@iconify/json": "^2.2.237",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue": "^5.1.2",
"dayjs": "^1.11.11", "dayjs": "^1.11.12",
"eslint": "^9.7.0", "eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2", "eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0", "esno": "^4.7.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
@ -56,14 +56,14 @@
"lru-cache": "^11.0.0", "lru-cache": "^11.0.0",
"pnpm": "8.10.2", "pnpm": "8.10.2",
"svg-packer": "^0.0.3", "svg-packer": "^0.0.3",
"typescript": "^5.5.3", "typescript": "^5.5.4",
"unocss": "^0.61.5", "unocss": "^0.62.2",
"unplugin-auto-import": "^0.18.0", "unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3", "unplugin-vue-components": "^0.27.4",
"vite": "^5.3.4", "vite": "^5.4.1",
"vite-plugin-pages": "^0.32.3", "vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.0", "vite-plugin-pwa": "^0.20.1",
"vue-tsc": "^2.0.26" "vue-tsc": "^2.0.29"
}, },
"pnpm": { "pnpm": {
"neverBuiltDependencies": [ "neverBuiltDependencies": [

2578
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff