Skip to content

Commit 21b9901

Browse files
committed
Centralize Vite dependencies + config
1 parent 0a4ef52 commit 21b9901

File tree

5 files changed

+274
-916
lines changed

5 files changed

+274
-916
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"test": "vitest"
2828
},
2929
"dependencies": {
30-
"@geonovum/standards-checker": "1.0.4",
31-
"@geonovum/standards-checker-ui": "1.0.4",
30+
"@geonovum/standards-checker": "1.0.7",
31+
"@geonovum/standards-checker-ui": "1.0.7",
3232
"@stoplight/spectral-rulesets": "^1.22.1",
3333
"luxon": "^3.7.2",
3434
"ramda": "^0.32.0"
@@ -43,7 +43,6 @@
4343
"tailwindcss": "^4.2.2",
4444
"tsdown": "^0.21.8",
4545
"typescript": "^5.9.3",
46-
"vite": "^8.0.8",
4746
"vitest": "^4.1.4"
4847
}
4948
}

0 commit comments

Comments
 (0)