Skip to content

Commit

Permalink
Upgrade node dependencies
Browse files Browse the repository at this point in the history
- Webpack 4 -> 5
- Notably, changes now require Node 14 (vs 12).
  This is mentioned in the `package.json`
  and you make need to rebuild your local dockerenv
  (`make dockerbuild`)
- Minor bootstrap version upgrade
  • Loading branch information
davidfischer committed Jan 14, 2023
1 parent 26ac90f commit e9f10e8
Show file tree
Hide file tree
Showing 4 changed files with 895 additions and 2,838 deletions.
2 changes: 1 addition & 1 deletion docker-compose/local/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:14

WORKDIR /app

Expand Down
Loading

0 comments on commit e9f10e8

Please sign in to comment.