1
0
Fork 0

chore: update viteburner

This commit is contained in:
Tanimodori 2022-10-23 04:13:38 +08:00
parent 38185b2a75
commit 5a82b39b4e
No known key found for this signature in database
GPG Key ID: 27779538B4410104
2 changed files with 11 additions and 8 deletions

17
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.0"
"viteburner": "^0.2.1"
}
},
"node_modules/@antfu/utils": {
@ -2371,9 +2371,9 @@
}
},
"node_modules/viteburner": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.0.tgz",
"integrity": "sha512-COme45O37KU0lU44dqvTJISiOrUpZDawsBLH0t34dlgeYol44U8DXfshFKBFCvXXKhPUMWGvAV4LCdIhlvvQHg==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.1.tgz",
"integrity": "sha512-4uQqjwDsETlTolBca7WW364huvqYDokAaS+p7KNxHB/wpFoP957PENqapQhy+iIf7R8IIpYBOBggR+yUwr0vGQ==",
"dev": true,
"dependencies": {
"cac": "^6.7.14",
@ -2387,6 +2387,9 @@
"ws": "^8.9.0",
"zod": "^3.19.1"
},
"bin": {
"viteburner": "bin/viteburner.js"
},
"peerDependencies": {
"vite": "^3.0.0"
}
@ -4004,9 +4007,9 @@
}
},
"viteburner": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.0.tgz",
"integrity": "sha512-COme45O37KU0lU44dqvTJISiOrUpZDawsBLH0t34dlgeYol44U8DXfshFKBFCvXXKhPUMWGvAV4LCdIhlvvQHg==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/viteburner/-/viteburner-0.2.1.tgz",
"integrity": "sha512-4uQqjwDsETlTolBca7WW364huvqYDokAaS+p7KNxHB/wpFoP957PENqapQhy+iIf7R8IIpYBOBggR+yUwr0vGQ==",
"dev": true,
"requires": {
"cac": "^6.7.14",

View File

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