Skip to content

Commit 797a23f

Browse files
lint
1 parent cb60504 commit 797a23f

4 files changed

Lines changed: 7 additions & 29 deletions

File tree

.github/workflows/test-docs.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Checkout repository
3838
uses: actions/checkout@v6
3939

40+
- name: Set up Node.js
41+
uses: ./.github/actions/setup-node
42+
4043
- name: Build website
4144
run: bash -x scripts/build-and-assemble-website.sh
4245

packages/cursorless-org/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
"dependencies": {
3131
"@cursorless/cheatsheet": "workspace:*",
3232
"@cursorless/common": "workspace:*",
33+
"react": "^19.2.4",
3334
"react-dom": "^19.2.4",
3435
"react-player": "^3.4.0",
35-
"react": "^19.2.4",
3636
"wouter": "^3.9.0"
3737
},
3838
"devDependencies": {
3939
"@tailwindcss/postcss": "^4.2.1",
4040
"@types/node": "^24.12.0",
41-
"@types/react-dom": "^19.2.3",
4241
"@types/react": "^19.2.14",
42+
"@types/react-dom": "^19.2.3",
4343
"@vitejs/plugin-react": "^6.0.1",
4444
"eslint": "^10.0.3",
4545
"http-server": "^14.1.1",
4646
"postcss": "^8.5.8",
4747
"tailwindcss": "^4.2.1",
4848
"typescript": "^5.9.3",
49-
"vite-plugin-svgr": "^4.5.0",
50-
"vite": "^8.0.0"
49+
"vite": "^8.0.0",
50+
"vite-plugin-svgr": "^4.5.0"
5151
}
5252
}

packages/cursorless-org/tailwind.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable import/no-anonymous-default-export */
2-
31
import defaultTheme from "tailwindcss/defaultTheme";
42
import { readFileSync } from "node:fs";
53

0 commit comments

Comments
 (0)