Bump dependencies

This commit is contained in:
Florine W. Dekker 2023-12-01 13:01:41 +01:00
parent a1d3384e32
commit a6faa1ebe8
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
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/template",
"version": "3.6.3",
"version": "3.6.4",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",
@ -24,20 +24,20 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@picocss/pico": "^1.5.7"
"@picocss/pico": "^1.5.10"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^5.0.0",
"ts-loader": "^9.4.2",
"grunt-webpack": "^6.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}