Skip to content

Commit

Permalink
Merge branch 'master' into robert-hebel-sb/explode-nested-schema-object
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-hebel-sb authored Feb 5, 2025
2 parents 60018e3 + f2f5012 commit ccb8595
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# will not occur.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
# Here the PR gets approved.
Expand Down
2 changes: 1 addition & 1 deletion config/webpack/browser.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const browserMin = {
devtool: 'source-map',
performance: {
hints: 'error',
maxEntrypointSize: 470000,
maxEntrypointSize: 480000,
maxAssetSize: 50000000,
},
output: {
Expand Down
Loading

0 comments on commit ccb8595

Please sign in to comment.