Skip to content

Commit

Permalink
feat(deps): Upgrade cozy-scripts for service-worker use
Browse files Browse the repository at this point in the history
Need to use eslint-cozy-app also and fix lint
  • Loading branch information
trollepierre committed Mar 24, 2022
1 parent 3ef800c commit 8023d00
Show file tree
Hide file tree
Showing 4 changed files with 1,965 additions and 244 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
},
"globals": {
"fixture": false
},
"settings": {
"react": {
"version": "detect"
}
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## ✨ Features

* When displaying cozy-home from Cozy's native application, the Support Us is not displayed
* Upgrade Cozy-Scripts to enable service-worker

## 🐛 Bug Fixes

Expand All @@ -21,6 +22,7 @@
* Clear mocks automatically in the configuration of Jest, our test runner
* Minor improvements in the code revealed by our linters
* Remove react-autosuggest as not used directly in this package
* Upgrade eslint-cozy-config-app to use eslint@v7

# 1.40.0

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"eslint": "5.9.0",
"eslint-config-cozy-app": "2.1.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-config-cozy-app": "4.0.0",
"husky": "0.14.3",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
Expand Down Expand Up @@ -131,7 +128,7 @@
"cozy-pouch-link": "^27.19.4",
"cozy-realtime": "3.13.0",
"cozy-scanner": "2.0.2",
"cozy-scripts": "5.1.1",
"cozy-scripts": "6.3.1",
"cozy-sharing": "4.1.5",
"cozy-stack-client": "^27.19.4",
"cozy-ui": "62.1.2",
Expand Down
Loading

0 comments on commit 8023d00

Please sign in to comment.