Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Jun 25, 2024
1 parent 2e0c3ca commit 90c9b8b
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 28 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@

* Fix highlight `autodetect` incorrectly error

### Dependencies

* Bump @electron-toolkit/preload from 3.0.0 to 3.0.1
* Bump @emoji-mart/data from 1.1.2 to 1.2.1
* Bump @vueuse/core from 10.9.0 to 10.11.0
* Bump axios from 1.6.7 to 1.7.2
* Bump element-plus from 2.6.1 to 2.7.6
* Bump emoji-mart from 5.5.2 to 5.6.0
* Bump qs from 6.12.0 to 6.12.1
* Bump vue from 3.4.21 to 3.4.30
* Bump vue-advanced-cropper from 2.8.8 to 2.8.9
* Bump vue-i18n from 9.10.2 to 9.13.1
* Bump vue-router from 4.3.0 to 4.4.0
* Bump @types/node from 18.19.24 to 18.19.39
* Bump @types/qs from 6.9.12 to 6.9.15
* Bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.14.1
* Bump @typescript-eslint/parser from 7.2.0 to 7.14.1
* Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5
* Bump autoprefixer from 10.4.18 to 10.4.19
* Bump electron from 29.1.4 to 29.4.2
* Bump electron-vite from 2.1.0 to 2.3.0
* Bump eslint-plugin-vue from 9.23.0 to 9.26.0
* Bump postcss from 8.4.35 to 8.4.38
* Bump sass from 1.72.0 to 1.77.6
* Bump terser from 5.29.2 to 5.31.1
* Bump typescript from 5.4.2 to 5.5.2
* Bump unocss from 0.58.6 to 0.58.9
* Bump unplugin-auto-import from 0.17.5 to 0.17.6
* Bump vite from 5.1.6 to 5.3.1
* Bump vue-tsc from 1.8.27 to 2.0.22

### Features

* Add sync database table column
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,63 +25,63 @@
"electron:build:linux": "npm run electron:build && electron-builder --linux"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@element-plus/icons-vue": "^2.3.1",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/data": "^1.2.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@monaco-editor/loader": "^1.4.0",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.7",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
"element-plus": "^2.6.1",
"emoji-mart": "^5.5.2",
"element-plus": "^2.7.6",
"emoji-mart": "^5.6.0",
"file-saver": "^2.0.5",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"monaco-editor": "^0.47.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"qs": "^6.12.0",
"qs": "^6.12.1",
"sortablejs": "^1.15.2",
"v3-infinite-loading": "^1.3.1",
"vscode-icons-ts": "^0.1.2",
"vue": "^3.4.21",
"vue-advanced-cropper": "^2.8.8",
"vue": "^3.4.30",
"vue-advanced-cropper": "^2.8.9",
"vue-draggable-plus": "^0.3.5",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0"
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@tangllty/vite-plugin-svg": "^1.0.0",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.24",
"@types/node": "^18.19.39",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.12",
"@types/qs": "^6.9.15",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"electron": "^29.1.4",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"electron": "^29.4.2",
"electron-builder": "^24.13.3",
"electron-vite": "^2.1.0",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.26.0",
"fast-glob": "^3.3.2",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"terser": "^5.29.2",
"typescript": "^5.4.2",
"unocss": "^0.58.6",
"unplugin-auto-import": "^0.17.5",
"sass": "^1.77.6",
"terser": "^5.31.1",
"typescript": "^5.5.2",
"unocss": "^0.58.9",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vite": "^5.3.1",
"vite-plugin-top-level-await": "^1.4.1",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.22"
}
}

0 comments on commit 90c9b8b

Please sign in to comment.