mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
chore(deps): bump to latest
This commit is contained in:
parent
a7c9780d48
commit
49eeab6b67
@ -273,7 +273,7 @@ module.exports = function(grunt) {
|
||||
nwjs: {
|
||||
run: {
|
||||
options: {
|
||||
version : "0.66.1",
|
||||
version : "0.67.1",
|
||||
buildDir: './dest/desktop/', // destination folder of releases.
|
||||
flavor: "normal",
|
||||
mode: "run",
|
||||
@ -282,7 +282,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
build: {
|
||||
options: {
|
||||
version : "0.66.1",
|
||||
version : "0.67.1",
|
||||
buildDir: './dest/desktop/', // destination folder of releases.
|
||||
flavor: "normal",
|
||||
platforms: ['linux', 'osx64', 'win'],
|
||||
|
@ -68,11 +68,20 @@ module.exports = function(config) {
|
||||
|
||||
// start these browsers
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
browsers: [
|
||||
'ChromeHeadless',
|
||||
// 'EdgeHeadless',
|
||||
// 'FirefoxHeadless',
|
||||
],
|
||||
// browsers: [
|
||||
// 'ChromeHeadless',
|
||||
// // 'EdgeHeadless',
|
||||
// // 'FirefoxHeadless',
|
||||
// ],
|
||||
|
||||
// https://github.com/karma-runner/karma-chrome-launcher/issues/158#issuecomment-339265457
|
||||
browsers: ['ChromeHeadlessNoSandbox'],
|
||||
customLaunchers: {
|
||||
ChromeHeadlessNoSandbox: {
|
||||
base: 'ChromeHeadless',
|
||||
flags: ['--no-sandbox']
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [
|
||||
'karma-chrome-launcher',
|
||||
@ -83,6 +92,6 @@ module.exports = function(config) {
|
||||
|
||||
// Continuous Integration mode
|
||||
// if true, Karma captures browsers, runs the tests and exits
|
||||
singleRun: true
|
||||
singleRun: true,
|
||||
});
|
||||
};
|
||||
|
17512
package-lock.json
generated
Normal file
17512
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@
|
||||
"grunt-jscs": "3.0.1",
|
||||
"grunt-karma": "4.0.2",
|
||||
"grunt-leading-indent": "0.2.0",
|
||||
"grunt-nw-builder": "3.8.1",
|
||||
"grunt-nw-builder": "3.8.2",
|
||||
"grunt-replace": "2.0.2",
|
||||
"grunt-spritesmith": "6.10.0",
|
||||
"jasmine-core": "4.3.0",
|
||||
@ -64,7 +64,7 @@
|
||||
"phantomjs-polyfill-object-assign": "0.0.2",
|
||||
"phantomjs-prebuilt": "2.1.16",
|
||||
"promise-polyfill": "8.2.3",
|
||||
"puppeteer": "15.5.0",
|
||||
"puppeteer": "16.1.0",
|
||||
"rmdir": "1.2.0"
|
||||
},
|
||||
"window": {
|
||||
|
Loading…
Reference in New Issue
Block a user