Bump node deps (#953)

This commit is contained in:
Darrell 2023-06-30 18:51:11 -04:00 committed by GitHub
parent 1576f84b3d
commit 2279f462d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1114 additions and 1579 deletions

File diff suppressed because it is too large Load Diff

733
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,22 +20,19 @@
"concurrently": "^8.2.0",
"cssnano": "^6.0.1",
"mime": "^3.0.0",
"node-zopfli": "^2.1.4",
"pascal-case": "^3.1.2",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"rollup": "^3.25.3",
"rollup": "^3.26.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^3.59.1",
"svelte": "^4.0.1",
"svelte-preprocess": "^5.0.4",
"svelte-spa-router": "^3.3.0",
"svelte-table": "^0.6.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
},
"dependencies": {
"svelte-spa-router": "^3.3.0",
"svelte-table": "^0.5.11"
}
}