Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
* build(deps): update dependencies

Remove eslint-plugin dependencies inherited from @zextras/carbonio-ui-configs.
Update husky to 8.0.3
Update styled-components to 5.3.11

* build(dev-deps): update @types dependencies

Remove @types/estree and leave its installation up to the nested deps
Update @types/lodash

refs: CDS-170 (#206)
  • Loading branch information
beawar authored Aug 21, 2023
1 parent 0941a62 commit 81b0a31
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
47 changes: 21 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "13.5.0",
"@types/estree": "^1.0.0",
"@types/lodash": "^4.14.178",
"@types/lodash": "^4.14.196",
"@types/react": "^17.0.52",
"@types/react-datepicker": "^4.15.0",
"@types/styled-components": "^5.1.26",
Expand All @@ -67,11 +66,8 @@
"babel-plugin-lodash": "3.3.4",
"babel-plugin-styled-components": "2.0.7",
"create-index": "2.6.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-testing-library": "^5.6.4",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"husky": "^8.0.3",
"is-ci": "3.0.1",
"jest": "26.6.3",
"jest-junit": "13.0.0",
Expand All @@ -84,7 +80,7 @@
"react-test-renderer": "17.0.2",
"rollup": "^2.79.1",
"standard-version": "9.5.0",
"styled-components": "^5.3.3",
"styled-components": "^5.3.11",
"typescript": "^4.8.4",
"webpack": "^5.88.2"
},
Expand Down

0 comments on commit 81b0a31

Please sign in to comment.