Skip to content

Commit

Permalink
chore: update version of wrappers to v4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Oct 26, 2020
1 parent 0e48d28 commit 1f51d3c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions packages/toast-ui.react-grid/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 packages/toast-ui.react-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/react-grid",
"version": "4.15.1",
"version": "4.15.2",
"description": "TOAST UI Grid for React",
"main": "dist/toastui-react-grid.js",
"files": [
Expand Down Expand Up @@ -52,6 +52,6 @@
"xhr-mock": "^2.4.1"
},
"dependencies": {
"tui-grid": "^4.15.1"
"tui-grid": "^4.15.2"
}
}
8 changes: 4 additions & 4 deletions packages/toast-ui.vue-grid/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 packages/toast-ui.vue-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/vue-grid",
"version": "4.15.1",
"version": "4.15.2",
"description": "TOAST UI Grid for Vue",
"main": "dist/toastui-vue-grid.js",
"files": [
Expand Down Expand Up @@ -42,6 +42,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"tui-grid": "^4.15.1"
"tui-grid": "^4.15.2"
}
}

0 comments on commit 1f51d3c

Please sign in to comment.