Updated dependencies

This commit is contained in:
squidfunk 2020-11-24 18:49:17 +01:00
parent 02260682ea
commit 9e34a3d23e
4 changed files with 6 additions and 6 deletions

View File

@ -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

6
package-lock.json generated
View File

@ -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": {

View File

@ -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"

View File

@ -213,7 +213,7 @@ export default (_env: never, args: Configuration): Configuration[] => {
/* Plugins */
plugins: [
...base.plugins,
...base.plugins || [],
/* Stylesheets */
new MiniCssExtractPlugin({