-
- Downloads
Merge branch 'features/US172' into 'dev'
cozy-script 4.3 seems to close the deal See merge request web-et-numerique/llle_project/ecolyo!75
Branches
Tags
Showing
- app.config.js 1 addition, 1 deletionapp.config.js
- package.json 7 additions, 7 deletionspackage.json
- src/components/CommonKit/Card/StyledIconCard.tsx 1 addition, 1 deletionsrc/components/CommonKit/Card/StyledIconCard.tsx
- src/components/CommonKit/Icon/StyledIcon.tsx 1 addition, 1 deletionsrc/components/CommonKit/Icon/StyledIcon.tsx
- src/components/ContainerComponents/ViewContainer/ViewContainer.tsx 2 additions, 2 deletions...nents/ContainerComponents/ViewContainer/ViewContainer.tsx
- src/components/ContentComponents/EcogestureCard/EcogestureCard.tsx 1 addition, 1 deletion...nents/ContentComponents/EcogestureCard/EcogestureCard.tsx
- src/components/ContentComponents/EcogestureModal/EcogestureModal.tsx 1 addition, 1 deletion...nts/ContentComponents/EcogestureModal/EcogestureModal.tsx
- src/components/ContentComponents/Navbar/Navbar.tsx 1 addition, 1 deletionsrc/components/ContentComponents/Navbar/Navbar.tsx
- src/cozy-ui.d.ts 3 additions, 3 deletionssrc/cozy-ui.d.ts
- src/styles/index.scss 1 addition, 1 deletionsrc/styles/index.scss
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
"watch": "yarn watch:browser", | "watch": "yarn watch:browser", | ||
"watch:browser": "cs watch --browser", | "watch:browser": "cs watch --browser", | ||
"watch:mobile": "cs watch --mobile", | "watch:mobile": "cs watch --mobile", | ||
"start:cs": "cs start --hot --browser --no-stack", | "start:cs": "cs start --hot --browser --no-stack --host ecolyo.cozy.tools", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}", | "deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}", | ||
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}", | "deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}", | ||
"test": "cs test --verbose --coverage", | "test": "cs test --verbose --coverage", | ||
... | @@ -81,10 +81,10 @@ | ... | @@ -81,10 +81,10 @@ |
"@types/react-lottie": "^1.2.3", | "@types/react-lottie": "^1.2.3", | ||
"axios": "^0.19.0", | "axios": "^0.19.0", | ||
"cozy-bar": "^7.7.10", | "cozy-bar": "^7.7.10", | ||
"cozy-client": "6.49.0", | "cozy-client": "13.18.0", | ||
"cozy-harvest-lib": "^1.15.3", | "cozy-harvest-lib": "^1.15.3", | ||
"cozy-scripts": "2.0.2", | "cozy-scripts": "4.3.0", | ||
"cozy-ui": "21.7.0", | "cozy-ui": "35.31.0", | ||
"d3": "^5.15.0", | "d3": "^5.15.0", | ||
"detect-browser": "^5.1.1", | "detect-browser": "^5.1.1", | ||
"eslint-config-cozy-app": "1.1.12", | "eslint-config-cozy-app": "1.1.12", | ||
... | @@ -95,10 +95,10 @@ | ... | @@ -95,10 +95,10 @@ |
"moment-timezone": "^0.5.27", | "moment-timezone": "^0.5.27", | ||
"node-sass": "^4.13.0", | "node-sass": "^4.13.0", | ||
"object-hash": "^2.0.3", | "object-hash": "^2.0.3", | ||
"react": "16.8.6", | "react": "16.12.0", | ||
"react-dom": "16.8.6", | "react-dom": "16.12.0", | ||
"react-lottie": "^1.2.3", | "react-lottie": "^1.2.3", | ||
"react-router-dom": "5.0.1", | "react-router-dom": "5.2.0", | ||
"react-swipeable-views": "0.13.4", | "react-swipeable-views": "0.13.4", | ||
"sass-loader": "^8.0.0" | "sass-loader": "^8.0.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment