diff --git a/package-lock.json b/package-lock.json index 8ac889c..e230381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "20.6.2", "@unipackage/filecoin": "^2.1.2", "@unipackage/utils": "^1.6.0", - "@unipackage/webkit": "^1.1.4", + "@unipackage/webkit": "^1.1.5", "antd": "^5.13.1", "axios": "^1.4.0", "babel-loader": "^9.1.3", @@ -5769,29 +5769,19 @@ } }, "node_modules/@unipackage/webkit": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@unipackage/webkit/-/webkit-1.1.4.tgz", - "integrity": "sha512-P89829wuOXUiVupQE0tEjF22xrQq7BlAnAzFTMpY7XskTsVv95hc4RgBQUV8Dk/PNvjzkBjdqSNP/fVJ9wgusA==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@unipackage/webkit/-/webkit-1.1.5.tgz", + "integrity": "sha512-oi5hANSPDfTf6WKVkg/Lz4cQTV104LR8tz2ImFJLH8HPx24m6IPWKuwKW78gzQk8kSbTPVq8yBujW9nvLIzMkw==", "dependencies": { "@ant-design/cssinjs": "^1.17.0", "@ant-design/icons": "^5.2.6", - "@types/react": "18.2.21", + "@types/react": "18.2.25", "@types/react-dom": "18.2.7", "antd": "^5.13.1", "react": "18.2.0", "react-dom": "18.2.0" } }, - "node_modules/@unipackage/webkit/node_modules/@types/react": { - "version": "18.2.21", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", - "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, "node_modules/@webassemblyjs/ast": { "version": "1.11.6", "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.6.tgz", diff --git a/package.json b/package.json index 7c15ed9..56bef55 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/node": "20.6.2", "@unipackage/filecoin": "^2.1.2", "@unipackage/utils": "^1.6.0", - "@unipackage/webkit": "^1.1.4", + "@unipackage/webkit": "^1.1.5", "antd": "^5.13.1", "axios": "^1.4.0", "babel-loader": "^9.1.3",