Skip to content

Commit e52a08c

Browse files
authored
bump webpack, next, pnpm (#2666)
- Supercedes #2662 - Supercedes #2657 ## 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) - [x] I have not broken the cheatsheet
1 parent 959bf11 commit e52a08c

File tree

4 files changed

+526
-562
lines changed

4 files changed

+526
-562
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"engines": {
6565
"node": ">=18.18.2"
6666
},
67-
"packageManager": "pnpm@9.5.0",
67+
"packageManager": "pnpm@9.12.1",
6868
"type": "module"
6969
}

packages/cheatsheet-local/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ts-loader": "9.5.1",
4949
"ts-node": "10.9.2",
5050
"typescript": "^5.5.3",
51-
"webpack": "5.91.0",
51+
"webpack": "5.95.0",
5252
"webpack-cli": "5.1.4",
5353
"webpack-dev-server": "5.0.4"
5454
},

packages/cursorless-org/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mdx-js/loader": "3.0.1",
1818
"@mdx-js/react": "3.0.1",
1919
"@next/mdx": "14.1.4",
20-
"next": "14.1.4",
20+
"next": "14.2.15",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"react-player": "2.15.1"

0 commit comments

Comments
 (0)