Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Feb 18, 2023
1 parent ce16ec0 commit 68ab78e
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 75 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,22 +600,22 @@
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/js-yaml": "^4.0.4",
"@types/lodash": "^4.14.176",
"@types/minimist": "^1.2.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.14.0",
"@types/shelljs": "^0.8.9",
"@types/vscode": "^1.52.0",
"@vscode/test-electron": "2.2.3",
"esbuild": "^0.16.10",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"glob": "^8.1.0",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"lint-staged": "^13.1.2",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
Expand Down
20 changes: 10 additions & 10 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.19.1",
"prettier": "^2.7.1",
"prettier": "^2.8.4",
"pug-lexer": "^5.0.1",
"tslint": "6.1.3",
"typescript": "^4.9.5"
Expand All @@ -33,25 +33,25 @@
"typescript": "^4.9.5"
},
"devDependencies": {
"@prettier/plugin-pug": "^2.3.0",
"@prettier/plugin-pug": "^2.4.1",
"@starptech/prettyhtml": "^0.10.0",
"@types/eslint": "7.2.2",
"@types/eslint-scope": "^3.7.1",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/js-beautify": "1.13.3",
"@types/lodash": "^4.14.176",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.11",
"@types/prettier": "^2.7.1",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/read-pkg-up": "^6.0.0",
"@types/resolve": "1.20.2",
"bootstrap-vue-helper-json": "^1.1.1",
"codecov": "^3.8.3",
"core-js": "^3.27.1",
"core-js": "^3.28.0",
"element-helper-json": "^2.0.6",
"fast-glob": "^3.2.7",
"glob": "^8.0.3",
"glob": "^8.1.0",
"gridsome-helper-json": "^1.0.3",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
Expand All @@ -62,16 +62,16 @@
"prettier-eslint": "^13.0.0",
"prettier-tslint": "^0.4.2",
"rollup": "^3.6.0",
"sass-formatter": "^0.7.2",
"sass-formatter": "^0.7.6",
"source-map-support": "^0.5.20",
"stylus": "^0.59.0",
"stylus-supremacy": "^2.15.0",
"stylus-supremacy": "^2.17.5",
"vscode-css-languageservice": "6.2.1",
"vscode-emmet-helper": "2.6.4",
"vscode-languageserver": "7.0.0",
"vscode-languageserver-textdocument": "^1.0.2",
"vscode-languageserver-types": "3.16.0",
"vscode-uri": "^3.0.2",
"vscode-uri": "^3.0.7",
"vscode-web-custom-data": "^0.3.6",
"vue-eslint-parser": "^8.0.1",
"vue-onsenui-helper-json": "^1.0.2"
Expand Down
95 changes: 58 additions & 37 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@prettier/plugin-pug@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-2.3.0.tgz#6c9ec1be8af595b04d086d5b350a282cd512aa8b"
integrity sha512-aU2JwLtClbTrVi1yZdYvS7A/gh1xcUyxgoo87XbQnRXiIW0wis1QDeuHPiS8MDqKRjKpQd9R7i3UdQ0owzBpjQ==
"@prettier/plugin-pug@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-2.4.1.tgz#5b072ad529b67b17856868d6f0414ca7c5524c51"
integrity sha512-TZqlSg1WunJs7n4sLf7JKoVxTTQP/oFFHXXvlgVrvf7M47rx7VmIOMFEBGHHhpCkEk5Ub8WnOsUOwb1IQanygQ==
dependencies:
pug-lexer "^5.0.0"

Expand Down Expand Up @@ -439,12 +439,12 @@
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"

"@types/glob@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
"@types/glob@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.1.tgz#6e3041640148b7764adf21ce5c7138ad454725b0"
integrity sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==
dependencies:
"@types/minimatch" "*"
"@types/minimatch" "^5.1.2"
"@types/node" "*"

"@types/[email protected]":
Expand All @@ -462,7 +462,7 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa"
integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==

"@types/minimatch@*":
"@types/minimatch@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
Expand All @@ -477,20 +477,20 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==

"@types/node@^18.11.11":
version "18.11.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
"@types/node@^18.14.0":
version "18.14.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0"
integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==

"@types/prettier@^2.7.1":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
"@types/prettier@^2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.2.tgz#6c2324641cc4ba050a8c710b2b251b377581fbf0"
integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==

"@types/read-pkg-up@^6.0.0":
version "6.0.0"
Expand Down Expand Up @@ -1234,10 +1234,10 @@ copy-descriptor@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"

core-js@^3.27.1:
version "3.27.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.1.tgz#23cc909b315a6bb4e418bf40a52758af2103ba46"
integrity sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==
core-js@^3.28.0:
version "3.28.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a"
integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==

core-util-is@~1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -2017,6 +2017,17 @@ glob@^8.0.3:
minimatch "^5.0.1"
once "^1.3.0"

glob@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"

global-dirs@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
Expand Down Expand Up @@ -2687,11 +2698,16 @@ json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"

json5@^2.1.2, json5@^2.2.1:
json5@^2.1.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==

json5@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

jsonc-parser@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.0.tgz#7c7fc988ee1486d35734faaaa866fadb00fa91ee"
Expand Down Expand Up @@ -3542,10 +3558,10 @@ prettier@^2.0.0:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==

prettier@^2.7.1:
version "2.8.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
prettier@^2.8.4:
version "2.8.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==

pretty-format@^23.0.1:
version "23.6.0"
Expand Down Expand Up @@ -3901,10 +3917,10 @@ safe-regex@^1.1.0:
dependencies:
ret "~0.1.10"

sass-formatter@^0.7.2:
version "0.7.5"
resolved "https://registry.yarnpkg.com/sass-formatter/-/sass-formatter-0.7.5.tgz#60fc3756267368d82877c6abf2c148f0c9291d6d"
integrity sha512-NKFP8ddjhUYi6A/iD1cEtzkEs91U61kzqe3lY9SVNuvX7LGc88xnEN0mmsWL7Ol//YTi2GL/ol7b9XZ2+hgXuA==
sass-formatter@^0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/sass-formatter/-/sass-formatter-0.7.6.tgz#aa64b4120c375b71b8b7e18ff60b5f3e17081e3e"
integrity sha512-hXdxU6PCkiV3XAiSnX+XLqz2ohHoEnVUlrd8LEVMAI80uB1+OTScIkH9n6qQwImZpTye1r1WG1rbGUteHNhoHg==
dependencies:
suf-log "^2.5.3"

Expand Down Expand Up @@ -4291,14 +4307,14 @@ stylint@^2.0.0:
user-home "2.0.0"
yargs "4.7.1"

stylus-supremacy@^2.15.0:
version "2.17.3"
resolved "https://registry.yarnpkg.com/stylus-supremacy/-/stylus-supremacy-2.17.3.tgz#5ff8eff23b0843d321adae39ef16b74a43227412"
integrity sha512-d/O2TtSjF8TeJSyARMSKFNyTX/ZUFOHco7wNH4axB0DhKmm2jekwPxs0CQ43kzZ1WidLgueQWBWmTZXDyEH8vQ==
stylus-supremacy@^2.17.5:
version "2.17.5"
resolved "https://registry.yarnpkg.com/stylus-supremacy/-/stylus-supremacy-2.17.5.tgz#065f52d001b322eea017fde4fd31a690947b4647"
integrity sha512-nanFS1zuIWe3pXJisST5myI+B90wQbAg4dvvgrjZ9pLmzZvMwRzIufMmu52T4nv6Df9430leUL/UljfbNsGQtw==
dependencies:
glob "^8.0.3"
js-yaml "^4.1.0"
json5 "^2.2.1"
json5 "^2.2.3"
lodash "^4.17.21"
stylint "^2.0.0"
stylus "^0.59.0"
Expand Down Expand Up @@ -4927,11 +4943,16 @@ vscode-uri@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-2.1.2.tgz#c8d40de93eb57af31f3c715dd650e2ca2c096f1c"

vscode-uri@^3.0.2, vscode-uri@^3.0.6:
vscode-uri@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.6.tgz#5e6e2e1a4170543af30151b561a41f71db1d6f91"
integrity sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==

vscode-uri@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8"
integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==

vscode-web-custom-data@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/vscode-web-custom-data/-/vscode-web-custom-data-0.3.6.tgz#7ff374bd39ee4a7c05c77c997d9410520e1d02bc"
Expand Down
4 changes: 2 additions & 2 deletions vti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"devDependencies": {
"@babel/code-frame": "^7.18.6",
"@types/babel__code-frame": "^7.0.3",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"chalk": "^4.1.2",
"glob": "^8.0.3",
"glob": "^8.1.0",
"rollup": "^3.9.0",
"typescript": "^4.9.5",
"vscode-languageclient": "^7.0.0",
Expand Down
26 changes: 13 additions & 13 deletions vti/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
resolved "https://registry.yarnpkg.com/@types/babel__code-frame/-/babel__code-frame-7.0.3.tgz#eda94e1b7c9326700a4b69c485ebbc9498a0b63f"
integrity sha512-2TN6oiwtNjOezilFVl77zwdNPwQWaDBBCCWWxyo1ctiO3vAtd7H/aB/CBJdw9+kqq3+latD0SXoedIuHySSZWw==

"@types/glob@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
"@types/glob@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.1.tgz#6e3041640148b7764adf21ce5c7138ad454725b0"
integrity sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==
dependencies:
"@types/minimatch" "*"
"@types/minimatch" "^5.1.2"
"@types/node" "*"

"@types/minimatch@*":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
"@types/minimatch@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==

"@types/node@*":
version "14.14.6"
Expand Down Expand Up @@ -520,10 +520,10 @@ glob@^7.1.1, glob@^7.1.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
glob@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
Expand Down
Loading

0 comments on commit 68ab78e

Please sign in to comment.