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 a506d83 commit 741441d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 @@ -59,11 +59,11 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.8.19",
"@cocreate/crud-client": "^1.21.11",
"@cocreate/filter": "^1.19.17",
"@cocreate/link": "^1.4.15",
"@cocreate/local-storage": "^1.7.8",
"@cocreate/observer": "^1.8.6"
"@cocreate/actions": "^1.8.21",
"@cocreate/crud-client": "^1.21.13",
"@cocreate/filter": "^1.19.19",
"@cocreate/link": "^1.4.17",
"@cocreate/local-storage": "^1.7.10",
"@cocreate/observer": "^1.8.8"
}
}
}

0 comments on commit 741441d

Please sign in to comment.