Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent e76f3f4 commit 7c5b681
Show file tree
Hide file tree
Showing 2 changed files with 862 additions and 592 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "commonjs",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"description": "__TODO__",
"keywords": [
"electron",
Expand Down Expand Up @@ -35,42 +35,42 @@
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false"
},
"dependencies": {
"@iconify/json": "^2.2.270",
"@unocss/reset": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@iconify/json": "^2.2.276",
"@unocss/reset": "^0.64.1",
"@vueuse/core": "^11.3.0",
"dayjs": "^1.11.13",
"floating-vue": "^5.2.2",
"pinia": "^2.2.6",
"pinia": "^2.2.7",
"unplugin-vue-router": "^0.10.8",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@ntnyq/eslint-config": "^3.2.0",
"@ntnyq/prettier-config": "^1.21.3",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.5",
"electron": "^33.2.0",
"@ntnyq/eslint-config": "^3.5.1",
"@ntnyq/prettier-config": "^1.22.0",
"@types/node": "^22.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"electron-updater": "^6.3.9",
"electron-vite": "^2.3.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"execa": "^9.5.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"is-path-inside": "^4.0.0",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"prettier": "@ntnyq/prettier-config",
Expand Down
Loading

0 comments on commit 7c5b681

Please sign in to comment.