Skip to content

Commit

Permalink
Elisa/remove webpack (#698)
Browse files Browse the repository at this point in the history
* Bump webpack from 5.91.0 to 5.92.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.92.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove webpack and webpack-cli

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
emyl3 and dependabot[bot] authored Jun 18, 2024
1 parent 780840f commit 56c7e46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 521 deletions.
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defaults:
values:
sitemap: true

content:
content:
supported_diseases:
- COVID-19
- Flu A
Expand All @@ -71,7 +71,7 @@ content:
- South Carolina
- Texas
- US Virgin Islands

exclude:
- .jekyll-cache/
- .sass-cache/
Expand All @@ -89,14 +89,12 @@ exclude:
- README.md
- scripts/
- vendor/
- webpack.config.js
- artifact/
- artifact.zip
- lighthouse
- release-notes.txt
- spec/
- assets/js/uswds.js
- webpack/
- e2e/
- tests_output/
- geckodriver.log
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"serve": "bundle exec jekyll serve --livereload --config _config.yml",
"setup": "npm run uswds-copy-assets && npm run uswds-build-sass",
"build-webpack": "./node_modules/.bin/webpack",
"uswds-build-sass": "gulp build-sass",
"uswds-build-app": "gulp build-app",
"uswds-copy-assets": "npm run uswds-copy-fonts && npm run copy-subset-fonts && npm run uswds-copy-img",
Expand Down Expand Up @@ -75,8 +74,6 @@
"uncss": "^0.17.3",
"uswds": "^2.14.0",
"uswds-gulp": "github:uswds/uswds-gulp",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"yargs": "17.7.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 56c7e46

Please sign in to comment.