Skip to content

Commit

Permalink
fix(deps): update babel monorepo to v7.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 6cfb880 commit 28b53cc
Show file tree
Hide file tree
Showing 6 changed files with 814 additions and 197 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"version": "0.0.1",
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@babel/eslint-plugin": "7.23.5",
"@babel/plugin-proposal-decorators": "7.24.0",
"@babel/plugin-proposal-decorators": "7.24.1",
"eslint": "8.57.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-filenames": "latest",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@babel/preset-env": "7.24.0",
"@babel/preset-env": "7.24.1",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"hast-util-to-html": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"unist-util-visit-parents": "^6.0.0"
},
"devDependencies": {
"@babel/preset-env": "7.24.0",
"@babel/preset-env": "7.24.1",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"hast-util-to-html": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-source-jenkinsplugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"xml2js": "0.6.2"
},
"devDependencies": {
"@babel/preset-env": "7.24.0",
"@babel/preset-env": "7.24.1",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"homepage": "https://plugins.jenkins.io/",
"dependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.24.1",
"@halkeye/gatsby-rehype-autolink-headers": "1.1.0",
"@halkeye/gatsby-rehype-rewrite-ids": "1.1.0",
"@halkeye/gatsby-transformer-rehype": "1.1.0",
Expand Down
Loading

0 comments on commit 28b53cc

Please sign in to comment.