diff --git a/Jenkinsfile b/Jenkinsfile index 8dfec80..7d88224 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,13 +19,7 @@ pipeline { stages { stage('Compile') { steps { - sh ''' - cat > .npmrc << EOF - @linagora:registry=https://npm.pkg.github.com/ - //npm.pkg.github.com/:_authToken=${GITHUB_CREDENTIAL_PSW} - EOF - ''' - sh 'npm install' + sh 'npm install' } } stage('Test') { diff --git a/package-lock.json b/package-lock.json index 00e6646..71761da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fullcalendar/moment-timezone": "^6.1.19", "@fullcalendar/react": "^6.1.17", "@fullcalendar/timegrid": "^6.1.17", - "@linagora/twake-mui": "1.2.0", + "@linagora/twake-mui": "1.4.0", "@lottiefiles/dotlottie-react": "^0.17.13", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2", @@ -3067,9 +3067,9 @@ } }, "node_modules/@linagora/twake-mui": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@linagora/twake-mui/-/twake-mui-1.2.0.tgz", - "integrity": "sha512-urkpVOeCWpKNK4rdNrPUuUHCLMA60FG/7PocNCDp1Nn8GyjFeAWoxZNw980TJ785FjgExxELw363PQ0X78/mKw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@linagora/twake-mui/-/twake-mui-1.4.0.tgz", + "integrity": "sha512-W7quFGwVe/b4a8ElkM8mPggswkOHXfsZX86CkKaV2GG/ZP6IXbVksvuZ5gN8aslHRJzYwhTBoy3hW66LbwnIzQ==", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index 018ba8f..718e39b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@fullcalendar/moment-timezone": "^6.1.19", "@fullcalendar/react": "^6.1.17", "@fullcalendar/timegrid": "^6.1.17", - "@linagora/twake-mui": "1.2.0", + "@linagora/twake-mui": "1.4.0", "@lottiefiles/dotlottie-react": "^0.17.13", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2",