Skip to content

Commit

Permalink
chore: update wrapper version to 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Jul 12, 2022
1 parent 9782e91 commit f2a8bae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/react-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/react-editor",
"version": "3.1.7",
"version": "3.1.8",
"description": "TOAST UI Editor for React",
"files": [
"dist",
Expand Down Expand Up @@ -35,6 +35,6 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@toast-ui/editor": "^3.1.7"
"@toast-ui/editor": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions apps/vue-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/vue-editor",
"version": "3.1.7",
"version": "3.1.8",
"description": "TOAST UI Editor for Vue",
"main": "dist/toastui-vue-editor.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,6 +34,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"@toast-ui/editor": "^3.1.7"
"@toast-ui/editor": "^3.1.8"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

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

0 comments on commit f2a8bae

Please sign in to comment.