From 9e34a3d23e1b9ef059e76cd3abcdb32248905118 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 24 Nov 2020 18:49:17 +0100 Subject: [PATCH] Updated dependencies --- .github/workflows/build.yml | 2 +- package-lock.json | 6 +++--- package.json | 2 +- webpack.config.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dd8413ac..e0067a25a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Set up Node.js runtime uses: actions/setup-node@v1 with: - python-version: ${{ env.NODE_VERSION }} + node-version: ${{ env.NODE_VERSION }} - name: Set up Node.js dependency cache uses: actions/cache@v2 diff --git a/package-lock.json b/package-lock.json index 738c764f5..a8dffc108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10911,9 +10911,9 @@ } }, "typescript": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", - "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz", + "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==", "dev": true }, "typical": { diff --git a/package.json b/package.json index b43c7c211..651a012de 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "tslib": "^2.0.3", "tslint": "^6.1.3", "tslint-sonarts": "^1.9.0", - "typescript": "^4.0.5", + "typescript": "^4.1.2", "webpack": "^4.44.2", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^4.2.0" diff --git a/webpack.config.ts b/webpack.config.ts index 054ae2517..6321b337a 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -213,7 +213,7 @@ export default (_env: never, args: Configuration): Configuration[] => { /* Plugins */ plugins: [ - ...base.plugins, + ...base.plugins || [], /* Stylesheets */ new MiniCssExtractPlugin({