Skip to content

Commit 49a70d8

Browse files
chore(deps): update dependency rollup to v2.79.0
1 parent 3fac2cd commit 49a70d8

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"execa": "5.1.1",
3131
"lerna": "5.4.3",
3232
"nx": "14.5.10",
33-
"rollup": "2.78.1",
33+
"rollup": "2.79.0",
3434
"rollup-plugin-node-globals": "1.4.0",
3535
"rollup-plugin-terser": "7.0.2",
3636
"rollup-plugin-typescript2": "0.33.0",

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ __metadata:
37153715
execa: 5.1.1
37163716
lerna: 5.4.3
37173717
nx: 14.5.10
3718-
rollup: 2.78.1
3718+
rollup: 2.79.0
37193719
rollup-plugin-node-globals: 1.4.0
37203720
rollup-plugin-terser: 7.0.2
37213721
rollup-plugin-typescript2: 0.33.0
@@ -9470,6 +9470,20 @@ __metadata:
94709470
languageName: node
94719471
linkType: hard
94729472

9473+
"rollup@npm:2.79.0":
9474+
version: 2.79.0
9475+
resolution: "rollup@npm:2.79.0"
9476+
dependencies:
9477+
fsevents: ~2.3.2
9478+
dependenciesMeta:
9479+
fsevents:
9480+
optional: true
9481+
bin:
9482+
rollup: dist/bin/rollup
9483+
checksum: 166f1ffea1898e157003920065b3a328e7012ea6808860ee8fe5d1ce94804fcce9985c95a3c0f7fe9c611aff0d09a70f073f1d6f715c8faba28e4e40f71ee3bb
9484+
languageName: node
9485+
linkType: hard
9486+
94739487
"rollup@npm:^0.63.4":
94749488
version: 0.63.5
94759489
resolution: "rollup@npm:0.63.5"

templates/javascript/clients/package.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/node": "16.11.56",
48-
"rollup": "2.78.1",
48+
"rollup": "2.79.0",
4949
"typescript": "4.8.2"
5050
},
5151
{{/isAlgoliasearchClient}}
@@ -119,7 +119,7 @@
119119
"jest": "29.0.2",
120120
"ts-jest": "28.0.8",
121121
"typescript": "4.8.2",
122-
"rollup": "2.78.1"
122+
"rollup": "2.79.0"
123123
},
124124
{{/isAlgoliasearchClient}}
125125
"engines": {

0 commit comments

Comments
 (0)