Skip to content

chore(deps): update dependency rollup to v2.79.0 #997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"execa": "5.1.1",
"lerna": "5.5.1",
"nx": "14.5.10",
"rollup": "2.78.1",
"rollup": "2.79.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.33.0",
Expand Down
16 changes: 15 additions & 1 deletion clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3735,7 +3735,7 @@ __metadata:
execa: 5.1.1
lerna: 5.5.1
nx: 14.5.10
rollup: 2.78.1
rollup: 2.79.0
rollup-plugin-node-globals: 1.4.0
rollup-plugin-terser: 7.0.2
rollup-plugin-typescript2: 0.33.0
Expand Down Expand Up @@ -9539,6 +9539,20 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:2.79.0":
version: 2.79.0
resolution: "rollup@npm:2.79.0"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 166f1ffea1898e157003920065b3a328e7012ea6808860ee8fe5d1ce94804fcce9985c95a3c0f7fe9c611aff0d09a70f073f1d6f715c8faba28e4e40f71ee3bb
languageName: node
linkType: hard

"rollup@npm:^0.63.4":
version: 0.63.5
resolution: "rollup@npm:0.63.5"
Expand Down
4 changes: 2 additions & 2 deletions templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "16.11.56",
"rollup": "2.78.1",
"rollup": "2.79.0",
"typescript": "4.8.2"
},
{{/isAlgoliasearchClient}}
Expand Down Expand Up @@ -119,7 +119,7 @@
"jest": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2",
"rollup": "2.78.1"
"rollup": "2.79.0"
},
{{/isAlgoliasearchClient}}
"engines": {
Expand Down