Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 13, 2024
1 parent 1eb23d8 commit 82a8dfe
Show file tree
Hide file tree
Showing 9 changed files with 3,534 additions and 2,771 deletions.
21 changes: 11 additions & 10 deletions e2e/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const projectMap = {
},
get cssPath() {
return path.resolve(this.projectPath, 'dist/app.wxss')
}
},
},
taroVue3: {
name: 'taroVue3',
Expand All @@ -22,7 +22,7 @@ const projectMap = {
},
get cssPath() {
return path.resolve(this.projectPath, 'dist/app.wxss')
}
},
},
uniAppVue3: {
name: 'uniAppVue3',
Expand All @@ -32,8 +32,8 @@ const projectMap = {
},
get cssPath() {
return path.resolve(this.projectPath, 'app.wxss')
}
}
},
},
}

function formatWxml(wxml: string) {
Expand All @@ -46,7 +46,7 @@ function formatWxml(wxml: string) {
endOfLine: 'lf',
trailingComma: 'none',
bracketSameLine: true,
htmlWhitespaceSensitivity: 'ignore'
htmlWhitespaceSensitivity: 'ignore',
})
}

Expand All @@ -60,7 +60,7 @@ function formatWxss(wxss: string) {
endOfLine: 'lf',
trailingComma: 'none',
bracketSameLine: true,
htmlWhitespaceSensitivity: 'ignore'
htmlWhitespaceSensitivity: 'ignore',
})
}

Expand All @@ -70,7 +70,7 @@ describe('e2e', () => {
async ({ cssPath, projectPath }) => {
const miniProgram = await automator.launch({
// cliPath: 'C:\\Program Files (x86)\\Tencent\\微信web开发者工具\\cli.bat',
projectPath
projectPath,
})
const page = await miniProgram.reLaunch('/pages/index/index')
if (page) {
Expand All @@ -79,8 +79,9 @@ describe('e2e', () => {
if (wxml) {
let wxmlRes: string
try {
wxmlRes = await formatWxml(wxml)
} catch (error) {
wxmlRes = wxml // await formatWxml(wxml)
}
catch (error) {
console.warn(error)
wxmlRes = wxml
}
Expand All @@ -95,6 +96,6 @@ describe('e2e', () => {
await miniProgram.close()

// expect().toMatchSnapshot()
}
},
)
})
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"weapp-pandacss": "link:.."
},
"devDependencies": {
"@pandacss/dev": "^0.41.0",
"@pandacss/dev": "^0.42.0",
"cross-env": "^7.0.3",
"postcss-rem-to-responsive-pixel": "^6.0.1",
"tailwindcss": "^3.4.4",
"weapp-ide-cli": "^1.0.1",
"weapp-tailwindcss": "^3.3.1"
"weapp-tailwindcss": "^3.3.7"
}
}
6,054 changes: 3,408 additions & 2,646 deletions examples/pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
"eslint": "^9.7.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}
58 changes: 29 additions & 29 deletions examples/taro-app-linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,56 +39,56 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.24.8",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@linaria/webpack-loader": "^5.0.4",
"@tarojs/components": "3.6.32",
"@tarojs/helper": "3.6.32",
"@tarojs/plugin-framework-react": "3.6.32",
"@tarojs/plugin-platform-alipay": "3.6.32",
"@tarojs/plugin-platform-h5": "3.6.32",
"@tarojs/plugin-platform-jd": "3.6.32",
"@tarojs/plugin-platform-qq": "3.6.32",
"@tarojs/plugin-platform-swan": "3.6.32",
"@tarojs/plugin-platform-tt": "3.6.32",
"@tarojs/plugin-platform-weapp": "3.6.32",
"@tarojs/react": "3.6.32",
"@tarojs/runtime": "3.6.32",
"@tarojs/shared": "3.6.32",
"@tarojs/taro": "3.6.32",
"@tarojs/components": "3.6.34",
"@tarojs/helper": "3.6.34",
"@tarojs/plugin-framework-react": "3.6.34",
"@tarojs/plugin-platform-alipay": "3.6.34",
"@tarojs/plugin-platform-h5": "3.6.34",
"@tarojs/plugin-platform-jd": "3.6.34",
"@tarojs/plugin-platform-qq": "3.6.34",
"@tarojs/plugin-platform-swan": "3.6.34",
"@tarojs/plugin-platform-tt": "3.6.34",
"@tarojs/plugin-platform-weapp": "3.6.34",
"@tarojs/react": "3.6.34",
"@tarojs/runtime": "3.6.34",
"@tarojs/shared": "3.6.34",
"@tarojs/taro": "3.6.34",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "3.6.32",
"@tarojs/taro-loader": "3.6.32",
"@tarojs/cli": "3.6.34",
"@tarojs/taro-loader": "3.6.34",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.32",
"@tarojs/webpack5-runner": "3.6.34",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-preset-taro": "3.6.32",
"eslint": "^9.5.0",
"eslint-config-taro": "3.6.32",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-preset-taro": "3.6.34",
"eslint": "^9.7.0",
"eslint-config-taro": "3.6.34",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"react-refresh": "^0.14.2",
"stylelint": "^16.6.1",
"stylelint": "^16.7.0",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.4.5",
"webpack": "5.92.0"
"typescript": "^5.5.3",
"webpack": "5.93.0"
}
}
66 changes: 33 additions & 33 deletions examples/taro-app-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,48 +39,48 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.24.8",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.3.9",
"@tarojs/components": "3.6.32",
"@tarojs/helper": "3.6.32",
"@tarojs/plugin-framework-vue3": "3.6.32",
"@tarojs/plugin-html": "3.6.32",
"@tarojs/plugin-platform-alipay": "3.6.32",
"@tarojs/plugin-platform-h5": "3.6.32",
"@tarojs/plugin-platform-jd": "3.6.32",
"@tarojs/plugin-platform-qq": "3.6.32",
"@tarojs/plugin-platform-swan": "3.6.32",
"@tarojs/plugin-platform-tt": "3.6.32",
"@tarojs/plugin-platform-weapp": "3.6.32",
"@tarojs/runtime": "3.6.32",
"@tarojs/shared": "3.6.32",
"@tarojs/taro": "3.6.32",
"vue": "^3.4.29"
"@nutui/nutui-taro": "^4.3.11",
"@tarojs/components": "3.6.34",
"@tarojs/helper": "3.6.34",
"@tarojs/plugin-framework-vue3": "3.6.34",
"@tarojs/plugin-html": "3.6.34",
"@tarojs/plugin-platform-alipay": "3.6.34",
"@tarojs/plugin-platform-h5": "3.6.34",
"@tarojs/plugin-platform-jd": "3.6.34",
"@tarojs/plugin-platform-qq": "3.6.34",
"@tarojs/plugin-platform-swan": "3.6.34",
"@tarojs/plugin-platform-tt": "3.6.34",
"@tarojs/plugin-platform-weapp": "3.6.34",
"@tarojs/runtime": "3.6.34",
"@tarojs/shared": "3.6.34",
"@tarojs/taro": "3.6.34",
"vue": "^3.4.31"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@tarojs/cli": "3.6.32",
"@tarojs/taro-loader": "3.6.32",
"@tarojs/webpack5-runner": "3.6.32",
"@types/node": "^20.14.5",
"@babel/core": "^7.24.8",
"@tarojs/cli": "3.6.34",
"@tarojs/taro-loader": "3.6.34",
"@tarojs/webpack5-runner": "3.6.34",
"@types/node": "^20.14.10",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/compiler-sfc": "^3.4.29",
"@vue/compiler-sfc": "^3.4.31",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.32",
"babel-preset-taro": "3.6.34",
"css-loader": "7.1.2",
"eslint": "^9.5.0",
"eslint-config-taro": "3.6.32",
"eslint-plugin-vue": "^9.26.0",
"eslint": "^9.7.0",
"eslint-config-taro": "3.6.34",
"eslint-plugin-vue": "^9.27.0",
"style-loader": "4.0.0",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.27.0",
"typescript": "^5.5.3",
"unplugin-vue-components": "^0.27.2",
"vue-loader": "^17.4.2",
"webpack": "^5.92.0"
"webpack": "^5.93.0"
}
}
68 changes: 34 additions & 34 deletions examples/taro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,61 +41,61 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@nutui/nutui-react-taro": "^2.6.9",
"@tarojs/components": "3.6.32",
"@tarojs/helper": "3.6.32",
"@tarojs/plugin-framework-react": "3.6.32",
"@tarojs/plugin-html": "3.6.32",
"@tarojs/plugin-platform-alipay": "3.6.32",
"@tarojs/plugin-platform-h5": "3.6.32",
"@tarojs/plugin-platform-jd": "3.6.32",
"@tarojs/plugin-platform-qq": "3.6.32",
"@tarojs/plugin-platform-swan": "3.6.32",
"@tarojs/plugin-platform-tt": "3.6.32",
"@tarojs/plugin-platform-weapp": "3.6.32",
"@tarojs/react": "3.6.32",
"@tarojs/runtime": "3.6.32",
"@tarojs/shared": "3.6.32",
"@tarojs/taro": "3.6.32",
"@babel/runtime": "^7.24.8",
"@nutui/nutui-react-taro": "^2.6.13",
"@tarojs/components": "3.6.34",
"@tarojs/helper": "3.6.34",
"@tarojs/plugin-framework-react": "3.6.34",
"@tarojs/plugin-html": "3.6.34",
"@tarojs/plugin-platform-alipay": "3.6.34",
"@tarojs/plugin-platform-h5": "3.6.34",
"@tarojs/plugin-platform-jd": "3.6.34",
"@tarojs/plugin-platform-qq": "3.6.34",
"@tarojs/plugin-platform-swan": "3.6.34",
"@tarojs/plugin-platform-tt": "3.6.34",
"@tarojs/plugin-platform-weapp": "3.6.34",
"@tarojs/react": "3.6.34",
"@tarojs/runtime": "3.6.34",
"@tarojs/shared": "3.6.34",
"@tarojs/taro": "3.6.34",
"babel-plugin-import": "^1.13.8",
"core-js": "^3.37.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@pandacss/dev": "^0.41.0",
"@babel/core": "^7.24.8",
"@pandacss/dev": "^0.42.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "3.6.32",
"@tarojs/taro-loader": "3.6.32",
"@tarojs/cli": "3.6.34",
"@tarojs/taro-loader": "3.6.34",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.32",
"@tarojs/webpack5-runner": "3.6.34",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@types/ramda": "^0.30.0",
"@types/node": "^20.14.10",
"@types/ramda": "^0.30.1",
"@types/react": "^18.3.3",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.32",
"eslint": "^9.5.0",
"eslint-config-taro": "3.6.32",
"babel-preset-taro": "3.6.34",
"eslint": "^9.7.0",
"eslint-config-taro": "3.6.34",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-rem-to-responsive-pixel": "^6.0.1",
"react-refresh": "^0.14.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.5",
"webpack": "5.92.0"
"typescript": "^5.5.3",
"webpack": "5.93.0"
}
}
Loading

0 comments on commit 82a8dfe

Please sign in to comment.