Skip to content

Commit

Permalink
chore(deps): bump @babel/parser from 7.16.4 to 7.24.1
Browse files Browse the repository at this point in the history
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.16.4 to 7.24.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-parser)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent aa9bde3 commit 42cb708
Show file tree
Hide file tree
Showing 10 changed files with 2,116 additions and 3,697 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/parser": "^7.14.5",
"@babel/parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-cli-convertor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"fs-extra": "^8.0.1"
},
"devDependencies": {
"@babel/parser": "^7.14.5",
"@babel/parser": "^7.24.1",
"@tarojs/taro": "workspace:*",
"jest": "^29.7.0",
"jest-cli": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@babel/generator": "^7.20.0",
"@babel/parser": "^7.20.0",
"@babel/parser": "^7.24.1",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@stencil/react-output-target": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/parser": "^7.14.5",
"@babel/parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@babel/generator": "^7.20.0",
"@babel/parser": "^7.20.0",
"@babel/parser": "^7.24.1",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@stencil/react-output-target": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@babel/generator": "^7.20.0",
"@babel/parser": "^7.20.0",
"@babel/parser": "^7.24.1",
"@babel/traverse": "^7.20.0",
"@babel/types": "^7.20.0",
"@tarojs/runtime": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-rn-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/parser": "^7.14.5",
"@babel/parser": "^7.24.1",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@tarojs/helper": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-transformer-wx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.21.8",
"@babel/generator": "^7.21.4",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.0",
"@babel/parser": "^7.24.1",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.14.5",
"@babel/template": "7.21.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/taroize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@babel/code-frame": "^7.21.4",
"@babel/generator": "^7.21.4",
"@babel/parser": "^7.23.0",
"@babel/parser": "^7.24.1",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/preset-typescript": "^7.14.5",
Expand Down
5,795 changes: 2,107 additions & 3,688 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 42cb708

Please sign in to comment.