Merge pull request #782 from lethemanh/739-upgrade-twake-ui
#739 upgrade twake-ui to 1.4.0
This commit is contained in:
Vendored
-6
@@ -19,12 +19,6 @@ 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'
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+4
-4
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user