Skip to content

Commit

Permalink
Update codemirror, remove opensans (#489)
Browse files Browse the repository at this point in the history
* Update codemirror, remove opensans

* changelog

* Remove our one usage of sans

* Update JS dependency too
  • Loading branch information
Half-Shot authored Sep 16, 2022
1 parent a179ae6 commit 5ee267f
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 256 deletions.
1 change: 1 addition & 0 deletions changelog.d/489.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update codemirror and remove unused font.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"figma-js": "^1.14.0",
"ioredis": "^5.2.3",
"http-status-codes": "^2.2.0",
"ioredis": "^5.2.3",
"jira-client": "^8.0.0",
"markdown-it": "^12.3.2",
"matrix-appservice-bridge": "^5.0.0",
Expand All @@ -74,8 +74,7 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"@codemirror/lang-javascript": "^0.19.7",
"@fontsource/open-sans": "^4.2.2",
"@codemirror/lang-javascript": "^6.0.2",
"@napi-rs/cli": "^2.2.0",
"@preact/preset-vite": "^2.2.0",
"@types/ajv": "^1.0.0",
Expand All @@ -93,7 +92,7 @@
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@uiw/react-codemirror": "^4.5.3",
"@uiw/react-codemirror": "^4.12.3",
"chai": "^4.3.4",
"eslint": "^8.3.0",
"eslint-config-preact": "^1.3.0",
Expand Down
1 change: 0 additions & 1 deletion web/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { h, render } from 'preact';
import 'preact/devtools';
import App from './App';
import "@fontsource/open-sans/400.css";
import "./fonts/fonts.scss"
import "./styling.scss";

Expand Down
Loading

0 comments on commit 5ee267f

Please sign in to comment.