-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from laradumps/feature/shortcuts
Change Global Shortcuts to LocalShortcuts
- Loading branch information
Showing
11 changed files
with
881 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "laradumps", | ||
"version": "2.3.3", | ||
"version": "2.4.0", | ||
"private": false, | ||
"description": "LaraDumps a friendly app designed to boost your PHP coding and debugging experience. https://github.com/laradumps/app", | ||
"author": "Luan Freitas <[email protected]>", | ||
|
@@ -24,64 +24,60 @@ | |
"@tailwindcss/forms": "^0.5.6", | ||
"@tailwindcss/line-clamp": "^0.4.4", | ||
"@types/highlight.js": "10.1.0", | ||
"@types/node": "20.6.2", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"@types/node": "20.8.9", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"anser": "2.1.1", | ||
"autoprefixer": "^10.4.15", | ||
"axios": "^1.5.0", | ||
"autoprefixer": "^10.4.16", | ||
"axios": "^1.5.1", | ||
"body-parser": "^1.20.2", | ||
"core-js": "^3.32.2", | ||
"core-js": "^3.33.1", | ||
"cors": "^2.8.5", | ||
"crypto-js": "^4.1.1", | ||
"dotenv": "^16.3.1", | ||
"edit-dotenv": "^1.0.4", | ||
"electron-context-menu": "^3.6.1", | ||
"electron-dl": "^3.5.0", | ||
"electron-dl": "^3.5.1", | ||
"electron-json-storage": "^4.6.0", | ||
"electron-localshortcut": "^3.2.1", | ||
"electron-updater": "6.1.4", | ||
"electron-window-state": "^5.0.3", | ||
"eslint-config-prettier": "9.0.0", | ||
"express": "^4.18.2", | ||
"highlight.js": "^11.8.0", | ||
"highlight.js": "^11.9.0", | ||
"hotkeys-js": "^3.12.0", | ||
"humanize-duration": "^3.29.0", | ||
"humanize-duration": "^3.30.0", | ||
"moment": "^2.29.4", | ||
"moment-timezone": "^0.5.43", | ||
"pinia": "^2.1.6", | ||
"pinia": "^2.1.7", | ||
"postcss-import": "^15.1.0", | ||
"sql-formatter": "^12.2.4", | ||
"strip-ansi": "7.1.0", | ||
"tree-kill": "^1.2.2", | ||
"typescript": "*", | ||
"vue": "3.3.4", | ||
"vue-i18n": "9.4.1", | ||
"vue-json-pretty": "^2.2.4", | ||
"vuex": "4.1.0", | ||
"which": "^4.0.0", | ||
"ws": "^8.14.1" | ||
"vue": "3.3.7", | ||
"vue-i18n": "9.5.0", | ||
"vue-json-pretty": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"@types/crypto-js": "^4.1.2", | ||
"@types/crypto-js": "^4.1.3", | ||
"@types/electron": "^1.6.10", | ||
"@types/electron-json-storage": "^4.5.0", | ||
"@types/which": "^3.0.0", | ||
"@vitejs/plugin-vue": "4.3.4", | ||
"@vue/compiler-sfc": "3.3.4", | ||
"electron": "26.2.4", | ||
"@types/electron-json-storage": "^4.5.2", | ||
"@types/which": "^3.0.1", | ||
"@vitejs/plugin-vue": "4.4.0", | ||
"@vue/compiler-sfc": "3.3.7", | ||
"electron": "27.0.2", | ||
"electron-builder": "24.6.4", | ||
"esbuild": "0.19.3", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-n": "^16.1.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"esbuild": "0.19.5", | ||
"eslint": "^8.52.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-n": "^16.2.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"eslint-plugin-vue": "^9.18.0", | ||
"postcss": "8.4.31", | ||
"prettier": "3.0.3", | ||
"tailwindcss": "3.3.3", | ||
"tailwindcss": "3.3.5", | ||
"ts-standard": "^12.0.2", | ||
"vite": "4.4.9" | ||
"vite": "4.5.0" | ||
}, | ||
"ts-standard": { | ||
"project": "./tsconfig.json" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.