update package.json
All checks were successful
Police / lint_and_check_types (push) Successful in 2m40s

This commit is contained in:
Reese Armstrong 2024-08-04 23:39:19 -04:00
commit 106e80cf9f
Signed by: reesericci
GPG key ID: 86A9594B08970A4B

View file

@ -18,7 +18,6 @@
"module-from-string": "^3.3.1",
"svelte": "^4.2.18",
"svelte-preprocess": "^6.0.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=12.16.0"
@ -31,6 +30,7 @@
},
"devDependencies": {
"esbuild": "0.23.0",
"typescript": "^5.5.4",
"ts-standard": "^12.0.2"
}
}