Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @tarojs/taro-loader from 4.0.5 to 4.0.7 #174

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/core": "^7.25.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "4.0.6",
"@tarojs/taro-loader": "4.0.5",
"@tarojs/taro-loader": "4.0.7",
"@tarojs/webpack5-runner": "4.0.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
Expand Down
42 changes: 41 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,35 @@ __metadata:
languageName: node
linkType: hard

"@tarojs/helper@npm:4.0.7":
version: 4.0.7
resolution: "@tarojs/helper@npm:4.0.7"
dependencies:
"@babel/core": "npm:^7.24.4"
"@babel/generator": "npm:^7.24.4"
"@babel/parser": "npm:^7.24.4"
"@babel/traverse": "npm:^7.24.1"
"@babel/types": "npm:^7.24.0"
"@swc/core": "npm:1.3.96"
"@swc/register": "npm:0.1.10"
ansi-escapes: "npm:^4.3.2"
chalk: "npm:^4.1.2"
chokidar: "npm:^3.6.0"
cross-spawn: "npm:^7.0.3"
debug: "npm:^4.3.4"
dotenv: "npm:^16.4.5"
dotenv-expand: "npm:^11.0.6"
esbuild: "npm:~0.21.0"
find-yarn-workspace-root: "npm:^2.0.0"
fs-extra: "npm:^11.2.0"
lodash: "npm:^4.17.21"
require-from-string: "npm:^2.0.2"
resolve: "npm:^1.22.8"
supports-hyperlinks: "npm:^3.0.0"
checksum: 10c0/58aa5192421a65bc06fa59282887e843bf9cba8d3f3fd8ed1bf73d831fdb87c9f790cf123ea8b12e43c9a6e9d99a12ecdd9559f474eb89ee797ab84fe62e2ff5
languageName: node
linkType: hard

"@tarojs/plugin-doctor-darwin-arm64@npm:0.0.13":
version: 0.0.13
resolution: "@tarojs/plugin-doctor-darwin-arm64@npm:0.0.13"
Expand Down Expand Up @@ -3502,6 +3531,17 @@ __metadata:
languageName: node
linkType: hard

"@tarojs/taro-loader@npm:4.0.7":
version: 4.0.7
resolution: "@tarojs/taro-loader@npm:4.0.7"
dependencies:
"@tarojs/helper": "npm:4.0.7"
peerDependencies:
webpack: 5.91.0
checksum: 10c0/3768ad041dbc43814388e1552749cb3e62b2e7fdd29b42c08de6ac28999d964146cbfb5fcf953fdb375ef998153ff2ad5fc805ffaa8a530b23dae5967bdd88b5
languageName: node
linkType: hard

"@tarojs/taro@npm:4.0.5":
version: 4.0.5
resolution: "@tarojs/taro@npm:4.0.5"
Expand Down Expand Up @@ -11443,7 +11483,7 @@ __metadata:
"@tarojs/runtime": "npm:4.0.5"
"@tarojs/shared": "npm:4.0.5"
"@tarojs/taro": "npm:4.0.5"
"@tarojs/taro-loader": "npm:4.0.5"
"@tarojs/taro-loader": "npm:4.0.7"
"@tarojs/webpack5-runner": "npm:4.0.5"
"@types/node": "npm:^22.5.5"
"@types/react": "npm:^18.3.8"
Expand Down
Loading