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
chore(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Feb 1, 2026
commit 6430bb3881f288b2a9749a70ba239d6ffbbec380
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mooncell-widget",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.27.0",
"packageManager": "pnpm@10.28.2",
"private": true,
"scripts": {
"create": "tsx scripts/index.ts",
Expand All @@ -17,36 +17,36 @@
"prepare": "simple-git-hooks"
},
"dependencies": {
"@sentry/browser": "^10.32.1",
"@sentry/browser": "^10.38.0",
"@urlpack/json": "^2.0.1",
"@vicons/material": "^0.13.0",
"@vueuse/core": "^14.1.0",
"@vueuse/core": "^14.2.0",
"@zumer/snapdom": "^1.9.14",
"crypto-js": "^4.2.0",
"hammerjs": "^2.0.8",
"howler": "^2.2.4",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.22",
"lodash-es": "^4.17.23",
"md5": "^2.3.0",
"naive-ui": "^2.43.2",
"vue": "^3.5.26",
"vue-draggable-plus": "^0.6.0",
"vue": "^3.5.27",
"vue-draggable-plus": "^0.6.1",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/ali-oss": "^6.16.13",
"@types/ali-oss": "^6.23.2",
"@types/crypto-js": "^4.2.2",
"@types/hammerjs": "^2.0.46",
"@types/howler": "^2.2.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.6",
"@types/node": "^24.10.4",
"@unocss/eslint-config": "^66.5.12",
"@unocss/preset-uno": "^66.5.12",
"@unocss/transformer-directives": "^66.5.12",
"@types/node": "^24.10.9",
"@unocss/eslint-config": "^66.6.0",
"@unocss/preset-uno": "^66.6.0",
"@unocss/transformer-directives": "^66.6.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
Expand All @@ -55,21 +55,21 @@
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-vue": "^10.6.2",
"eslint-plugin-vue": "^10.7.0",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"rollup-plugin-visualizer": "^6.0.5",
"simple-git-hooks": "^2.13.1",
"terser": "^5.44.1",
"terser": "^5.46.0",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.52.0",
"unocss": "^66.5.12",
"vite": "^7.3.0",
"typescript-eslint": "^8.54.0",
"unocss": "^66.6.0",
"vite": "^7.3.1",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.2.2"
"vue-tsc": "^3.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading