Bump dependencies

This commit is contained in:
Florine W. Dekker 2021-04-13 20:15:40 +02:00
parent d556fe385a
commit c93350cd6d
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 5 additions and 5 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "tools",
"version": "1.0.4",
"version": "1.0.5",
"description": "Main page for the /tools directory.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.24",
"@fwdekker/template": "^0.0.27",
"hyperscript": "^2.0.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.4.1",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}
}