static: Add missing dependency

This commit is contained in:
Tom Wiesing 2022-10-19 13:15:22 +02:00
parent e5ddede0c7
commit 4df5f6387c
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,7 @@
"dependencies": { "dependencies": {
"dayjs": "^1.11.5", "dayjs": "^1.11.5",
"node-html-parser": "^6.1.1", "node-html-parser": "^6.1.1",
"parcel": "^2.7.0" "parcel": "^2.7.0",
"purecss": "^2.1.0"
} }
} }

View file

@ -1329,6 +1329,11 @@ posthtml@^0.16.4, posthtml@^0.16.5:
posthtml-parser "^0.11.0" posthtml-parser "^0.11.0"
posthtml-render "^3.0.0" posthtml-render "^3.0.0"
purecss@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/purecss/-/purecss-2.1.0.tgz#7d7eca2896e57a75cf7620ccf73aa42ded4ddc97"
integrity sha512-QIgWhat8QkHTXdejFJNwZuw0pZ7Mj0MHILHNz8sV6HZBfbWtHpW3b1+Q1D6W/9x4chFhaq9u4+Uk8YbwELzsXg==
react-error-overlay@6.0.9: react-error-overlay@6.0.9:
version "6.0.9" version "6.0.9"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"