Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Feb 24, 2023
1 parent 5523843 commit 7fe6ae6
Show file tree
Hide file tree
Showing 11 changed files with 8,809 additions and 11,119 deletions.
5 changes: 2 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": [
"stylelint-config-recommended",
"stylelint-config-prettier"
"stylelint-config-recommended"
],
"plugins": [
"stylelint-order"
Expand All @@ -20,4 +19,4 @@
}
]
}
}
}
19,881 changes: 8,789 additions & 11,092 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"c8": "^7.8.0",
"cookie-session": "^2.0.0",
"create-indiekit": "*",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-jsdoc": "^40.0.0",
"jsdom": "^21.0.0",
"lint-staged": "^13.1.0",
"markdown-it-anchor": "^8.6.6",
Expand All @@ -77,9 +77,8 @@
"nodemon": "^2.0.12",
"prettier": "^2.5.1",
"sinon": "^15.0.0",
"stylelint": "^14.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^9.0.0",
"stylelint": "^15.0.0",
"stylelint-config-recommended": "^10.0.0",
"stylelint-order": "^6.0.0",
"supertest": "^6.1.6",
"undici": "^5.2.0",
Expand Down Expand Up @@ -160,4 +159,4 @@
]
}
}
}
}
4 changes: 1 addition & 3 deletions packages/endpoint-media/lib/date.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import dateFnsTz from "date-fns-tz";

const { format, utcToZonedTime } = dateFnsTz;
import { format, utcToZonedTime } from "date-fns-tz";

/**
* Converts date to use configured time zone
Expand Down
4 changes: 1 addition & 3 deletions packages/endpoint-media/lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import path from "node:path";
import dateFnsTz from "date-fns-tz";
import { format } from "date-fns-tz";
import newbase60 from "newbase60";
import { v4 as uuidv4 } from "uuid";
import { getServerTimeZone } from "./date.js";

const { format } = dateFnsTz;

/**
* Generate random alpha-numeric string, 5 characters long
*
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@indiekit/error": "^1.0.0-beta.1",
"@sindresorhus/slugify": "^2.1.0",
"date-fns": "^2.23.0",
"date-fns-tz": "^1.3.6",
"date-fns-tz": "^2.0.0",
"express": "^4.17.1",
"file-type": "^18.0.0",
"newbase60": "^1.3.1",
Expand All @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 1 addition & 3 deletions packages/endpoint-micropub/lib/date.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import dateFnsTz from "date-fns-tz";

const { format, utcToZonedTime } = dateFnsTz;
import { format, utcToZonedTime } from "date-fns-tz";

/**
* Converts date to use configured time zone
Expand Down
4 changes: 1 addition & 3 deletions packages/endpoint-micropub/lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import path from "node:path";
import dateFnsTz from "date-fns-tz";
import { format } from "date-fns-tz";
import newbase60 from "newbase60";
import slugify from "@sindresorhus/slugify";
import { v4 as uuidv4 } from "uuid";
import { getServerTimeZone } from "./date.js";
import { postTypeCount } from "./post-type-count.js";

const { format } = dateFnsTz;

/**
* Decode form-encoded query parameter
*
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint-micropub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@paulrobertlloyd/mf2tojf2": "^1.0.0",
"@sindresorhus/slugify": "^2.1.0",
"date-fns": "^2.23.0",
"date-fns-tz": "^1.3.6",
"date-fns-tz": "^2.0.0",
"express": "^4.17.1",
"lodash": "^4.17.21",
"markdown-it": "^13.0.0",
Expand All @@ -51,4 +51,4 @@
"publishConfig": {
"access": "public"
}
}
}
7 changes: 5 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@
"postcss-easy-import": "^4.0.0",
"postcss-lightningcss": "^0.6.0",
"rollup": "^3.2.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"sharp": "^0.31.2",
"tokenfield": "^1.5.2",
"widont": "^0.3.3"
},
"optionalDependencies": {
"lightningcss-linux-x64-gnu": "1.18.0"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion packages/indiekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"keyv": "^4.2.0",
"keyv-mongodb": "^3.0.0",
"lodash": "^4.17.21",
"mongodb": "^4.12.0",
"mongodb": "^4.14.0",
"undici": "^5.2.0"
},
"publishConfig": {
Expand Down

0 comments on commit 7fe6ae6

Please sign in to comment.