From 73b094e626a9bf2b495e8256a0b40df570b91dc4 Mon Sep 17 00:00:00 2001 From: ernscht Date: Tue, 22 Dec 2020 14:52:13 +0100 Subject: [PATCH] chore: bump deps --- package.json | 2 +- .../generators/app/templates/CUTAWAYpackage.json | 4 ++-- packages/project-nitro-twig/package.json | 4 ++-- packages/project-nitro-typescript/package.json | 4 ++-- packages/project-nitro/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5d42f69fe..f552c59e5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "lerna run lint --parallel", "lint:md": "markdownlint ./readme.md ./.github", "update-dependencies": "npm-run-all --parallel update-dependencies:*", - "update-dependencies:packages": "lerna exec -- npm-check-updates -u -x twig,watchpack,yeoman-test", + "update-dependencies:packages": "lerna exec -- npm-check-updates -u -x twig,watchpack,yeoman-test,ajv,webpack", "update-dependencies:root": "npm-check-updates -u" }, "keywords": [ diff --git a/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json b/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json index 6e8c53e91..f4dd24701 100644 --- a/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json +++ b/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json @@ -87,7 +87,7 @@ "@khanacademy/tota11y": "0.2.0", "bootstrap": "4.5.3",<% } %> "core-js": "3.8.1"<% if (options.exampleCode) { %>, - "flatpickr": "4.6.7", + "flatpickr": "4.6.8", "handlebars": "4.7.6", "jquery": "3.5.1", "lazysizes": "5.2.2", @@ -120,7 +120,7 @@ "commitizen": "4.2.2", "config": "3.3.3", "cross-env": "7.0.3", - "cypress": "6.1.0", + "cypress": "6.2.0", "cz-conventional-changelog": "3.3.0", "eslint": "7.16.0", "eslint-plugin-import": "2.22.1", diff --git a/packages/project-nitro-twig/package.json b/packages/project-nitro-twig/package.json index 493b4ff39..440eaaf4c 100644 --- a/packages/project-nitro-twig/package.json +++ b/packages/project-nitro-twig/package.json @@ -81,7 +81,7 @@ "@khanacademy/tota11y": "0.2.0", "bootstrap": "4.5.3", "core-js": "3.8.1", - "flatpickr": "4.6.7", + "flatpickr": "4.6.8", "handlebars": "4.7.6", "jquery": "3.5.1", "lazysizes": "5.2.2", @@ -110,7 +110,7 @@ "commitizen": "4.2.2", "config": "3.3.3", "cross-env": "7.0.3", - "cypress": "6.1.0", + "cypress": "6.2.0", "cz-conventional-changelog": "3.3.0", "eslint": "7.16.0", "eslint-plugin-import": "2.22.1", diff --git a/packages/project-nitro-typescript/package.json b/packages/project-nitro-typescript/package.json index bfefd851c..531d51f3e 100644 --- a/packages/project-nitro-typescript/package.json +++ b/packages/project-nitro-typescript/package.json @@ -81,7 +81,7 @@ "@khanacademy/tota11y": "0.2.0", "bootstrap": "4.5.3", "core-js": "3.8.1", - "flatpickr": "4.6.7", + "flatpickr": "4.6.8", "handlebars": "4.7.6", "jquery": "3.5.1", "lazysizes": "5.2.2", @@ -113,7 +113,7 @@ "commitizen": "4.2.2", "config": "3.3.3", "cross-env": "7.0.3", - "cypress": "6.1.0", + "cypress": "6.2.0", "cz-conventional-changelog": "3.3.0", "eslint": "7.16.0", "eslint-plugin-import": "2.22.1", diff --git a/packages/project-nitro/package.json b/packages/project-nitro/package.json index 07234088c..d1ed8e0cc 100644 --- a/packages/project-nitro/package.json +++ b/packages/project-nitro/package.json @@ -85,7 +85,7 @@ "@khanacademy/tota11y": "0.2.0", "bootstrap": "4.5.3", "core-js": "3.8.1", - "flatpickr": "4.6.7", + "flatpickr": "4.6.8", "handlebars": "4.7.6", "jquery": "3.5.1", "lazysizes": "5.2.2", @@ -115,7 +115,7 @@ "commitizen": "4.2.2", "config": "3.3.3", "cross-env": "7.0.3", - "cypress": "6.1.0", + "cypress": "6.2.0", "cz-conventional-changelog": "3.3.0", "eslint": "7.16.0", "eslint-plugin-import": "2.22.1",