updeta version 0.2.5

This commit is contained in:
jiangrui
2025-03-13 17:28:18 +08:00
parent e02422b774
commit 4b5e50b0d9
4 changed files with 31 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "cloud-disk-web",
"version": "0.2.4",
"version": "0.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloud-disk-web",
"version": "0.2.4",
"version": "0.2.5",
"dependencies": {
"axios": "^1.6.7",
"element-plus": "^2.6.1",

View File

@@ -1,7 +1,7 @@
{
"name": "cloud-saver-web",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite --host",

30
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cloud-saver",
"version": "0.2.3",
"version": "0.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloud-saver",
"version": "0.2.3",
"version": "0.2.4",
"workspaces": [
"frontend",
"backend"
@@ -62,13 +62,15 @@
},
"frontend": {
"name": "cloud-saver-web",
"version": "0.2.4",
"version": "0.2.5",
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.6.7",
"element-plus": "^2.6.1",
"gsap": "^3.12.7",
"pinia": "^2.1.7",
"socket.io-client": "^4.8.1",
"typeit": "^8.8.7",
"vant": "^4.9.17",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
@@ -3734,6 +3736,12 @@
"integrity": "sha512-6SlHBzUW8Jhf3liqrGGXyTJSIFe4nqlJ5A5KaMZ2l/vbM3Wh3KSybots/wfWVzNLK4D1NZluDlSQIbIEPx6oyA==",
"license": "MIT"
},
"node_modules/@types/web-animations-js": {
"version": "2.2.16",
"resolved": "https://registry.npmmirror.com/@types/web-animations-js/-/web-animations-js-2.2.16.tgz",
"integrity": "sha512-ATELeWMFwj8eQiH0KmvsCl1V2lu/qx/CjOBmv4ADSZS5u8r4reMyjCXtxG7khqyiwH3IOMNdrON/Ugn94OUcRA==",
"license": "MIT"
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.16",
"resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
@@ -7218,6 +7226,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/gsap": {
"version": "3.12.7",
"resolved": "https://registry.npmmirror.com/gsap/-/gsap-3.12.7.tgz",
"integrity": "sha512-V4GsyVamhmKefvcAKaoy0h6si0xX7ogwBoBSs2CTJwt7luW0oZzC0LhdkyuKV8PJAXr7Yaj8pMjCKD4GJ+eEMg==",
"license": "Standard 'no charge' license: https://gsap.com/standard-license. Club GSAP members get more: https://gsap.com/licensing/. Why GreenSock doesn't employ an MIT license: https://gsap.com/why-license/"
},
"node_modules/has-bigints": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.1.0.tgz",
@@ -12378,6 +12392,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/typeit": {
"version": "8.8.7",
"resolved": "https://registry.npmmirror.com/typeit/-/typeit-8.8.7.tgz",
"integrity": "sha512-sSVpy+cjeFP6Z+fZqiHzUSShg5yYFeJEt/Qut/bX945+Axyq+Yq+GPOuuk+sofoccSv8nNX/ibOOHkbki2mEpg==",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
"@types/web-animations-js": "^2.2.16"
}
},
"node_modules/typescript": {
"version": "5.8.2",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.2.tgz",

View File

@@ -1,6 +1,6 @@
{
"name": "cloud-saver",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"workspaces": [
"frontend",