dependency in wrong place

This commit is contained in:
2025-10-30 16:24:21 +00:00
parent 7a7f8d8ca4
commit 46e15763c8

View File

@@ -1,6 +1,6 @@
{
"name": "updaterweblibrary",
"version": "1.0.2",
"version": "1.0.3",
"description": "OTA Updater App frontend library",
"repository": {
"type": "git",
@@ -27,11 +27,13 @@
"test": "vitest"
},
"devDependencies": {
"@rgrove/parse-xml": "^4.2.0",
"@rollup/plugin-typescript": "^12.1.4",
"rollup": "^4.52.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@rgrove/parse-xml": "^4.2.0"
}
}