From 39090d6394f2337ab83d2c4706dd1a9f13c1b7f1 Mon Sep 17 00:00:00 2001 From: weilim9 Date: Fri, 9 Feb 2024 15:19:23 +0800 Subject: [PATCH] update dijit, dojo and dojox version --- bower.json | 33 ++++++++++++++++----------------- package.json | 27 +++++++++++++++++---------- yarn.lock | 23 +++++++++++++++++++++++ 3 files changed, 56 insertions(+), 27 deletions(-) create mode 100644 yarn.lock diff --git a/bower.json b/bower.json index e0eb1ec77..8168f13b2 100644 --- a/bower.json +++ b/bower.json @@ -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" - ] -} \ No newline at end of file + "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" + ] +} diff --git a/package.json b/package.json index fdfdd0c51..9d11fc0ea 100644 --- a/package.json +++ b/package.json @@ -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": "zhuxw1984@gmail.com" - }, { + }, + { "name": "Pei Wang(Nate)", "email": "supnate@gmail.com" - }, { + }, + { "name": "Qi Chen(Leslie)", "email": "yurychika@gmail.com" } @@ -25,7 +27,12 @@ } ], "bugs": "mailto:yurychika@gmail.com", - "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": [ { @@ -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": "." diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 000000000..9de6f0b34 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,23 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +dijit@1.17.3, 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" + +dojo@1.17.3, 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"