Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 22, 2020
1 parent b10d568 commit 84003a6
Show file tree
Hide file tree
Showing 22 changed files with 543 additions and 539 deletions.
626 changes: 318 additions & 308 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"ava": "^3.8.2",
"ava": "^3.14.0",
"c8": "^7.3.5",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^30.7.8",
"husky": "^4.2.5",
"eslint-plugin-jsdoc": "^30.7.9",
"husky": "^4.3.6",
"lerna": "^3.22.0",
"markdownlint-cli": "^0.25.0",
"markdownlint-cli": "^0.26.0",
"mock-req-res": "^1.1.4",
"nock": "^13.0.5",
"nodemon": "^2.0.6",
"sinon": "^9.2.1",
"sinon": "^9.2.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"supertest": "^6.0.1",
"xo": "^0.35.0"
"xo": "^0.36.1"
},
"ava": {
"environmentVariables": {
Expand Down
24 changes: 12 additions & 12 deletions packages/endpoint-media/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/endpoint-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"express": "^4.17.1",
"file-type": "^16.0.1",
"got": "^11.8.0",
"file-type": "^16.1.0",
"got": "^11.8.1",
"http-errors": "^1.8.0",
"mongodb": "^3.6.3",
"multer": "^1.4.2",
"newbase60": "^1.3.1",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/endpoint-micropub/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/endpoint-micropub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"debug": "^4.3.1",
"express": "^4.17.1",
"form-data": "^3.0.0",
"got": "^11.8.0",
"got": "^11.8.1",
"http-errors": "^1.8.0",
"lodash": "^4.17.20",
"microformats-parser": "^1.4.0",
"mongodb": "^3.6.3",
"multer": "^1.4.2",
"newbase60": "^1.3.1",
"post-type-discovery": "github:grantcodes/post-type-discovery",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
34 changes: 17 additions & 17 deletions packages/endpoint-share/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/endpoint-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"express": "^4.17.1",
"express-validator": "^6.6.1",
"got": "^11.8.0"
"express-validator": "^6.8.1",
"got": "^11.8.1"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/endpoint-syndicate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/endpoint-syndicate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"debug": "^4.3.1",
"express": "^4.17.1",
"got": "^11.8.0",
"got": "^11.8.1",
"http-errors": "^1.8.0"
},
"publishConfig": {
Expand Down
42 changes: 18 additions & 24 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"color": "^3.1.3",
"date-fns": "^2.16.1",
"iso-639-1": "^2.1.3",
"markdown-it": "^12.0.2",
"iso-639-1": "^2.1.5",
"markdown-it": "^12.0.4",
"markdown-it-prism": "^2.1.3",
"nunjucks": "^3.2.2",
"postcss": "^8.1.9",
"postcss": "^8.2.1",
"postcss-easy-import": "^3.0.0",
"postcss-extend-rule": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 84003a6

Please sign in to comment.