Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Dec 22, 2020
1 parent d740867 commit 73b094e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 73b094e

Please sign in to comment.