Commit 021c6364fae3dd1a8772aa6a23e19061f544883a

Authored by Vben
1 parent 3c441a05

chore: update deps

Showing 2 changed files with 53 additions and 53 deletions
package.json
... ... @@ -69,8 +69,8 @@
69 69 "@types/qrcode": "^1.4.0",
70 70 "@types/qs": "^6.9.6",
71 71 "@types/sortablejs": "^1.10.6",
72   - "@typescript-eslint/eslint-plugin": "^4.21.0",
73   - "@typescript-eslint/parser": "^4.21.0",
  72 + "@typescript-eslint/eslint-plugin": "^4.22.0",
  73 + "@typescript-eslint/parser": "^4.22.0",
74 74 "@vitejs/plugin-legacy": "^1.3.2",
75 75 "@vitejs/plugin-vue": "^1.2.1",
76 76 "@vitejs/plugin-vue-jsx": "^1.1.3",
... ... @@ -97,7 +97,7 @@
97 97 "prettier": "^2.2.1",
98 98 "pretty-quick": "^3.1.0",
99 99 "rimraf": "^3.0.2",
100   - "rollup-plugin-visualizer": "5.3.4",
  100 + "rollup-plugin-visualizer": "5.3.6",
101 101 "stylelint": "^13.12.0",
102 102 "stylelint-config-prettier": "^8.0.2",
103 103 "stylelint-config-standard": "^21.0.0",
... ... @@ -113,7 +113,7 @@
113 113 "vite-plugin-pwa": "^0.7.0",
114 114 "vite-plugin-style-import": "^0.9.2",
115 115 "vite-plugin-svg-icons": "^0.4.1",
116   - "vite-plugin-theme": "^0.7.0",
  116 + "vite-plugin-theme": "^0.7.1",
117 117 "vite-plugin-windicss": "0.14.0",
118 118 "vue-eslint-parser": "^7.6.0"
119 119 },
... ...
yarn.lock
... ... @@ -1481,13 +1481,13 @@
1481 1481 resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
1482 1482 integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
1483 1483  
1484   -"@typescript-eslint/eslint-plugin@^4.21.0":
1485   - version "4.21.0"
1486   - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tgz#3fce2bfa76d95c00ac4f33dff369cb593aab8878"
1487   - integrity sha512-FPUyCPKZbVGexmbCFI3EQHzCZdy2/5f+jv6k2EDljGdXSRc0cKvbndd2nHZkSLqCNOPk0jB6lGzwIkglXcYVsQ==
  1484 +"@typescript-eslint/eslint-plugin@^4.22.0":
  1485 + version "4.22.0"
  1486 + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
  1487 + integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1488 1488 dependencies:
1489   - "@typescript-eslint/experimental-utils" "4.21.0"
1490   - "@typescript-eslint/scope-manager" "4.21.0"
  1489 + "@typescript-eslint/experimental-utils" "4.22.0"
  1490 + "@typescript-eslint/scope-manager" "4.22.0"
1491 1491 debug "^4.1.1"
1492 1492 functional-red-black-tree "^1.0.1"
1493 1493 lodash "^4.17.15"
... ... @@ -1495,60 +1495,60 @@
1495 1495 semver "^7.3.2"
1496 1496 tsutils "^3.17.1"
1497 1497  
1498   -"@typescript-eslint/experimental-utils@4.21.0":
1499   - version "4.21.0"
1500   - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6"
1501   - integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA==
  1498 +"@typescript-eslint/experimental-utils@4.22.0":
  1499 + version "4.22.0"
  1500 + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
  1501 + integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1502 1502 dependencies:
1503 1503 "@types/json-schema" "^7.0.3"
1504   - "@typescript-eslint/scope-manager" "4.21.0"
1505   - "@typescript-eslint/types" "4.21.0"
1506   - "@typescript-eslint/typescript-estree" "4.21.0"
  1504 + "@typescript-eslint/scope-manager" "4.22.0"
  1505 + "@typescript-eslint/types" "4.22.0"
  1506 + "@typescript-eslint/typescript-estree" "4.22.0"
1507 1507 eslint-scope "^5.0.0"
1508 1508 eslint-utils "^2.0.0"
1509 1509  
1510   -"@typescript-eslint/parser@^4.21.0":
1511   - version "4.21.0"
1512   - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1"
1513   - integrity sha512-eyNf7QmE5O/l1smaQgN0Lj2M/1jOuNg2NrBm1dqqQN0sVngTLyw8tdCbih96ixlhbF1oINoN8fDCyEH9SjLeIA==
  1510 +"@typescript-eslint/parser@^4.22.0":
  1511 + version "4.22.0"
  1512 + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
  1513 + integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
1514 1514 dependencies:
1515   - "@typescript-eslint/scope-manager" "4.21.0"
1516   - "@typescript-eslint/types" "4.21.0"
1517   - "@typescript-eslint/typescript-estree" "4.21.0"
  1515 + "@typescript-eslint/scope-manager" "4.22.0"
  1516 + "@typescript-eslint/types" "4.22.0"
  1517 + "@typescript-eslint/typescript-estree" "4.22.0"
1518 1518 debug "^4.1.1"
1519 1519  
1520   -"@typescript-eslint/scope-manager@4.21.0":
1521   - version "4.21.0"
1522   - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d"
1523   - integrity sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw==
  1520 +"@typescript-eslint/scope-manager@4.22.0":
  1521 + version "4.22.0"
  1522 + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
  1523 + integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
1524 1524 dependencies:
1525   - "@typescript-eslint/types" "4.21.0"
1526   - "@typescript-eslint/visitor-keys" "4.21.0"
  1525 + "@typescript-eslint/types" "4.22.0"
  1526 + "@typescript-eslint/visitor-keys" "4.22.0"
1527 1527  
1528   -"@typescript-eslint/types@4.21.0":
1529   - version "4.21.0"
1530   - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef"
1531   - integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w==
  1528 +"@typescript-eslint/types@4.22.0":
  1529 + version "4.22.0"
  1530 + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
  1531 + integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
1532 1532  
1533   -"@typescript-eslint/typescript-estree@4.21.0":
1534   - version "4.21.0"
1535   - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a"
1536   - integrity sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w==
  1533 +"@typescript-eslint/typescript-estree@4.22.0":
  1534 + version "4.22.0"
  1535 + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
  1536 + integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
1537 1537 dependencies:
1538   - "@typescript-eslint/types" "4.21.0"
1539   - "@typescript-eslint/visitor-keys" "4.21.0"
  1538 + "@typescript-eslint/types" "4.22.0"
  1539 + "@typescript-eslint/visitor-keys" "4.22.0"
1540 1540 debug "^4.1.1"
1541 1541 globby "^11.0.1"
1542 1542 is-glob "^4.0.1"
1543 1543 semver "^7.3.2"
1544 1544 tsutils "^3.17.1"
1545 1545  
1546   -"@typescript-eslint/visitor-keys@4.21.0":
1547   - version "4.21.0"
1548   - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d"
1549   - integrity sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w==
  1546 +"@typescript-eslint/visitor-keys@4.22.0":
  1547 + version "4.22.0"
  1548 + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
  1549 + integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
1550 1550 dependencies:
1551   - "@typescript-eslint/types" "4.21.0"
  1551 + "@typescript-eslint/types" "4.22.0"
1552 1552 eslint-visitor-keys "^2.0.0"
1553 1553  
1554 1554 "@vitejs/plugin-legacy@^1.3.2":
... ... @@ -7639,10 +7639,10 @@ rollup-plugin-terser@^7.0.0:
7639 7639 serialize-javascript "^4.0.0"
7640 7640 terser "^5.0.0"
7641 7641  
7642   -rollup-plugin-visualizer@5.3.4:
7643   - version "5.3.4"
7644   - resolved "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.3.4.tgz#216300acca6e31b139be92eed98280c5662a5818"
7645   - integrity sha512-n3wYwKrZ3nhYJj8apzFuxmiu4y+ygDNJYLqQCOxludg3Pnhkql9WYc8iupgsMI+jGREA0dFsfDlzDAKcmXZIMQ==
  7642 +rollup-plugin-visualizer@5.3.6:
  7643 + version "5.3.6"
  7644 + resolved "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.3.6.tgz#df6317b242f4aa58b6a03261335dbc64ea6fe0df"
  7645 + integrity sha512-USIyYkzRuvIJZyUoFWSvejy/c8F9jm9mHbyB+01oE7m0Vc0Ll67HlZgRsY59IqU/j/qF1adPsXKSDkEXS6tzfg==
7646 7646 dependencies:
7647 7647 nanoid "^3.1.22"
7648 7648 open "^7.4.2"
... ... @@ -9134,10 +9134,10 @@ vite-plugin-svg-icons@^0.4.1:
9134 9134 svg-baker "1.7.0"
9135 9135 svgo "^2.3.0"
9136 9136  
9137   -vite-plugin-theme@^0.7.0:
9138   - version "0.7.0"
9139   - resolved "https://registry.npmjs.org/vite-plugin-theme/-/vite-plugin-theme-0.7.0.tgz#287fb37de9edc612c9731b6fa84ee78a123d061d"
9140   - integrity sha512-D7lQdQM7z0EGAPXIEFMTMNVRvdTTNl5pvksVjhHZb8VfQwTbIfYZuBnRDP1mRMuQH04oipBAAMJl3isn9j3jNg==
  9137 +vite-plugin-theme@^0.7.1:
  9138 + version "0.7.1"
  9139 + resolved "https://registry.npmjs.org/vite-plugin-theme/-/vite-plugin-theme-0.7.1.tgz#046ae8a0eba016ea75c327ad6f99a0191592de0b"
  9140 + integrity sha512-QWPOpTskXXYqU6kkWgKhyqn0rC2GZ6F/HmimBAPCf76qR//zYNkd0Kpm7hV36Z/TsjzJLpei2JpA3XENimI2OQ==
9141 9141 dependencies:
9142 9142 "@types/node" "^14.14.37"
9143 9143 "@types/tinycolor2" "^1.4.2"
... ...