Updating dependencies and switching to ESModules where possible
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
@ -8,21 +8,21 @@
|
||||
"watch": "node build.js watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"handlebars": "^4.7.7"
|
||||
"handlebars": "^4.7.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@material/button": "^5.1.0",
|
||||
"@material/form-field": "^5.1.0",
|
||||
"@material/radio": "^5.1.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"gzip-size": "^6.0.0",
|
||||
"@material/button": "^14.0.0",
|
||||
"@material/form-field": "^14.0.0",
|
||||
"@material/radio": "^14.0.0",
|
||||
"chokidar": "^4.0.3",
|
||||
"gzip-size": "^7.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"preact": "^10.13.2",
|
||||
"rollup": "^3.20.2",
|
||||
"preact": "^10.27.2",
|
||||
"rollup": "^4.50.2",
|
||||
"rollup-plugin-includepaths": "^0.2.4",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-typescript2": "^0.34.1",
|
||||
"sass": "^1.61.0",
|
||||
"typescript": "^5.0.4"
|
||||
"rollup-plugin-typescript2": "^0.36.0",
|
||||
"sass": "^1.92.1",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user