Skip to content

Commit

Permalink
feat: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed May 15, 2024
1 parent d1ebb6b commit 49126a6
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .bundlemonrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"path": "services/myselfFromIdenties/home.js",
"maxSize": "240 KB"
"maxSize": "245 KB"
},
{
"path": "services/polyfillFetch/home.js",
Expand All @@ -44,7 +44,7 @@
},
{
"path": "services/updateAccounts/home.js",
"maxSize": "465 KB"
"maxSize": "467 KB"
},
{
"path": "vendors/home.<hash>.js",
Expand Down
4 changes: 0 additions & 4 deletions config/webpack.config.cozy-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ module.exports = {
'../node_modules/react-swipeable-views-core'
),
redux: path.resolve(SRC_DIR, '../node_modules/redux'),
'string.prototype.trim': path.resolve(
SRC_DIR,
'../node_modules/string.prototype.trim'
),
'unist-util-visit-parents': path.resolve(
SRC_DIR,
'../node_modules/unist-util-visit-parents'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^45.14.1",
"cozy-client": "^45.15.0",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.2.2",
Expand All @@ -46,9 +46,9 @@
"cozy-logger": "1.10.4",
"cozy-realtime": "4.6.0",
"cozy-sharing": "10.1.4",
"cozy-stack-client": "^45.0.1",
"cozy-stack-client": "^45.13.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^103.12.0",
"cozy-ui": "^106.4.0",
"date-fns": "2.28.0",
"es-abstract": "1.20.2",
"form-data": "2.5.1",
Expand Down
Loading

0 comments on commit 49126a6

Please sign in to comment.