Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Sep 22, 2020
1 parent 5eb224e commit 64fb417
Show file tree
Hide file tree
Showing 8 changed files with 1,248 additions and 1,243 deletions.
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="A simple visual editor for creating commutative diagrams."
/>

<title>tikzcd-editor</title>

<link rel="stylesheet" href="./css/master.css" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS_CHTML"></script>
</head>
<body>
<script src="./bundle.js"></script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="A simple visual editor for creating commutative diagrams."
/>

<title>tikzcd-editor</title>

<link rel="stylesheet" href="./css/master.css" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS_CHTML"></script>
</head>
<body>
<script src="./bundle.js"></script>
</body>
</html>
85 changes: 43 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"preact": "^10.4.8"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
Expand All @@ -41,18 +41,20 @@
"cross-zip": "^3.1.0",
"http-server": "^0.12.3",
"mkdirp": "^1.0.4",
"onchange": "^6.1.1",
"prettier": "1.19.1",
"onchange": "^7.0.2",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"tap": "^14.10.8",
"webpack": "^4.44.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"proseWrap": "always"
"proseWrap": "always",
"arrowParens": "avoid",
"trailingComma": "none"
},
"scripts": {
"start": "http-server",
Expand Down
Loading

0 comments on commit 64fb417

Please sign in to comment.