Skip to content

Commit

Permalink
chore: update version of wrappers to v4.21.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Jan 10, 2024
1 parent 42aee4f commit bc8e102
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.21.21",
"version": "4.21.22",
"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.21.21"
"tui-grid": "^4.21.22"
}
}
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.21.21",
"version": "4.21.22",
"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.21.21"
"tui-grid": "^4.21.22"
}
}

0 comments on commit bc8e102

Please sign in to comment.