#739 upgrade twake-ui to 1.4.0

This commit is contained in:
lethemanh
2026-04-14 14:27:06 +07:00
parent 08911f7ad0
commit 45c0de1fe2
3 changed files with 6 additions and 12 deletions
Vendored
+1 -7
View File
@@ -19,13 +19,7 @@ pipeline {
stages { stages {
stage('Compile') { stage('Compile') {
steps { steps {
sh ''' sh 'npm install'
cat > .npmrc << EOF
@linagora:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${GITHUB_CREDENTIAL_PSW}
EOF
'''
sh 'npm install'
} }
} }
stage('Test') { stage('Test') {
+4 -4
View File
@@ -17,7 +17,7 @@
"@fullcalendar/moment-timezone": "^6.1.19", "@fullcalendar/moment-timezone": "^6.1.19",
"@fullcalendar/react": "^6.1.17", "@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^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", "@lottiefiles/dotlottie-react": "^0.17.13",
"@mui/icons-material": "^7.1.2", "@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2", "@mui/material": "^7.1.2",
@@ -3067,9 +3067,9 @@
} }
}, },
"node_modules/@linagora/twake-mui": { "node_modules/@linagora/twake-mui": {
"version": "1.2.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@linagora/twake-mui/-/twake-mui-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@linagora/twake-mui/-/twake-mui-1.4.0.tgz",
"integrity": "sha512-urkpVOeCWpKNK4rdNrPUuUHCLMA60FG/7PocNCDp1Nn8GyjFeAWoxZNw980TJ785FjgExxELw363PQ0X78/mKw==", "integrity": "sha512-W7quFGwVe/b4a8ElkM8mPggswkOHXfsZX86CkKaV2GG/ZP6IXbVksvuZ5gN8aslHRJzYwhTBoy3hW66LbwnIzQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",
+1 -1
View File
@@ -12,7 +12,7 @@
"@fullcalendar/moment-timezone": "^6.1.19", "@fullcalendar/moment-timezone": "^6.1.19",
"@fullcalendar/react": "^6.1.17", "@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^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", "@lottiefiles/dotlottie-react": "^0.17.13",
"@mui/icons-material": "^7.1.2", "@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2", "@mui/material": "^7.1.2",