build(deps): 依赖升级
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-08 19:42:15 +08:00
parent ad5dd9b59f
commit fb614e94ac
4 changed files with 323 additions and 399 deletions

View File

@@ -2,9 +2,9 @@ kind: pipeline
type: docker
name: default
# platform:
# os: linux
# arch: amd64
platform:
os: linux
arch: amd64
steps:
- name: 测试服-依赖安装&&编译打包

View File

@@ -56,19 +56,19 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.22.11",
"@tarojs/components": "3.6.22",
"@tarojs/helper": "3.6.22",
"@tarojs/plugin-framework-vue3": "3.6.22",
"@tarojs/plugin-platform-alipay": "3.6.22",
"@tarojs/plugin-platform-h5": "3.6.22",
"@tarojs/plugin-platform-jd": "3.6.22",
"@tarojs/plugin-platform-qq": "3.6.22",
"@tarojs/plugin-platform-swan": "3.6.22",
"@tarojs/plugin-platform-tt": "3.6.22",
"@tarojs/plugin-platform-weapp": "3.6.22",
"@tarojs/runtime": "3.6.22",
"@tarojs/shared": "3.6.22",
"@tarojs/taro": "3.6.22",
"@tarojs/components": "3.6.24",
"@tarojs/helper": "3.6.24",
"@tarojs/plugin-framework-vue3": "3.6.24",
"@tarojs/plugin-platform-alipay": "3.6.24",
"@tarojs/plugin-platform-h5": "3.6.24",
"@tarojs/plugin-platform-jd": "3.6.24",
"@tarojs/plugin-platform-qq": "3.6.24",
"@tarojs/plugin-platform-swan": "3.6.24",
"@tarojs/plugin-platform-tt": "3.6.24",
"@tarojs/plugin-platform-weapp": "3.6.24",
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"dayjs": "^1.11.10",
"lottie-web": "^5.12.2",
"vue": "^3.3.4"
@@ -77,10 +77,10 @@
"@babel/core": "^7.22.11",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tarojs/cli": "3.6.22",
"@tarojs/taro-loader": "3.6.22",
"@tarojs/cli": "3.6.24",
"@tarojs/taro-loader": "3.6.24",
"@tarojs/test-utils-vue3": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.22",
"@tarojs/webpack5-runner": "3.6.24",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/webpack-env": "^1.18.1",
@@ -88,12 +88,12 @@
"@typescript-eslint/parser": "^6.5.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-sfc": "^3.3.4",
"babel-preset-taro": "3.6.22",
"babel-preset-taro": "3.6.24",
"commitizen": "^4.3.0",
"css-loader": "6.8.1",
"cz-customizable": "^7.0.0",
"eslint": "^8.48.0",
"eslint-config-taro": "3.6.22",
"eslint-config-taro": "3.6.24",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.0",
"jest": "^29.6.4",

642
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,21 +1,21 @@
export default defineAppConfig({
pages: [
'pages/index/index',
'pages/yaotouzi/index/index',
'pages/game_detail/index',
'pages/yaotouzi/records/index',
'pages/balloon/index/index',
'pages/balloon/records/index',
'pages/aoshi/index/index',
'pages/aoshi/records/index',
'pages/turntable/index/index',
'pages/turntable/records/index',
],
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#fff',
navigationBarTitleText: 'Game',
navigationBarTextStyle: 'black',
},
animation: false,
pages: [
'pages/index/index',
'pages/yaotouzi/index/index',
'pages/game_detail/index',
'pages/yaotouzi/records/index',
'pages/balloon/index/index',
'pages/balloon/records/index',
'pages/aoshi/index/index',
'pages/aoshi/records/index',
'pages/turntable/index/index',
'pages/turntable/records/index',
],
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#fff',
navigationBarTitleText: 'Game',
navigationBarTextStyle: 'black',
},
animation: false,
})