Skip to content

Commit

Permalink
Bump source-map-loader from 2.0.2 to 3.0.1 in /frontend (#3716)
Browse files Browse the repository at this point in the history
* Bump source-map-loader from 2.0.2 to 3.0.1 in /frontend

Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 2.0.2 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/source-map-loader@v2.0.2...v3.0.1)

---
updated-dependencies:
- dependency-name: source-map-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove jest config from package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lcampbell2 <l.campbell144768@gmail.com>
  • Loading branch information
dependabot[bot] and lcampbell2 committed May 25, 2022
1 parent 9f5885d commit e94185b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
48 changes: 24 additions & 24 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prettier": "^2.5.1",
"react-hot-loader": "^4.13.0",
"react-test-renderer": "^16.14.0",
"source-map-loader": "^2.0.2",
"source-map-loader": "^3.0.1",
"supertest": "^6.2.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.2",
Expand Down
3 changes: 0 additions & 3 deletions services/super-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@
"jest-fetch-mock": "^3.0.3",
"jest-matcher-utils": "^27.4.2",
"prettier": "^2.6.2"
},
"jest": {
"verbose": true
}
}

0 comments on commit e94185b

Please sign in to comment.