Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dijit, dojo and dojox version #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "gridx",
"version": "1.3.4",
"dependencies": {
"dojo": ">=1.9.1",
"dijit": ">=1.9.1",
"dojox": ">=1.9.1"
},
"devDependencies": {
},
"ignore": [
".jshintrc",
".gitattributes",
".gitignore",
".travis.yml",
"CONTRIBUTING.md"
]
}
"name": "gridx",
"version": "1.3.4",
"dependencies": {
"dojo": "^1.17.3",
"dijit": "^1.17.3",
"dojox": "^1.17.3"
},
"devDependencies": {},
"ignore": [
".jshintrc",
".gitattributes",
".gitignore",
".travis.yml",
"CONTRIBUTING.md"
]
}
27 changes: 17 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "gridx",
"mappings": {
"dojo": "https://github.com/dojo/dojo/zipball/1.9.1",
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
"dojo": "https://github.com/dojo/dojo/zipball/1.17.3",
"dijit": "https://github.com/dojo/dijit/zipball/1.17.3",
"dojox": "https://github.com/dojo/dojox/zipball/1.17.3"
},
"version": "1.3.8",
"maintainers":[
"maintainers": [
{
"name": "Xiao Wen Zhu(Oliver)",
"email": "[email protected]"
}, {
},
{
"name": "Pei Wang(Nate)",
"email": "[email protected]"
}, {
},
{
"name": "Qi Chen(Leslie)",
"email": "[email protected]"
}
Expand All @@ -25,7 +27,12 @@
}
],
"bugs": "mailto:[email protected]",
"keywords": ["Gridx", "grid", "virtual scroll", "tree grid"],
"keywords": [
"Gridx",
"grid",
"virtual scroll",
"tree grid"
],
"description": "A fast rendering, well modularized and plugin architecture based Grid. Besides supporting a rich set of popular features, GridX is optimized and extremely capable of supporting huge dataset larger than millions of rows.",
"licenses": [
{
Expand All @@ -44,9 +51,9 @@
}
],
"dependencies": {
"dojo": "1.9.1",
"dijit": "1.9.1",
"dojox": "1.9.1"
"dijit": "^1.17.3",
"dojo": "^1.17.3",
"dojox": "^1.17.3"
},
"directories": {
"lib": "."
Expand Down
23 changes: 23 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


[email protected], dijit@^1.17.3:
version "1.17.3"
resolved "https://registry.yarnpkg.com/dijit/-/dijit-1.17.3.tgz#970a578546381cfede92cdce62ee404cb1272c5b"
integrity sha512-QS+1bNhPT+BF9E+iomQSi5qI+o3oUNSx1r5TF8WlGH4LybGZP+IIGJBOO5/41YduBPljVXhY7vaPsgrycxC6UQ==
dependencies:
dojo "1.17.3"

[email protected], dojo@^1.17.3:
version "1.17.3"
resolved "https://registry.yarnpkg.com/dojo/-/dojo-1.17.3.tgz#053bd5fbd846a04a84cae1f552d54f7d3a5a9267"
integrity sha512-iWDx1oSfCEDnIrs8cMW7Zh9Fbjgxu8iRagFz+Qi2eya3MXIAxFXKhv2A7dpi+bfpMpFozLwcsLV8URLw6BsHsA==

dojox@^1.17.3:
version "1.17.3"
resolved "https://registry.yarnpkg.com/dojox/-/dojox-1.17.3.tgz#4c782da01bb97d18514be6363d41a5b9862adaf8"
integrity sha512-n2SvGoVTZlOQUQmoqEfW6oGAfmyBtjl4DzWkxoojdTxBq8O0r7pDKBrW3nRrpQW9uZFHfB1XIA3BXS0cnrue/Q==
dependencies:
dijit "1.17.3"
dojo "1.17.3"