Skip to content

Commit

Permalink
chore: update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Aug 23, 2022
1 parent db23fa7 commit c1eedef
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
"@egjs/react-axes": "~3.0.1",
"@egjs/react-axes": "~3.1.0",
"@tsconfig/docusaurus": "^1.0.4",
"bulma": "^0.9.3",
"docusaurus-plugin-sass": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/react-axes",
"version": "3.0.1",
"version": "3.1.0",
"description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.",
"sideEffects": false,
"main": "dist/axes.cjs.js",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@cfcs/react": "^0.0.4",
"@egjs/axes": "~3.6.0"
"@egjs/axes": "~3.7.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/svelte-axes",
"version": "3.0.0",
"version": "3.1.0",
"description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.",
"sideEffects": false,
"types": "declaration/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/naver/egjs-axes",
"dependencies": {
"@cfcs/svelte": "~0.0.4",
"@egjs/axes": "~3.6.0"
"@egjs/axes": "~3.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue-axes",
"version": "3.0.1",
"version": "3.1.0",
"description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.",
"main": "dist/axes.cjs.js",
"module": "dist/axes.esm.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@cfcs/vue3": "^0.0.4",
"@egjs/axes": "~3.6.0"
"@egjs/axes": "~3.7.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2-axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue2-axes",
"version": "3.0.1",
"version": "3.1.0",
"description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.",
"sideEffects": false,
"main": "dist/axes.cjs.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@cfcs/vue2": "~0.0.4",
"@egjs/axes": "~3.6.0"
"@egjs/axes": "~3.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit c1eedef

Please sign in to comment.