Skip to content

Commit

Permalink
fix: Update dependencies versions for @cocreate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 11, 2023
1 parent f0109b5 commit 56903e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@cocreate/cli": "^1.29.3",
"@cocreate/cli": "^1.33.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
Expand All @@ -41,9 +41,9 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/crud-client": "^1.21.11",
"@cocreate/local-storage": "^1.7.8",
"@cocreate/message-client": "^1.3.16",
"@cocreate/utils": "^1.21.4"
"@cocreate/crud-client": "^1.21.13",
"@cocreate/local-storage": "^1.7.10",
"@cocreate/message-client": "^1.3.18",
"@cocreate/utils": "^1.21.5"
}
}
}

0 comments on commit 56903e5

Please sign in to comment.