Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Sep 30, 2020
1 parent 18731f7 commit 4d77e8c
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 173 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vue-github-button": "^1.1.2",
"y-indexeddb": "^9.0.5",
"y-webrtc": "^10.1.6",
"yjs": "^13.3.2"
"yjs": "^13.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"@types/prosemirror-history": "^1.0.1",
"@types/prosemirror-inputrules": "^1.0.3",
"@types/prosemirror-keymap": "^1.0.3",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-model": "^1.7.4",
"@types/prosemirror-state": "^1.2.5",
"@types/prosemirror-transform": "^1.1.1",
"@types/prosemirror-view": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"cypress": "^5.2.0",
"eslint": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"cypress": "^5.3.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.0.0",
"lerna": "^3.22.1",
"microbundle": "^0.12.3",
"microbundle": "^0.12.4",
"sass-loader": "^9.0.3",
"typedoc": "^0.18.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.3",
"vue": "^2.6.12"
}
Expand Down
Loading

0 comments on commit 4d77e8c

Please sign in to comment.