update dependencies

This commit is contained in:
Philipp Kühn
2021-02-05 20:01:55 +01:00
parent d022116d5c
commit 27e365485f
10 changed files with 796 additions and 66 deletions

View File

@@ -23,7 +23,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"remark-container": "^0.1.2",
"remark-toc": "^7.0.0",
"remark-toc": "^7.1.0",
"remixicon": "^2.5.0",
"simplify-js": "^1.2.4",
"tippy.js": "^6.2.7",
@@ -31,17 +31,17 @@
"y-indexeddb": "^9.0.6",
"y-prosemirror": "^1.0.5",
"y-webrtc": "^10.1.7",
"y-websocket": "^1.3.8",
"y-websocket": "^1.3.10",
"yjs": "^13.4.12"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"html-loader": "^1.3.2",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"style-resources-loader": "^1.4.1",
"ts-loader": "^8.0.14"
"ts-loader": "^8.0.15"
}
}