Skip to content

Commit 57c745c

Browse files
committed
Merge branch 'main' into fix_docker
2 parents 4cde9ba + 23ba4e3 commit 57c745c

3 files changed

Lines changed: 347 additions & 322 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151

5252
- name: Login Github Container Registry
53-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
53+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"@uidotdev/usehooks": "^2.4.1",
1818
"astro": "^7.1.6",
1919
"classnames": "^2.5.1",
20-
"react": "^19.2.7",
21-
"react-dom": "^19.2.7",
20+
"react": "^19.2.8",
21+
"react-dom": "^19.2.8",
2222
"react-spring-carousel": "^2.0.19"
2323
},
2424
"devDependencies": {
2525
"@types/react": "^19.2.17",
2626
"@types/react-dom": "^19.2.3",
27-
"@typescript-eslint/parser": "^8.64.0",
27+
"@typescript-eslint/parser": "^8.65.0",
2828
"eslint": "^9.39.2",
2929
"eslint-plugin-astro": "^1.6.0",
3030
"eslint-plugin-jsx-a11y": "^6.10.2",
3131
"prettier-plugin-astro": "^0.14.1",
32-
"sass": "^1.101.0",
32+
"sass": "^1.102.0",
3333
"vite-plugin-svgr": "^5.2.0"
3434
},
3535
"packageManager": "pnpm@11.0.8"

0 commit comments

Comments
 (0)