Skip to content
Open
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-kwai",
"version": "6.0.1",
"version": "6.0.2-fix.7",
"description": "快手小程序平台插件",
"author": "drchan",
"homepage": "https://github.com/NervJS/taro-plugin-platform-kwai",
Expand All @@ -27,16 +27,18 @@
"url": "https://github.com/NervJS/taro-plugin-platform-kwai/issues"
},
"peerDependencies": {
"@tarojs/components": "^3.5.0",
"@tarojs/service": "^3.5.0",
"@tarojs/shared": "^3.5.0"
"@tarojs/components": "4.0.6",
"@tarojs/service": "4.0.6",
"@tarojs/shared": "4.0.6"
},
"devDependencies": {
"@tarojs/components": "^3.5.0",
"@tarojs/service": "^3.5.0",
"@tarojs/shared": "^3.5.0",
"@tarojs/components": "4.0.6",
"@tarojs/service": "4.0.6",
"@tarojs/shared": "4.0.6",
"@types/node": "^24.2.0",
"rollup": "^2.29.0",
"rollup-plugin-typescript2": "^0.27.3",
"tslib": "^2.6.2",
"typescript": "^4.0.3"
}
}
Loading