Skip to content

Commit a66ff47

Browse files
committed
Upgrade deps and fix doc links
1 parent d335e71 commit a66ff47

File tree

3 files changed

+880
-860
lines changed

3 files changed

+880
-860
lines changed

docs/resources/2.migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Let's get you up to speed with the new semantics:
2323
- `DEL X` becomes `DELETE FROM mymodel WHERE <primary_key> = x`
2424

2525
Essentially, you no longer have the key/value semantics but a more SQL-like interface for querying with BlueQL. You can continue
26-
to use lists (create, update) but individual element access is currently limited. See [this page for more information](limits).
26+
to use lists (create, update) but individual element access is currently limited. See [this page for more information](/limits).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"clear": "docusaurus clear"
1313
},
1414
"dependencies": {
15-
"@docusaurus/core": "^3.0.1",
16-
"@docusaurus/plugin-client-redirects": "^3.0.1",
17-
"@docusaurus/preset-classic": "^3.0.1",
18-
"@docusaurus/theme-search-algolia": "^3.0.1",
15+
"@docusaurus/core": "^3.1.1",
16+
"@docusaurus/plugin-client-redirects": "^3.1.1",
17+
"@docusaurus/preset-classic": "^3.1.1",
18+
"@docusaurus/theme-search-algolia": "^3.1.1",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},

0 commit comments

Comments
 (0)