Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Mar 29, 2021
1 parent e2f5016 commit 43bafac
Show file tree
Hide file tree
Showing 12 changed files with 171 additions and 48 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/preset-react": "^7.13.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.17"
"ts-loader": "^8.1.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/core": "^7.13.1",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/preset-react": "^7.13.13",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^3.18.0",
"@lerna/project": "^3.21.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"cypress": "^6.8.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.8.0",
"lerna": "^3.22.1",
"minimist": "^1.2.5",
"rollup": "^2.42.4",
"rollup": "^2.44.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.11.3",
"@types/prosemirror-model": "^1.13.0",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.6",
"@types/prosemirror-transform": "^1.1.2",
Expand All @@ -39,6 +39,6 @@
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.4",
"prosemirror-transform": "^1.2.12",
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/extension-focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/extension-placeholder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"dependencies": {
"prosemirror-model": "^1.13.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/extension-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"prosemirror-tables": "^1.1.1",
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
},
"devDependencies": {
"@types/react-dom": "^17.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/suggestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@tiptap/core": "^2.0.0-beta.9",
"prosemirror-model": "^1.13.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/vue-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vue": "^2.6.12"
},
"dependencies": {
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/vue-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"prosemirror-view": "^1.18.1",
"prosemirror-view": "^1.18.2",
"vue": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vue": "^2.6.12"
},
"dependencies": {
"prosemirror-view": "^1.18.1"
"prosemirror-view": "^1.18.2"
}
}
Loading

0 comments on commit 43bafac

Please sign in to comment.