Skip to content

Commit 7599d84

Browse files
authored
cursorless-org: Move eslint/typescript to devDependencies (#2009)
ESLint and TypeScript should definitely not end up in the bundled output for the cursorless.org website.
1 parent 4f3e025 commit 7599d84

File tree

2 files changed

+118
-45
lines changed

2 files changed

+118
-45
lines changed

packages/cursorless-org/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@
1717
"@mdx-js/loader": "2.3.0",
1818
"@mdx-js/react": "2.3.0",
1919
"@next/mdx": "13.4.10",
20-
"eslint": "^8.38.0",
21-
"eslint-config-next": "13.5.4",
2220
"next": "13.5.4",
2321
"react": "^18.2.0",
2422
"react-dom": "^18.2.0",
25-
"react-player": "2.12.0",
26-
"typescript": "^5.1.6"
23+
"react-player": "2.12.0"
2724
},
2825
"devDependencies": {
2926
"@svgr/webpack": "6.5.1",
@@ -33,9 +30,12 @@
3330
"@types/react": "18.0.28",
3431
"@types/react-dom": "18.0.11",
3532
"autoprefixer": "10.4.13",
33+
"eslint": "^8.38.0",
34+
"eslint-config-next": "13.5.4",
3635
"http-server": "14.1.1",
3736
"postcss": "8.4.31",
38-
"tailwindcss": "3.2.7"
37+
"tailwindcss": "3.2.7",
38+
"typescript": "^5.1.6"
3939
},
4040
"license": "MIT",
4141
"main": "./out/index.js",

0 commit comments

Comments
 (0)