Fixed conflicting deps
All checks were successful
armco-org/utils/pipeline/head This commit looks good

This commit is contained in:
2025-11-11 00:27:45 +05:30
parent bd11610ca4
commit b7a80df06d
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -9,10 +9,10 @@
"version": "0.0.29",
"license": "ISC",
"dependencies": {
"@armco/configs": "^0.0.12"
"@armco/configs": "^0.0.14"
},
"devDependencies": {
"@armco/types": "^0.0.21",
"@armco/types": "^0.0.22",
"@types/d3": "^7.4.3",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
@@ -33,22 +33,22 @@
}
},
"node_modules/@armco/configs": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@armco/configs/-/configs-0.0.12.tgz",
"integrity": "sha512-vFmZ6ZPFAbTldyt7UdhUFl+KxRyBpQ0qVPWfeR9HTxzHRwqBK6i/vd+j728OLUk5+k9qLnvea1R65iRFDvBQrw==",
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@armco/configs/-/configs-0.0.14.tgz",
"integrity": "sha512-wY1f4Wt+51XGaRaql37c+ycJptLefd7xsLkcmCKf5YkUpTU1X68DLNYQW6mDG89t0T8SkNDdj3uTpWXhreRFmw==",
"license": "ISC",
"dependencies": {
"@types/uuid": "^10.0.0"
},
"peerDependencies": {
"@armco/types": "^0.0.18",
"uuid": "^9.0.1"
}
},
"node_modules/@armco/types": {
"version": "0.0.21",
"resolved": "https://registry.npmjs.org/@armco/types/-/types-0.0.21.tgz",
"integrity": "sha512-ixOJBpJP9a+uDnqndaMGyCsGQTOhdwbFazb7+eAYFng2+CCLS9WF//f8ldAlXmeWapeS9+VZxyxe6apaxjQ0yA==",
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/@armco/types/-/types-0.0.22.tgz",
"integrity": "sha512-yy0ppsJGDv+p6g8ClUM9Q+y1+1UWvkMXbK5DeT55f1tX6A7nPoeuVD0KiGAju4pUiBcA7+IVZCYBPQT2+QRagg==",
"dev": true,
"license": "MIT"
},
"node_modules/@babel/code-frame": {

View File

@@ -11,7 +11,7 @@
"publish:local": "./publish-local.sh"
},
"dependencies": {
"@armco/configs": "^0.0.12"
"@armco/configs": "^0.0.14"
},
"peerDependencies": {
"@armco/types": "^0.0.18",
@@ -21,7 +21,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@armco/types": "^0.0.21",
"@armco/types": "^0.0.22",
"@types/d3": "^7.4.3",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",