Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Apr 14, 2024
1 parent 17e960d commit 49000b0
Show file tree
Hide file tree
Showing 4 changed files with 1,761 additions and 1,637 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
node: true,
},
extends: [
'standard-with-typescript',
'love',
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:vue/vue3-recommended',
Expand Down Expand Up @@ -69,6 +69,10 @@ module.exports = {
disallowTypeAnnotations: false,
},
],
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/prefer-promise-reject-errors': 'off',
},
settings: {
'import/resolver': {
Expand Down
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
"postversion": "tpv"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
"clean-css": "^5.3.2",
"@element-plus/icons-vue": "^2.3.1",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"clean-css": "^5.3.3",
"comlink": "^4.4.1",
"detect-browser": "^5.3.0",
"element-plus": "^2.3.12",
"element-plus": "^2.7.0",
"eslint-config-love": "^47.0.0",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"jquery": "^3.7.1",
Expand All @@ -34,40 +35,39 @@
"noty": "3.1.4",
"rollup-plugin-copy": "^3.5.0",
"streamsaver": "^2.0.6",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.26.0",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vite-plugin-monkey": "^3.5.0",
"vue": "^3.3.4",
"vue-i18n": "^9.4.0",
"vue-tsc": "^1.8.11"
"vite": "^5.2.8",
"vite-plugin-monkey": "^3.5.2",
"vue": "^3.4.21",
"vue-i18n": "^9.12.1",
"vue-tsc": "^2.0.13"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@tsuk1ko/postversion": "^1.0.2",
"@types/clean-css": "^4.2.7",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.18",
"@types/jquery.pjax": "^0.0.31",
"@types/lodash-es": "^4.17.9",
"@types/md5": "^2.3.2",
"@types/node": "~16.18.50",
"@types/streamsaver": "^2.0.1",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^36.1.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"@types/clean-css": "^4.2.11",
"@types/file-saver": "^2.0.7",
"@types/jquery": "^3.5.29",
"@types/jquery.pjax": "^0.0.35",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/node": "^20.12.7",
"@types/streamsaver": "^2.0.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"eslint-plugin-vue": "^9.25.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
1 change: 1 addition & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="vite/client" />
/// <reference types="element-plus/global" />
/// <reference types="vue/jsx" />

type GlobalThis = typeof globalThis;

Expand Down
Loading

0 comments on commit 49000b0

Please sign in to comment.