Browse Source

fix: ci

master
高志龙 11 months ago
parent
commit
81991a103f
  1. 8
      package-lock.json

8
package-lock.json

@ -8,7 +8,8 @@
"name": "frontend",
"version": "0.0.0",
"dependencies": {
"alova": "^3.2.10"
"alova": "^3.2.10",
"animate.css": "^4.1.1"
},
"devDependencies": {
"@wailsio/runtime": "latest",
@ -672,6 +673,11 @@
"node": ">= 18.0.0"
}
},
"node_modules/animate.css": {
"version": "4.1.1",
"resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz",
"integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ=="
},
"node_modules/esbuild": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",

Loading…
Cancel
Save