Skip to content

Commit 0803510

Browse files
build(deps): bump the package-updates group across 1 directory with 5 updates
Bumps the package-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) | `2.8.2` | `2.10.2` | | [framer-motion](https://github.com/framer/motion) | `11.9.0` | `11.11.8` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `6.27.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | | [yaml](https://github.com/eemeli/yaml) | `2.5.1` | `2.6.0` | Updates `@chakra-ui/react` from 2.8.2 to 2.10.2 - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/HEAD/packages/components/react) Updates `framer-motion` from 11.9.0 to 11.11.8 - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v11.9.0...v11.11.8) Updates `react-router-dom` from 6.26.2 to 6.27.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) Updates `yaml` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: "@chakra-ui/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: package-updates - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: package-updates - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: package-updates - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: package-updates - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: package-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1269d24 commit 0803510

File tree

2 files changed

+124
-875
lines changed

2 files changed

+124
-875
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"type": "module",
77
"dependencies": {
8-
"@chakra-ui/react": "^2.8.2",
8+
"@chakra-ui/react": "^2.10.2",
99
"@emotion/react": "^11.13.3",
1010
"@emotion/styled": "^11.13.0",
1111
"@gnoide/playground": "0.1.0",
@@ -18,19 +18,19 @@
1818
"@types/react-dom": "^18.3.0",
1919
"@types/react-syntax-highlighter": "^15.5.13",
2020
"clsx": "^2.1.1",
21-
"framer-motion": "^11.9.0",
21+
"framer-motion": "^11.11.8",
2222
"markdown-to-jsx": "^7.5.0",
2323
"prettier": "^3.3.3",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"react-icons": "^5.3.0",
27-
"react-router-dom": "^6.26.2",
27+
"react-router-dom": "^6.27.0",
2828
"react-scripts": "5.0.1",
2929
"react-syntax-highlighter": "^15.5.0",
3030
"react-waypoint": "^10.3.0",
31-
"typescript": "^5.6.2",
31+
"typescript": "^5.6.3",
3232
"web-vitals": "^4.2.3",
33-
"yaml": "^2.5.1"
33+
"yaml": "^2.6.0"
3434
},
3535
"scripts": {
3636
"dev": "vite",

0 commit comments

Comments
 (0)