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] committed May 20, 2023
1 parent fb62fd7 commit 8bc7974
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 529 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-electron-vite",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.5.0",
"packageManager": "pnpm@8.5.1",
"description": "__TODO__",
"keywords": [
"electron",
Expand Down Expand Up @@ -35,38 +35,38 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@unocss/reset": "^0.51.12",
"@unocss/reset": "^0.51.13",
"@vueuse/core": "^10.1.2",
"clipboardy": "^3.0.0",
"dayjs": "^1.11.7",
"pinia": "^2.0.36",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
"pinia": "^2.1.3",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@ntnyq/eslint-config": "^1.7.3",
"@ntnyq/prettier-config": "^1.7.3",
"@unocss/eslint-config": "^0.51.12",
"@vitejs/plugin-vue": "^4.2.1",
"@ntnyq/eslint-config": "^1.8.0",
"@ntnyq/prettier-config": "^1.8.0",
"@unocss/eslint-config": "^0.51.13",
"@vitejs/plugin-vue": "^4.2.3",
"bumpp": "^9.1.0",
"electron": "^24.3.0",
"electron": "^24.3.1",
"electron-builder": "^23.6.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.3",
"unocss": "^0.51.13",
"unplugin-auto-import": "^0.16.0",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vite": "^4.3.8",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.2",
"vue-tsc": "^1.6.4"
"vite-plugin-electron-renderer": "^0.14.4",
"vue-tsc": "^1.6.5"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down

0 comments on commit 8bc7974

Please sign in to comment.