Skip to content

Commit e098ca2

Browse files
committed
Merge branch 'fix-url-without-protocol' of https://github.com/sushrut111/meilisearch-js into fix-url-without-protocol
2 parents f716743 + f244651 commit e098ca2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@babel/preset-env": "^7.15.6",
6767
"@rollup/plugin-babel": "^5.3.0",
68-
"@rollup/plugin-commonjs": "20.0.0",
68+
"@rollup/plugin-commonjs": "21.0.0",
6969
"@rollup/plugin-json": "^4.0.2",
7070
"@rollup/plugin-node-resolve": "13.0.5",
7171
"@types/jest": "^27.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@
15321532
"@babel/helper-module-imports" "^7.10.4"
15331533
"@rollup/pluginutils" "^3.1.0"
15341534

1535-
"@rollup/plugin-commonjs@20.0.0":
1536-
version "20.0.0"
1537-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
1538-
integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
1535+
"@rollup/plugin-commonjs@21.0.0":
1536+
version "21.0.0"
1537+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
1538+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
15391539
dependencies:
15401540
"@rollup/pluginutils" "^3.1.0"
15411541
commondir "^1.0.1"

0 commit comments

Comments
 (0)