Skip to content

Commit

Permalink
Merge pull request #4540 from easyops-cn/renovate/next-babel-monorepo
Browse files Browse the repository at this point in the history
chore(deps): Update dependency @babel/parser to ^7.26.2 (next)
  • Loading branch information
weareoutman authored Oct 31, 2024
2 parents ae0a91e + 770b0fa commit f95c7e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"packages/*"
],
"resolutions": {
"@babel/parser": "^7.26.1",
"@babel/parser": "^7.26.2",
"@babel/runtime": "^7.26.0",
"@types/react": "^18.3.4",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-next-bricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">=16"
},
"dependencies": {
"@babel/parser": "^7.26.1",
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"sideEffects": false,
"dependencies": {
"@babel/parser": "^7.26.1"
"@babel/parser": "^7.26.2"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.19",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"@babel/template" "^7.25.9"
"@babel/types" "^7.26.0"

"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.1":
version "7.26.1"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
version "7.26.2"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
dependencies:
"@babel/types" "^7.26.0"

Expand Down

0 comments on commit f95c7e4

Please sign in to comment.