chore(deps): bump to latest

This commit is contained in:
Ayushman Chhabra 2022-08-12 22:23:11 -04:00
parent a7c9780d48
commit 49eeab6b67
4 changed files with 17531 additions and 10 deletions

View File

@ -273,7 +273,7 @@ module.exports = function(grunt) {
nwjs: { nwjs: {
run: { run: {
options: { options: {
version : "0.66.1", version : "0.67.1",
buildDir: './dest/desktop/', // destination folder of releases. buildDir: './dest/desktop/', // destination folder of releases.
flavor: "normal", flavor: "normal",
mode: "run", mode: "run",
@ -282,7 +282,7 @@ module.exports = function(grunt) {
}, },
build: { build: {
options: { options: {
version : "0.66.1", version : "0.67.1",
buildDir: './dest/desktop/', // destination folder of releases. buildDir: './dest/desktop/', // destination folder of releases.
flavor: "normal", flavor: "normal",
platforms: ['linux', 'osx64', 'win'], platforms: ['linux', 'osx64', 'win'],

View File

@ -68,11 +68,20 @@ module.exports = function(config) {
// start these browsers // start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [ // browsers: [
'ChromeHeadless', // 'ChromeHeadless',
// 'EdgeHeadless', // // 'EdgeHeadless',
// 'FirefoxHeadless', // // 'FirefoxHeadless',
], // ],
// https://github.com/karma-runner/karma-chrome-launcher/issues/158#issuecomment-339265457
browsers: ['ChromeHeadlessNoSandbox'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},
plugins: [ plugins: [
'karma-chrome-launcher', 'karma-chrome-launcher',
@ -83,6 +92,6 @@ module.exports = function(config) {
// Continuous Integration mode // Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits // if true, Karma captures browsers, runs the tests and exits
singleRun: true singleRun: true,
}); });
}; };

17512
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@
"grunt-jscs": "3.0.1", "grunt-jscs": "3.0.1",
"grunt-karma": "4.0.2", "grunt-karma": "4.0.2",
"grunt-leading-indent": "0.2.0", "grunt-leading-indent": "0.2.0",
"grunt-nw-builder": "3.8.1", "grunt-nw-builder": "3.8.2",
"grunt-replace": "2.0.2", "grunt-replace": "2.0.2",
"grunt-spritesmith": "6.10.0", "grunt-spritesmith": "6.10.0",
"jasmine-core": "4.3.0", "jasmine-core": "4.3.0",
@ -64,7 +64,7 @@
"phantomjs-polyfill-object-assign": "0.0.2", "phantomjs-polyfill-object-assign": "0.0.2",
"phantomjs-prebuilt": "2.1.16", "phantomjs-prebuilt": "2.1.16",
"promise-polyfill": "8.2.3", "promise-polyfill": "8.2.3",
"puppeteer": "15.5.0", "puppeteer": "16.1.0",
"rmdir": "1.2.0" "rmdir": "1.2.0"
}, },
"window": { "window": {