Skip to content

Commit 01d6631

Browse files
deps: Merge queue (#699)
* build(deps): bump react-router-dom in /single-page-app/ui Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.6.2 to 7.6.3. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.6.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump framer-motion in /single-page-app/ui Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.19.1 to 12.19.2. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.19.1...v12.19.2) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump rust from 1.87.0 to 1.88.0 in /shared/echo Bumps rust from 1.87.0 to 1.88.0. --- updated-dependencies: - dependency-name: rust dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feb506d commit 01d6631

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

shared/echo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.87.0 AS builder
1+
FROM rust:1.88.0 AS builder
22
WORKDIR /usr/src/echo
33
COPY . .
44
RUN rustup install nightly && rustup default nightly && cargo build --release

single-page-app/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@chakra-ui/react": "^2.8.2",
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.0",
17-
"framer-motion": "^12.19.1",
17+
"framer-motion": "^12.19.2",
1818
"mdi-react": "^9.3.0",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"react-router-dom": "^7.6.2"
21+
"react-router-dom": "^7.6.3"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.3.12",

single-page-app/ui/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2993,10 +2993,10 @@ for-each@^0.3.5:
29932993
dependencies:
29942994
is-callable "^1.2.7"
29952995

2996-
framer-motion@^12.19.1:
2997-
version "12.19.1"
2998-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.19.1.tgz#1d078c04d2ef15bec180cd3573218fad1f4ee871"
2999-
integrity sha512-nq9hwWAEKf4gzprbOZzKugLV5OVKF7zrNDY6UOVu+4D3ZgIkg8L9Jy6AMrpBM06fhbKJ6LEG6UY5+t7Eq6wNlg==
2996+
framer-motion@^12.19.2:
2997+
version "12.19.2"
2998+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.19.2.tgz#19e7f0ccff98c769ba2cafff24ba97d1bb6701a5"
2999+
integrity sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==
30003000
dependencies:
30013001
motion-dom "^12.19.0"
30023002
motion-utils "^12.19.0"
@@ -4207,17 +4207,17 @@ react-remove-scroll@^2.5.6:
42074207
use-callback-ref "^1.3.0"
42084208
use-sidecar "^1.1.2"
42094209

4210-
react-router-dom@^7.6.2:
4211-
version "7.6.2"
4212-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.2.tgz#e97e386ab390b6503a2a7968124b7a3237fb10c7"
4213-
integrity sha512-Q8zb6VlTbdYKK5JJBLQEN06oTUa/RAbG/oQS1auK1I0TbJOXktqm+QENEVJU6QvWynlXPRBXI3fiOQcSEA78rA==
4210+
react-router-dom@^7.6.3:
4211+
version "7.6.3"
4212+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.3.tgz#45686e71bb958cf80dd93ca3abf4111feb4edd35"
4213+
integrity sha512-DiWJm9qdUAmiJrVWaeJdu4TKu13+iB/8IEi0EW/XgaHCjW/vWGrwzup0GVvaMteuZjKnh5bEvJP/K0MDnzawHw==
42144214
dependencies:
4215-
react-router "7.6.2"
4215+
react-router "7.6.3"
42164216

4217-
react-router@7.6.2:
4218-
version "7.6.2"
4219-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.2.tgz#9f48b343bead7d0a94e28342fc4f9ae29131520e"
4220-
integrity sha512-U7Nv3y+bMimgWjhlT5CRdzHPu2/KVmqPwKUCChW8en5P3znxUqwlYFlbmyj8Rgp1SF6zs5X4+77kBVknkg6a0w==
4217+
react-router@7.6.3:
4218+
version "7.6.3"
4219+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.3.tgz#7a4ea5b479b66d2c49a8f000812b2319b4d0a6da"
4220+
integrity sha512-zf45LZp5skDC6I3jDLXQUu0u26jtuP4lEGbc7BbdyxenBN1vJSTA18czM2D+h5qyMBuMrD+9uB+mU37HIoKGRA==
42214221
dependencies:
42224222
cookie "^1.0.1"
42234223
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)