Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent 6e907e3 commit 216c6c5
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 84 deletions.
6 changes: 3 additions & 3 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.3",
"@babel/eslint-plugin": "7.22.10",
"@babel/plugin-proposal-decorators": "7.23.3",
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-plugin": "7.23.5",
"@babel/plugin-proposal-decorators": "7.23.9",
"eslint": "8.51.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.23.3",
"@babel/preset-env": "7.23.9",
"babel-jest": "29.7.0",
"eslint": "8.51.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.23.3",
"@babel/preset-env": "7.23.9",
"babel-jest": "29.7.0",
"eslint": "8.51.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.23.3",
"@babel/preset-env": "7.23.9",
"babel-jest": "29.7.0",
"eslint": "8.51.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.23.3",
"@babel/core": "7.23.9",
"@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 216c6c5

Please sign in to comment.