Skip to content
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

build(deps-dev): bump rollup from 3.14.0 to 3.29.5 #99

Merged
merged 1 commit into from
Sep 30, 2024
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 examples/mdx-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.14.0"
"rollup": "^3.29.5"
},
"dependencies": {
"@mdx-js/mdx": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^3.14.0",
"rollup": "^3.29.5",
"ts-jest": "^28.0.7",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13696,7 +13696,7 @@ __metadata:
puppeteer: ^22.13.1
react: ^17.0.2
react-dom: ^17.0.2
rollup: ^3.14.0
rollup: ^3.29.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13777,7 +13777,7 @@ __metadata:
react: ^17.0.2
react-dom: ^17.0.2
rimraf: ^3.0.2
rollup: ^3.14.0
rollup: ^3.29.5
ts-jest: ^28.0.7
typescript: ^4.9.5
unist-util-visit: ^4.1.2
Expand Down Expand Up @@ -17503,17 +17503,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.14.0":
version: 3.14.0
resolution: "rollup@npm:3.14.0"
"rollup@npm:^3.29.5":
version: 3.29.5
resolution: "rollup@npm:3.29.5"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 48f4da224753b8022529256243b74b3f6f41d9b4358ba079ac42f2a2cf07e4bd01b5d94579338194238e3c575487974ca508e144cf6195123293e7fdf82506cb
checksum: 6f8304e58ac8170a715e61e46c4aa674b2ae2587ed2a712dab58f72e5e54803ae40b485fbe6b3e6a694f4c8f7a59ab936ccf9f6b686c7cfd1f1970fa9ecadf1a
languageName: node
linkType: hard

Expand Down
Loading