forked from tools/josh
1
0
Fork 0

Update dependencies

This commit is contained in:
Florine W. Dekker 2020-07-19 09:50:31 +02:00
parent b3e8e2e471
commit b82eb4b9a1
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 8 additions and 8 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "fwdekker.com", "name": "fwdekker.com",
"version": "0.37.1", "version": "0.37.2",
"description": "The source code of [my personal website](https://fwdekker.com/).", "description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker", "author": "Felix W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",
@ -25,23 +25,23 @@
"@istanbuljs/nyc-config-typescript": "^1.0.1", "@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/js-cookie": "^2.2.6", "@types/js-cookie": "^2.2.6",
"@types/mocha": "^7.0.2", "@types/mocha": "^8.0.0",
"@types/semver": "^6.2.1", "@types/semver": "^6.2.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"grunt": "^1.1.0", "grunt": "^1.2.1",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-text-replace": "^0.4.0", "grunt-text-replace": "^0.4.0",
"grunt-webpack": "^3.1.3", "grunt-webpack": "^3.1.3",
"jsdom": "^16.2.2", "jsdom": "^16.3.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"mocha": "^7.2.0", "mocha": "^8.0.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ts-loader": "^7.0.5", "ts-loader": "^8.0.1",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"typescript": "^3.9.5", "typescript": "^3.9.7",
"webpack": "^4.43.0", "webpack": "^4.43.0",
"webpack-cli": "^3.3.11" "webpack-cli": "^3.3.12"
} }
} }