update the dependences

This commit is contained in:
Brandon 2022-01-18 09:20:18 -08:00 committed by GitHub
parent 21b8bdd0f3
commit 74006354ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,19 +33,19 @@
"format": "grunt eslint --fix" "format": "grunt eslint --fix"
}, },
"devDependencies": { "devDependencies": {
"dateformat": "4.5.1", "dateformat": "5.0.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"grunt": "1.4.1", "grunt": "1.4.1",
"grunt-casperjs": "^2.2.1", "grunt-casperjs": "^2.2.1",
"grunt-cli": "^1.4.3", "grunt-cli": "^1.4.3",
"grunt-contrib-clean": "2.0.0", "grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1", "grunt-contrib-concat": "2.0.0",
"grunt-contrib-connect": "3.0.0", "grunt-contrib-connect": "3.0.0",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.0.0", "grunt-contrib-jshint": "3.1.1",
"grunt-contrib-uglify": "5.0.1", "grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "23.0.0", "grunt-eslint": "24.0.0",
"grunt-include-replace": "5.0.0", "grunt-include-replace": "5.0.0",
"grunt-jscs": "3.0.1", "grunt-jscs": "3.0.1",
"grunt-karma": "4.0.2", "grunt-karma": "4.0.2",
@ -53,15 +53,15 @@
"grunt-nw-builder": "3.1.0", "grunt-nw-builder": "3.1.0",
"grunt-replace": "2.0.2", "grunt-replace": "2.0.2",
"grunt-spritesmith": "^6.9.0", "grunt-spritesmith": "^6.9.0",
"jasmine-core": "3.8.0", "jasmine-core": "4.0.0",
"karma": "6.3.4", "karma": "6.3.11",
"karma-jasmine": "4.0.1", "karma-jasmine": "4.0.1",
"karma-phantomjs-launcher": "1.0.4", "karma-phantomjs-launcher": "1.0.4",
"load-grunt-tasks": "5.1.0", "load-grunt-tasks": "5.1.0",
"nw": "0.54.0", "nw": "0.60.0",
"phantomjs": "2.1.7", "phantomjs": "2.1.7",
"phantomjs-polyfill-object-assign": "0.0.2", "phantomjs-polyfill-object-assign": "0.0.2",
"promise-polyfill": "8.2.0", "promise-polyfill": "8.2.1",
"rmdir": "1.2.0" "rmdir": "1.2.0"
}, },
"window": { "window": {