Skip to content

Commit

Permalink
feat: Upgrade minor/patch versions of webpack-config dependencies
Browse files Browse the repository at this point in the history
### Overview

Bring `webpack-config` dependencies up to date without going beyond minor/patch versions.

This puts us in a better place to subsequently try some major dependency version upgrades.

Draft PRs to test the alpha package:
- [Monolith](codecademy-engineering/Codecademy#32276)
- [Gamut](Codecademy/gamut#2527)
- [Author](codecademy-engineering/author#2283)


### PR Checklist

- [ ] I have run this code to verify it works
- [ ] This PR includes unit tests for the code change
<!--
Merging your changes

1. Follow the [PR Title Guide](https://github.com/Codecademy/client-modules#pr-title-guide), the title (which becomes the commit message) determines the version bump for the packages you changed.

2. Wrap the text describing your change in more detail in the "CHANGELOG-DESCRIPTION" comment tags above, this is what will show up in the changelog!

3. DO NOT MERGE MANUALLY! When you are ready to merge and publish your changes, add the "Ship It" label to your Pull Request. This will trigger the merge process as long as all checks have completed, if the checks haven't completed the branch will be merged when they all pass.

**IMPORTANT:** If your PR contains breaking changes, please remember to follow the instructions for breaking changes!
-->
  • Loading branch information
jrood authored Aug 29, 2022
1 parent b5edb8c commit 3b028a1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 198 deletions.
18 changes: 9 additions & 9 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"webpack": "^4.43.0"
},
"dependencies": {
"babel-loader": "^8.2.2",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"css-loader": "^3.5.2",
"cssnano": "^4.1.10",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.11",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.12.0",
"node-sass": "^4.13.0",
"node-sass": "^4.14.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-focus-visible": "^5.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^1.2.0",
"terser-webpack-plugin": "^4.1.0",
"webpack-merge": "^4.2.1"
"sass-loader": "^7.3.1",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
"webpack-merge": "^4.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3b028a1

Please sign in to comment.