Skip to content

Commit

Permalink
chore(deps): upgrade webpack dev server (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel A. White authored Dec 13, 2023
1 parent 74d0050 commit c124e73
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 455 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "4.7.4",
"webpack": "5.76.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
"webpack-dev-server": "4.15.1"
},
"scripts": {
"demo": "yarn workspace @stoplight/elements-demo",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-dev-portal/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// auto-updated during build
export const appVersion = '1.16.10';
export const appVersion = '1.18.1';
Loading

0 comments on commit c124e73

Please sign in to comment.