Skip to content

Commit

Permalink
chore: update wrapper version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Feb 17, 2023
1 parent 9b94c04 commit 0c5c11b
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.2.2",
"version": "3.2.3",
"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.2.1"
"@toast-ui/editor": "^3.2.2"
}
}
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.2.2",
"version": "3.2.3",
"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.2.1"
"@toast-ui/editor": "^3.2.2"
}
}
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 0c5c11b

Please sign in to comment.