Skip to content

Commit

Permalink
feat: bump enka version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoraceHuang-ui committed Nov 10, 2023
1 parent 3f4a090 commit 6d6f154
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
},
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"autoprefixer": "^10.4.16",
"electron": "^27.0.2",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-electron": "^0.14.1",
"vite-plugin-electron-renderer": "^0.14.5",
"vue": "^3.3.4",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.22"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@octokit/core": "^5.0.1",
"axios": "^1.5.1",
"axios": "^1.6.1",
"electron-store": "^8.1.0",
"element-plus": "^2.3.14",
"enkanetwork.js": "^2.5.0",
"marked": "^9.0.3",
"element-plus": "^2.4.2",
"enkanetwork.js": "^2.5.3",
"marked": "^9.1.6",
"path": "^0.12.7",
"sass": "^1.68.0",
"vue-i18n": "^9.5.0"
"sass": "^1.69.5",
"vue-i18n": "^9.6.5"
}
}

0 comments on commit 6d6f154

Please sign in to comment.