forked from tools/josh
1
0
Fork 0

Update dependencies

This commit is contained in:
Florine W. Dekker 2021-08-24 09:38:02 +02:00
parent d8fffc5549
commit ec6e5b01a1
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
2 changed files with 10 additions and 10 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.40.10",
"version": "0.40.11",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "F.W. Dekker",
"browser": "dist/bundle.js",
@ -24,9 +24,9 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.19",
"@types/js-cookie": "^2.2.6",
"@types/mocha": "^8.2.2",
"@types/chai": "^4.2.21",
"@types/js-cookie": "^2.2.7",
"@types/mocha": "^9.0.0",
"@types/semver": "^6.2.1",
"chai": "^4.3.4",
"grunt": "^1.4.1",
@ -37,14 +37,14 @@
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.3",
"jsdom": "^16.6.0",
"jsdom": "^17.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.0.2",
"mocha": "^9.1.0",
"nyc": "^15.1.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"webpack": "^5.42.1",
"webpack-cli": "^4.7.2"
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
}
}