ci: fix micromatch version

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-07 00:33:31 +09:00
parent 63063b02bb
commit fb84ab6739
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
3 changed files with 46 additions and 94 deletions

View file

@ -98,7 +98,7 @@
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
"@types/matter-js": "0.18.2",
"@types/micromatch": "^4.0.2",
"@types/micromatch": "3.1.1",
"@types/node": "18.15.11",
"@types/punycode": "2.1.0",
"@types/sanitize-html": "2.9.0",
@ -113,8 +113,8 @@
"@typescript-eslint/parser": "5.57.1",
"@vitest/coverage-c8": "^0.29.8",
"@vue/runtime-core": "3.2.47",
"astring": "^1.8.4",
"chokidar-cli": "^3.0.0",
"astring": "1.8.4",
"chokidar-cli": "3.0.0",
"chromatic": "6.17.3",
"cross-env": "7.0.3",
"cypress": "12.9.0",
@ -123,7 +123,7 @@
"eslint-plugin-vue": "9.10.0",
"fast-glob": "3.2.12",
"happy-dom": "8.9.0",
"micromatch": "^4.0.5",
"micromatch": "3.1.10",
"msw": "1.2.1",
"msw-storybook-addon": "1.8.0",
"prettier": "2.8.7",