Merge pull request #463 from alibaba/fix/ci
fix: upgrade wxt to fix npm ci
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -12198,9 +12198,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/wxt": {
|
"node_modules/wxt": {
|
||||||
"version": "0.20.22",
|
"version": "0.20.24",
|
||||||
"resolved": "https://registry.npmjs.org/wxt/-/wxt-0.20.22.tgz",
|
"resolved": "https://registry.npmjs.org/wxt/-/wxt-0.20.24.tgz",
|
||||||
"integrity": "sha512-njFI77H0dAbK/bQCN8u8QYiusg6GKDPMtsQDCqIfrh1oGHMHgrMEMgeGOlqAltG9OOGGB1DvFYDzTvxqfEKVKQ==",
|
"integrity": "sha512-dzvsP9t3pfXw71qPplDMoubehfGtO2Y8ZsJEL2b/EjEaf4mduKHhxlYisk7qDcgWVGY7kTcKZZ+3vX7ATs0NRg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
"peer": true,
|
||||||
@@ -12524,7 +12524,7 @@
|
|||||||
"tailwind-merge": "^3.5.0",
|
"tailwind-merge": "^3.5.0",
|
||||||
"tailwindcss": "^4.2.2",
|
"tailwindcss": "^4.2.2",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"wxt": "^0.20.20"
|
"wxt": "^0.20.24"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"zod": "^3.25.0 || ^4.0.0"
|
"zod": "^3.25.0 || ^4.0.0"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"tailwind-merge": "^3.5.0",
|
"tailwind-merge": "^3.5.0",
|
||||||
"tailwindcss": "^4.2.2",
|
"tailwindcss": "^4.2.2",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"wxt": "^0.20.20"
|
"wxt": "^0.20.24"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@page-agent/core": "1.8.0",
|
"@page-agent/core": "1.8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user