Skip to content

Commit

Permalink
env: update version of wrapper to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Jul 14, 2021
1 parent 218065b commit e5fd1af
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
26 changes: 13 additions & 13 deletions apps/jquery-editor/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/jquery-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/jquery-editor",
"version": "2.5.2",
"version": "2.5.3",
"description": "TOAST UI Editor : jQuery Wrapper",
"keywords": [
"nhn",
Expand Down Expand Up @@ -62,7 +62,7 @@
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@toast-ui/editor": "^2.5.2",
"@toast-ui/editor": "^2.5.3",
"jquery": "^3.5.0"
},
"publishConfig": {
Expand Down
26 changes: 13 additions & 13 deletions apps/vue-editor/package-lock.json

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

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": "2.5.2",
"version": "2.5.3",
"description": "TOAST UI Editor for Vue",
"main": "dist/toastui-vue-editor.js",
"files": [
Expand Down Expand Up @@ -51,6 +51,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"@toast-ui/editor": "^2.5.2"
"@toast-ui/editor": "^2.5.3"
}
}

0 comments on commit e5fd1af

Please sign in to comment.