Skip to content

Commit 718ab99

Browse files
authored
Bump next.js to 13.5.4 (#1937)
## 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 47cc724 commit 718ab99

File tree

3 files changed

+516
-411
lines changed

3 files changed

+516
-411
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "^8.38.0",
3333
"eslint-config-prettier": "^8.8.0",
3434
"eslint-import-resolver-typescript": "3.5.5",
35-
"eslint-plugin-import": "2.27.5",
35+
"eslint-plugin-import": "2.28.1",
3636
"eslint-plugin-unused-imports": "^2.0.0",
3737
"prettier": "3.0.0",
3838
"syncpack": "9.8.4",

packages/cursorless-org/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"dependencies": {
1616
"@cursorless/cheatsheet": "workspace:*",
1717
"eslint": "^8.38.0",
18-
"eslint-config-next": "13.2.3",
19-
"next": "13.2.3",
18+
"eslint-config-next": "13.5.4",
19+
"next": "13.5.4",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"react-player": "2.12.0",

0 commit comments

Comments
 (0)