Skip to content

Commit

Permalink
chore: upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Oct 11, 2024
1 parent c6c14bc commit a81ec06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@huolala-tech/page-spy-browser": "^1.9.11",
"@huolala-tech/page-spy-plugin-data-harbor": "^1.3.9",
"@huolala-tech/page-spy-browser": "^1.9.12",
"@huolala-tech/page-spy-plugin-data-harbor": "^1.3.10",
"@huolala-tech/page-spy-plugin-rrweb": "^1.2.7",
"@huolala-tech/page-spy-plugin-whole-bundle": "^0.0.5",
"@huolala-tech/page-spy-plugin-whole-bundle": "^0.0.7",
"@huolala-tech/page-spy-types": "^1.9.6",
"@huolala-tech/react-json-view": "^1.2.5",
"@huolala-tech/request": "^1.1.2",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -742,20 +742,20 @@
dependencies:
"@huolala-tech/page-spy-types" "^1.9.6"

"@huolala-tech/page-spy-browser@^1.9.11":
version "1.9.11"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-browser/-/page-spy-browser-1.9.11.tgz#bdef497be118e3800002311dde90c158d2646260"
integrity sha512-Ij2oI4rUJkwl7AQZV/1ELDFn2kfdfGcoCGdbsI1y/8W7i8VuZBSG7MvTj9VHHLYTBQDB3kyOwEh9j8K7e6hT3g==
"@huolala-tech/page-spy-browser@^1.9.12":
version "1.9.12"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-browser/-/page-spy-browser-1.9.12.tgz#4585c651c9953d9cc006510eaf29a9c5e7220f03"
integrity sha512-ko34sKFgerPN61yIG8C+XXc4otlLKNSWpJoHYPlj9pFkj00UxNSM1Bya+sduRLTw2nSv+3QZYLDOpJf4k0xJag==
dependencies:
"@babel/runtime" "^7.13.0"
"@huolala-tech/page-spy-base" "^1.0.6"
"@huolala-tech/page-spy-types" "^1.9.6"
copy-to-clipboard "^3.3.1"

"@huolala-tech/page-spy-plugin-data-harbor@^1.3.9":
version "1.3.9"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-data-harbor/-/page-spy-plugin-data-harbor-1.3.9.tgz#05b91c78dd45c417ce140e06e85ec26c6d238ce9"
integrity sha512-Z1HV/1rTYQjxpnu62ocfGnHNl0Kov/iYedXxq8OXIyWjthPvzLz82zvH/O9MSjKhhXP4hJvczIc3IkHo2UZzcw==
"@huolala-tech/page-spy-plugin-data-harbor@^1.3.10":
version "1.3.10"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-data-harbor/-/page-spy-plugin-data-harbor-1.3.10.tgz#19a40eb8ed4971eff8e48abea85a8b7b3604bed4"
integrity sha512-XEbkjEYZsQYpKtpcwQS3l+WOJGn5EFCNlW0v/++T8Ampq73GM8jGJeoO6x6w3Qsix5hN9KGs7SOvGLt/fGlp6g==
dependencies:
"@babel/runtime" "^7.13.0"
"@huolala-tech/page-spy-base" "^1.0.6"
Expand All @@ -771,13 +771,13 @@
"@huolala-tech/page-spy-types" "^1.9.6"
rrweb "^2.0.0-alpha.4"

"@huolala-tech/page-spy-plugin-whole-bundle@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-whole-bundle/-/page-spy-plugin-whole-bundle-0.0.5.tgz#160e78fd3ccf7cafb5d80d5fa2bd1ac0aabad081"
integrity sha512-3+T4WoFbVOh+o/uFHKr/2hmbmSxs2/Auvmn2tL62qf7a8iU2kFnwLffhm9gIsKKkmU4dAPviRUcPIDXEY7TX3Q==
"@huolala-tech/page-spy-plugin-whole-bundle@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@huolala-tech/page-spy-plugin-whole-bundle/-/page-spy-plugin-whole-bundle-0.0.7.tgz#70e5861e4f5d52cb5f3417fe8041f3a9c3698750"
integrity sha512-WPjaHvvwdL5Be7x0h4PEFW53oYqsZSHEf7xHFEloA7rUvlRpQOK5t0MrRBHbwUVYtO+kzKt4PaC6LqMtPYtryw==
dependencies:
"@huolala-tech/page-spy-browser" "^1.9.11"
"@huolala-tech/page-spy-plugin-data-harbor" "^1.3.9"
"@huolala-tech/page-spy-browser" "^1.9.12"
"@huolala-tech/page-spy-plugin-data-harbor" "^1.3.10"
"@huolala-tech/page-spy-plugin-rrweb" "^1.2.7"

"@huolala-tech/page-spy-types@^1.9.6":
Expand Down

0 comments on commit a81ec06

Please sign in to comment.