From 461aead734419204d5ca7974e414fb698c85718e Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Sun, 1 Feb 2026 17:27:59 +0530 Subject: [PATCH] chore: update @armco/* deps to latest, add Jenkinsfile for auto npm publish --- Jenkinsfile | 6 ++++++ package.json | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..432cfd2 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,6 @@ +@Library('jenkins-shared') _ +kanikoPipeline( + repoName: 'Avatar', + branch: env.BRANCH_NAME ?: 'main', + isNpmLib: true +) diff --git a/package.json b/package.json index 41e3871..3280d69 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "publish:local": "./publish-local.sh" }, "dependencies": { - "@armco/icon": "^0.0.5", - "@armco/imageeditor": "^0.0.5", - "@armco/shared-components": "^0.0.53", - "@armco/types": "^0.0.11", - "@armco/utils": "^0.0.18", + "@armco/icon": "^0.0.13", + "@armco/imageeditor": "^0.0.8", + "@armco/shared-components": "^0.0.61", + "@armco/types": "^0.0.22", + "@armco/utils": "^0.0.31", "react": ">16.8.0", "react-dom": ">16.8.0" },