Skip to content

Commit

Permalink
chore: update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 26, 2023
1 parent 6fd5c0b commit dce9a8c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@docusaurus/preset-classic": "^2.0.0-alpha.73",
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.73",
"@egjs/flicking-plugins": "^4.2.1",
"@egjs/infinitegrid": "~4.9.0",
"@egjs/infinitegrid": "~4.10.0",
"@egjs/react-flicking": "^4.2.1",
"@egjs/react-infinitegrid": "~4.9.0",
"@egjs/react-infinitegrid": "~4.10.0",
"@mdx-js/react": "^1.6.21",
"bulma": "^0.9.2",
"clsx": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "A module used to arrange elements including content infinitely according to grid type. With this module, you can implement various grids composed of different card elements whose sizes vary. It guarantees performance by maintaining the number of DOMs the module is handling under any circumstance",
"module": "dist/infinitegrid.esm.js",
"main": "dist/infinitegrid.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-infinitegrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4",
"@egjs/infinitegrid": "~4.9.0",
"@egjs/infinitegrid": "~4.10.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/ngx-infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "An Angular component that can arrange items infinitely according to the type of grids",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,6 @@
},
"license": "MIT",
"dependencies": {
"@egjs/infinitegrid": "~4.9.0"
"@egjs/infinitegrid": "~4.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/react-infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "A React component that can arrange items infinitely according to the type of grids",
"types": "declaration/index.d.ts",
"main": "dist/infinitegrid.cjs.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"layout"
],
"dependencies": {
"@egjs/infinitegrid": "~4.9.0"
"@egjs/infinitegrid": "~4.10.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/svelte-infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "A Svelte component that can arrange items infinitely according to the type of grids",
"sideEffects": false,
"svelte": "src/index.js",
Expand Down Expand Up @@ -74,6 +74,6 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@egjs/infinitegrid": "~4.9.0"
"@egjs/infinitegrid": "~4.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue-infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue-infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "A Vue component that can arrange items infinitely according to the type of grids",
"sideEffects": false,
"types": "declaration/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"layout"
],
"dependencies": {
"@egjs/infinitegrid": "~4.9.0"
"@egjs/infinitegrid": "~4.10.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/vue3-infinitegrid",
"version": "4.9.0",
"version": "4.10.0",
"description": "A Vue3 component that can arrange items infinitely according to the type of grids",
"sideEffects": false,
"types": "declaration/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
"vue-loader": "^16.5.0"
},
"dependencies": {
"@egjs/infinitegrid": "~4.9.0",
"@egjs/infinitegrid": "~4.10.0",
"cpx": "^1.5.0"
}
}

0 comments on commit dce9a8c

Please sign in to comment.