Skip to content

Commit 759d85b

Browse files
authored
Merge branch 'main' into brunoocasali-patch-1
2 parents 90848a6 + d77b119 commit 759d85b

File tree

3 files changed

+1050
-1465
lines changed

3 files changed

+1050
-1465
lines changed

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,12 +780,10 @@ multi_search_federated_1: |-
780780
{
781781
indexUid: 'movies',
782782
q: 'batman',
783-
limit: 5,
784783
},
785784
{
786785
indexUid: 'comics',
787786
q: 'batman',
788-
limit: 5,
789787
},
790788
]
791789
})

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
]
7474
},
7575
"devDependencies": {
76-
"@babel/core": "^7.23.6",
77-
"@babel/preset-env": "^7.22.5",
78-
"@rollup/plugin-babel": "^6.0.3",
76+
"@babel/core": "^7.25.2",
77+
"@babel/preset-env": "^7.25.4",
78+
"@rollup/plugin-babel": "^6.0.4",
7979
"@rollup/plugin-commonjs": "25.0.2",
8080
"@rollup/plugin-json": "^6.0.0",
8181
"@rollup/plugin-node-resolve": "15.1.0",
@@ -93,18 +93,18 @@
9393
"jest-fetch-mock": "^3.0.3",
9494
"jest-watch-typeahead": "^2.2.2",
9595
"kleur": "^4.1.5",
96-
"lint-staged": "11.1.2",
96+
"lint-staged": "15.2.10",
9797
"nodemon": "^2.0.16",
98-
"prettier": "^3.2.3",
98+
"prettier": "^3.3.3",
9999
"prettier-plugin-jsdoc": "^1.3.0",
100100
"pretty-bytes": "^5.6.0",
101101
"rollup": "^2.79.1",
102102
"rollup-plugin-terser": "^7.0.0",
103-
"rollup-plugin-typescript2": "^0.35.0",
103+
"rollup-plugin-typescript2": "^0.36.0",
104104
"shx": "^0.3.2",
105-
"ts-jest": "^29.1.1",
105+
"ts-jest": "^29.2.5",
106106
"typedoc": "^0.25.13",
107-
"typescript": "^5.3.3"
107+
"typescript": "^5.4.5"
108108
},
109109
"packageManager": "[email protected]"
110110
}

0 commit comments

Comments
 (0)