Skip to content

Commit addedb2

Browse files
authoredJan 21, 2025··
chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [rollup](https://github.com/rollup/rollup), [braces](https://github.com/micromatch/braces) and [ws](https://github.com/websockets/ws). Bumps the npm_and_yarn group with 2 updates in the /example directory: [braces](https://github.com/micromatch/braces) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `rollup` from 3.29.4 to 3.29.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.4...v3.29.5) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `ws` from 8.16.0 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.16.0...8.18.0) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `vite` from 5.1.0 to 5.4.14 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ac31ea commit addedb2

File tree

4 files changed

+364
-201
lines changed

4 files changed

+364
-201
lines changed
 

‎example/package-lock.json

+328-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"sass": "^1.70.0",
2929
"typescript": "^5.2.2",
3030
"use-resize-observer": "^9.1.0",
31-
"vite": "^5.0.8"
31+
"vite": "^5.4.14"
3232
}
3333
}

‎package-lock.json

+34-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"react-dom": "^18.2.0",
7373
"react-router-dom": "^6.22.0",
7474
"rimraf": "^5.0.5",
75-
"rollup": "^3.29.4",
75+
"rollup": "^3.29.5",
7676
"rollup-plugin-peer-deps-external": "^2.2.4",
7777
"rollup-plugin-postcss": "^4.0.2",
7878
"ts-jest": "^29.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.