Skip to content

Commit a7613de

Browse files
authored
Upgrade webpack (#1764)
- Fixes #1748 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 3c0e01f commit a7613de

File tree

2 files changed

+962
-508
lines changed

2 files changed

+962
-508
lines changed

packages/cheatsheet-local/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "18.0.28",
3737
"@types/react-dom": "18.0.11",
3838
"@types/webpack": "5.28.0",
39-
"@webpack-cli/generators": "3.0.1",
39+
"@webpack-cli/generators": "3.0.7",
4040
"autoprefixer": "10.4.13",
4141
"css-loader": "6.7.3",
4242
"html-webpack-plugin": "5.5.0",
@@ -48,8 +48,8 @@
4848
"ts-loader": "9.4.2",
4949
"ts-node": "10.9.1",
5050
"typescript": "^5.1.6",
51-
"webpack": "5.76.2",
52-
"webpack-cli": "5.0.1",
51+
"webpack": "5.88.2",
52+
"webpack-cli": "5.1.4",
5353
"webpack-dev-server": "4.11.1"
5454
}
5555
}

0 commit comments

Comments
 (0)