Skip to content

Commit

Permalink
Upgrade deps and fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Mar 14, 2024
1 parent d335e71 commit a66ff47
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 860 deletions.
2 changes: 1 addition & 1 deletion docs/resources/2.migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Let's get you up to speed with the new semantics:
- `DEL X` becomes `DELETE FROM mymodel WHERE <primary_key> = x`

Essentially, you no longer have the key/value semantics but a more SQL-like interface for querying with BlueQL. You can continue
to use lists (create, update) but individual element access is currently limited. See [this page for more information](limits).
to use lists (create, update) but individual element access is currently limited. See [this page for more information](/limits).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "^3.0.1",
"@docusaurus/plugin-client-redirects": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-search-algolia": "^3.0.1",
"@docusaurus/core": "^3.1.1",
"@docusaurus/plugin-client-redirects": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-search-algolia": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit a66ff47

Please sign in to comment.