Skip to content

Commit

Permalink
Closes #638: Backports the dev dependency updates from PR #623 to the…
Browse files Browse the repository at this point in the history
… relevant banch. (#639)
  • Loading branch information
mmunro-ltrr committed Jan 11, 2023
1 parent df75b84 commit a8b07bf
Show file tree
Hide file tree
Showing 15 changed files with 3,272 additions and 2,959 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -43,6 +43,7 @@
"error",
"after"
],
"prefer-template": "error",
"semi": [
"error",
"never"
Expand All @@ -54,6 +55,7 @@
"unicorn/no-array-method-this-argument": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-typeof-undefined": "off",
"unicorn/no-unused-properties": "error",
"unicorn/no-useless-undefined": "off",
"unicorn/numeric-separators-style": "off",
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:16.18.0-bullseye-slim
FROM --platform=linux/amd64 node:16.19.0-bullseye-slim

ENV LANG C.UTF-8

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN apt-get update \
&& chmod 755 /root \
&& touch /root/.npmrc \
&& chmod 644 /root/.npmrc \
&& npm install --location=global npm-check-updates@16.3.16 \
&& npm install --location=global npm-check-updates@16.6.2 \
&& curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o /tmp/awscliv2.zip \
&& unzip -d /tmp /tmp/awscliv2.zip \
&& /tmp/aws/install \
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.config.js
Expand Up @@ -33,7 +33,7 @@ if (BUNDLE) {
module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'),
output: {
banner,
banner: banner(),
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
format: 'umd',
globals,
Expand Down

0 comments on commit a8b07bf

Please sign in to comment.