Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 600e8c9 commit c6a3d40
Show file tree
Hide file tree
Showing 3 changed files with 2,455 additions and 1,120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,41 @@
"release": "bumpp package.json --commit --push --tag"
},
"dependencies": {
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"chroma-js": "^2.4.2",
"chroma-js": "^2.6.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"mobile-drag-drop": "3.0.0-rc.0",
"unocss": "^0.58.3",
"vue": "^3.4.7"
"unocss": "^0.62.2",
"vue": "^3.4.38"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.2",
"@iconify-json/carbon": "^1.1.27",
"@iconify-json/mdi-light": "^1.1.10",
"@types/chroma-js": "^2.4.3",
"@antfu/eslint-config": "2.26.0",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/mdi-light": "^1.1.11",
"@types/chroma-js": "^2.4.4",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.10.8",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"@vue/test-utils": "^2.4.3",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.5.1",
"eslint": "^8.57.0",
"happy-dom": "^12.10.3",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-deploy-info": "^0.0.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-alias": "^0.1.1",
"vite-plugin-auto-env": "^0.0.2",
"vite-plugin-chai": "^0.0.2",
"vite-plugin-classify": "^0.0.1",
"vite-plugin-package-configs": "^0.0.12",
"vitest": "^1.1.3",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit c6a3d40

Please sign in to comment.