Skip to content

Commit

Permalink
Merge pull request #4927 from alphagov/dependabot/npm_and_yarn/babel-…
Browse files Browse the repository at this point in the history
…cc9fe9175d

Bump the babel group with 2 updates
  • Loading branch information
romaricpascal authored Apr 8, 2024
2 parents c5668d5 + 06aea9b commit bd465bd
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 46 deletions.
4 changes: 2 additions & 2 deletions docs/examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"govuk-frontend": "*"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
Expand Down
97 changes: 57 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@govuk-frontend/config": "*",
"@govuk-frontend/helpers": "*",
"@govuk-frontend/lib": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/govuk-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"version": "echo $npm_package_version"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@govuk-frontend/config": "*",
"@govuk-frontend/helpers": "*",
"@govuk-frontend/lib": "*",
Expand Down

0 comments on commit bd465bd

Please sign in to comment.