Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent dce72df commit 634f0d2
Show file tree
Hide file tree
Showing 2 changed files with 956 additions and 630 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nonebot-registry",
"license": "MIT",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.3.0",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -22,44 +22,44 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@sentry/vue": "^8.8.0",
"@vueuse/core": "^10.10.0",
"@sentry/vue": "^8.9.2",
"@vueuse/core": "^10.11.0",
"ansi_up": "^6.0.2",
"gsap": "^3.12.5",
"highlight.js": "^11.9.0",
"naive-ui": "^2.38.2",
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@sentry/vite-plugin": "^2.18.0",
"@types/node": "^20.14.2",
"@unocss/eslint-config": "^0.60.4",
"@unocss/transformer-directives": "^0.60.4",
"@unocss/eslint-config": "^0.61.0",
"@unocss/transformer-directives": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.4.0",
"globals": "^15.5.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "8.0.0-alpha.29",
"unocss": "^0.60.4",
"vite": "^5.2.13",
"typescript-eslint": "8.0.0-alpha.30",
"unocss": "^0.61.0",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}
Loading

0 comments on commit 634f0d2

Please sign in to comment.