-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
422aa1d
commit 6fcdbd8
Showing
2 changed files
with
463 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "mooncell-widget", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"private": true, | ||
"scripts": { | ||
"create": "node scripts/index.js", | ||
|
@@ -18,7 +18,7 @@ | |
"prepare": "node .husky/install.mjs" | ||
}, | ||
"dependencies": { | ||
"@sentry/browser": "^8.33.1", | ||
"@sentry/browser": "^8.34.0", | ||
"@urlpack/json": "^2.0.0", | ||
"@vicons/material": "^0.12.0", | ||
"@vueuse/core": "^11.1.0", | ||
|
@@ -29,23 +29,23 @@ | |
"lodash-es": "^4.17.21", | ||
"md5": "^2.3.0", | ||
"naive-ui": "^2.40.1", | ||
"vue": "^3.5.11", | ||
"vue": "^3.5.12", | ||
"vue-draggable-plus": "^0.5.3", | ||
"workbox-routing": "^7.1.0", | ||
"workbox-strategies": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.12.0", | ||
"@types/crypto-js": "^4.2.2", | ||
"@types/hammerjs": "^2.0.45", | ||
"@types/hammerjs": "^2.0.46", | ||
"@types/js-cookie": "^3.0.6", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/md5": "^2.3.5", | ||
"@types/node": "^20.16.10", | ||
"@types/node": "^20.16.11", | ||
"@types/tough-cookie": "^4.0.5", | ||
"@unocss/eslint-config": "^0.63.3", | ||
"@unocss/preset-uno": "^0.63.3", | ||
"@unocss/transformer-directives": "^0.63.3", | ||
"@unocss/eslint-config": "^0.63.4", | ||
"@unocss/preset-uno": "^0.63.4", | ||
"@unocss/transformer-directives": "^0.63.4", | ||
"@vitejs/plugin-legacy": "^5.4.2", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"ali-oss": "^6.21.0", | ||
|
@@ -54,19 +54,19 @@ | |
"eslint-plugin-import-x": "^4.3.1", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-unicorn": "^56.0.0", | ||
"eslint-plugin-vue": "^9.28.0", | ||
"globals": "^15.10.0", | ||
"got": "^14.4.2", | ||
"eslint-plugin-vue": "^9.29.0", | ||
"globals": "^15.11.0", | ||
"got": "^14.4.3", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"source-map-explorer": "^2.5.3", | ||
"terser": "^5.34.1", | ||
"tough-cookie": "^5.0.0", | ||
"typescript": "^5.6.2", | ||
"typescript-eslint": "8.8.0", | ||
"unocss": "^0.63.3", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "8.8.1", | ||
"unocss": "^0.63.4", | ||
"vite": "^5.4.8", | ||
"vue-eslint-parser": "^9.4.3", | ||
"vue-tsc": "^2.1.6" | ||
|
Oops, something went wrong.