Skip to content

Commit

Permalink
Update dependency @apidevtools/json-schema-ref-parser to v11 (merge c…
Browse files Browse the repository at this point in the history
…ommit)

Merge branch 'renovate/apidevtools-json-schema-ref-parser-11.x' into 'main'
* Add react-app-rewired to fix issue with webpack 5

* Update to major versions for some dependencies to be compatible with new json-schema-ref-parser version

* Update dependency @apidevtools/json-schema-ref-parser to v11

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-submit/metadata-submitter-frontend/-/merge_requests/921

Approved-by: Stefan Negru <stefan@blankdots.com>
Co-authored-by: renovate-bot <group183_bot1@noreply.gitlab.ci.csc.fi>
Merged by Hang Le <lhang@csc.fi>
  • Loading branch information
Hang Le committed Feb 8, 2024
2 parents 4fe0a88 + b8b3a45 commit 610b21e
Show file tree
Hide file tree
Showing 5 changed files with 9,688 additions and 12,729 deletions.
6 changes: 6 additions & 0 deletions config-overrides.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = function override(config) {
config.resolve.fallback = Object.assign(config.resolve.fallback || {}, {
path: require.resolve("path-browserify"),
})
return config
}
Loading

0 comments on commit 610b21e

Please sign in to comment.