1
0
Fork 0

chore: update viteburner

This commit is contained in:
Tanimodori 2022-10-24 20:39:10 +08:00
parent 17f6aa1067
commit 1b3069e40e
No known key found for this signature in database
GPG Key ID: 27779538B4410104
2 changed files with 45 additions and 8 deletions

51
package-lock.json generated
View File

@ -18,7 +18,7 @@
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"viteburner": "^0.2.1"
"viteburner": "^0.2.2"
}
},
"node_modules/@antfu/utils": {
@ -1706,6 +1706,18 @@
"node": ">=10"
}
},
"node_modules/magic-string": {
"version": "0.26.7",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz",
"integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==",
"dev": true,
"dependencies": {
"sourcemap-codec": "^1.4.8"
},
"engines": {
"node": ">=12"
}
},
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@ -2182,6 +2194,12 @@
"node": ">=0.10.0"
}
},
"node_modules/sourcemap-codec": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
"dev": true
},
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@ -2371,14 +2389,16 @@
}
},
"node_modules/viteburner": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.1.tgz",
"integrity": "sha512-4uQqjwDsETlTolBca7WW364huvqYDokAaS+p7KNxHB/wpFoP957PENqapQhy+iIf7R8IIpYBOBggR+yUwr0vGQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.2.tgz",
"integrity": "sha512-4M3IaoSaFTvcgq+8CRqmGxxIOKRlnPTlfi7qlwZba2QOCPoHHbQCjTdV/3uHYqpvUh5LM5GLKwzODK0wZjsDvw==",
"dev": true,
"dependencies": {
"acorn": "^8.8.0",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"magic-string": "^0.26.7",
"micromatch": "^4.0.5",
"pathe": "^0.3.9",
"picocolors": "^1.0.0",
@ -3584,6 +3604,15 @@
"yallist": "^4.0.0"
}
},
"magic-string": {
"version": "0.26.7",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz",
"integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==",
"dev": true,
"requires": {
"sourcemap-codec": "^1.4.8"
}
},
"merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@ -3892,6 +3921,12 @@
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
"dev": true
},
"sourcemap-codec": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
"dev": true
},
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@ -4007,14 +4042,16 @@
}
},
"viteburner": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.1.tgz",
"integrity": "sha512-4uQqjwDsETlTolBca7WW364huvqYDokAaS+p7KNxHB/wpFoP957PENqapQhy+iIf7R8IIpYBOBggR+yUwr0vGQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.2.tgz",
"integrity": "sha512-4M3IaoSaFTvcgq+8CRqmGxxIOKRlnPTlfi7qlwZba2QOCPoHHbQCjTdV/3uHYqpvUh5LM5GLKwzODK0wZjsDvw==",
"dev": true,
"requires": {
"acorn": "^8.8.0",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"magic-string": "^0.26.7",
"micromatch": "^4.0.5",
"pathe": "^0.3.9",
"picocolors": "^1.0.0",

View File

@ -15,7 +15,7 @@
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"viteburner": "^0.2.1"
"viteburner": "^0.2.2"
},
"license": "MIT"
}