mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: jsdom is only needed as a dev dependency so it's now moved to the dev dependency section
This commit is contained in:
parent
ae9b9dc7a7
commit
b58ff3e519
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
|||
"bootstrap": "^5.1.3",
|
||||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.17.12",
|
||||
"jest-environment-jsdom": "^29.6.1",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "^7.5.2"
|
||||
},
|
||||
|
|
@ -33,6 +32,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.6.1",
|
||||
"jest-environment-jsdom": "^29.6.1",
|
||||
"markdownlint": "^0.25.1",
|
||||
"prettier": "2.7.1"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue