Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@8.2.0_@capacitor+core@8.2.0/node_modules/@capacitor/android/capacitor')
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@8.3.4_@capacitor+core@8.3.4/node_modules/@capacitor/android/capacitor')

include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacitor+app@8.0.0_@capacitor+core@8.2.0/node_modules/@capacitor/app/android')
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacitor+app@8.0.0_@capacitor+core@8.3.4/node_modules/@capacitor/app/android')

include ':capacitor-screen-orientation'
project(':capacitor-screen-orientation').projectDir = new File('../node_modules/.pnpm/@capacitor+screen-orientation@7.0.4_@capacitor+core@8.2.0/node_modules/@capacitor/screen-orientation/android')
project(':capacitor-screen-orientation').projectDir = new File('../node_modules/.pnpm/@capacitor+screen-orientation@7.0.4_@capacitor+core@8.3.4/node_modules/@capacitor/screen-orientation/android')

include ':capacitor-status-bar'
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@capacitor+status-bar@8.0.1_@capacitor+core@8.2.0/node_modules/@capacitor/status-bar/android')
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@capacitor+status-bar@8.0.2_@capacitor+core@8.3.4/node_modules/@capacitor/status-bar/android')
2 changes: 1 addition & 1 deletion auto-eslint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default {
"controlledComputed": true,
"controlledRef": true,
"createApp": true,
"createDisposableDirective": true,
"createEventHook": true,
"createGlobalState": true,
"createInjectionState": true,
Expand Down Expand Up @@ -100,7 +101,6 @@ export default {
"refThrottled": true,
"refWithControl": true,
"resolveComponent": true,
"resolveRef": true,
"shallowReactive": true,
"shallowReadonly": true,
"shallowRef": true,
Expand Down
1 change: 1 addition & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare global {
const controlledComputed: typeof import('@vueuse/core').controlledComputed
const controlledRef: typeof import('@vueuse/core').controlledRef
const createApp: typeof import('vue').createApp
const createDisposableDirective: typeof import('@vueuse/core').createDisposableDirective
const createEventHook: typeof import('@vueuse/core').createEventHook
const createGlobalState: typeof import('@vueuse/core').createGlobalState
const createInjectionState: typeof import('@vueuse/core').createInjectionState
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,86 +34,86 @@
"dependencies": {
"@applemusic-like-lyrics/core": "^0.5.1",
"@applemusic-like-lyrics/lyric": "^1.0.1",
"@capacitor/android": "^8.0.0",
"@capacitor/android": "^8.3.4",
"@capacitor/app": "8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/core": "^8.3.4",
"@capacitor/screen-orientation": "^7.0.4",
"@capacitor/status-bar": "^8.0.0",
"@capacitor/status-bar": "^8.0.2",
"@imsyy/color-utils": "^1.0.2",
"@material/material-color-utilities": "^0.4.0",
"@neteasecloudmusicapienhanced/api": "^4.30.1",
"@neteasecloudmusicapienhanced/api": "4.30.1",
"@pixi/app": "^7.4.3",
"@pixi/core": "^7.4.3",
"@pixi/display": "^7.4.3",
"@pixi/filter-blur": "^7.4.3",
"@pixi/filter-bulge-pinch": "^5.1.1",
"@pixi/filter-color-matrix": "^7.4.3",
"@pixi/sprite": "^7.4.3",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"axios": "^1.13.5",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"axios": "^1.16.1",
"axios-retry": "^4.5.0",
"better-sqlite3": "^12.6.2",
"better-sqlite3": "^12.10.0",
"change-case": "^5.4.4",
"dayjs": "^1.11.19",
"dayjs": "^1.11.21",
"file-saver": "^2.0.5",
"font-list": "^2.0.2",
"fuse.js": "^7.1.0",
"get-port": "^7.1.0",
"font-list": "^2.1.0",
"fuse.js": "^7.4.1",
"get-port": "^7.2.0",
"github-markdown-css": "^5.9.0",
"js-cookie": "^3.0.5",
"js-cookie": "^3.0.8",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"marked": "^16.4.2",
"md5": "^2.3.0",
"music-metadata": "^11.12.0",
"music-metadata": "^11.12.3",
"nodejs-mobile-cordova": "^0.4.3",
"p-limit": "^7.3.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"plyr": "^3.8.4",
"sortablejs": "^1.15.7",
"ws": "^8.19.0"
"ws": "^8.21.0"
},
"devDependencies": {
"@capacitor/cli": "^8.0.0",
"@capacitor/cli": "^8.3.4",
"@fastify/cookie": "^11.0.2",
"@fastify/http-proxy": "^11.4.1",
"@fastify/http-proxy": "^11.4.4",
"@fastify/multipart": "^9.4.0",
"@fastify/static": "^8.3.0",
"@types/better-sqlite3": "^7.6.13",
"@types/emscripten": "^1.41.5",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/md5": "^2.3.6",
"@types/node": "^24.10.13",
"@types/node": "^24.12.4",
"@types/sortablejs": "^1.15.9",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-vue": "^6.0.4",
"ajv": "^8.17.1",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.60.1",
"@vitejs/plugin-vue": "^6.0.7",
"ajv": "^8.20.0",
"crypto-js": "^4.2.0",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^10.9.1",
"fast-glob": "^3.3.3",
"fastify": "^5.7.4",
"naive-ui": "^2.43.2",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"sass": "^1.97.3",
"terser": "^5.46.0",
"tsx": "^4.21.0",
"fastify": "^5.8.5",
"naive-ui": "^2.44.1",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"sass": "^1.100.0",
"terser": "^5.48.0",
"tsx": "^4.22.4",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^29.2.0",
"vite": "^7.3.1",
"vite": "^7.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "^8.0.6",
"vite-plugin-wasm": "^3.5.0",
"vue": "^3.5.28",
"vite-plugin-vue-devtools": "^8.1.2",
"vite-plugin-wasm": "^3.6.0",
"vue": "^3.5.35",
"vue-router": "^4.6.4",
"vue-tsc": "2.2.12"
},
Expand Down
Loading