Skip to content

Commit ca25aa9

Browse files
authored
Merge branch 'main' into remove-editorconfig
2 parents a3b1fba + d77b119 commit ca25aa9

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@babel/core": "^7.25.2",
7777
"@babel/preset-env": "^7.25.4",
78-
"@rollup/plugin-babel": "^6.0.3",
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",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,7 @@
141141
"@babel/traverse" "^7.24.8"
142142
"@babel/types" "^7.24.8"
143143

144-
"@babel/helper-module-imports@^7.18.6":
145-
version "7.18.6"
146-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
147-
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
148-
dependencies:
149-
"@babel/types" "^7.18.6"
150-
151-
"@babel/helper-module-imports@^7.24.7":
144+
"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.24.7":
152145
version "7.24.7"
153146
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
154147
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
@@ -1388,10 +1381,10 @@
13881381
"@nodelib/fs.scandir" "2.1.5"
13891382
fastq "^1.6.0"
13901383

1391-
"@rollup/plugin-babel@^6.0.3":
1392-
version "6.0.3"
1393-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz#07ccde15de278c581673034ad6accdb4a153dfeb"
1394-
integrity sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==
1384+
"@rollup/plugin-babel@^6.0.4":
1385+
version "6.0.4"
1386+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz#bd698e351fa9aa9619fcae780aea2a603d98e4c4"
1387+
integrity sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==
13951388
dependencies:
13961389
"@babel/helper-module-imports" "^7.18.6"
13971390
"@rollup/pluginutils" "^5.0.1"

0 commit comments

Comments
 (0)