Skip to content

Commit 778a16e

Browse files
authored
Merge branch 'main' into fix_docker
2 parents cb70d6c + 0af1637 commit 778a16e

3 files changed

Lines changed: 1469 additions & 1188 deletions

File tree

.github/dependabot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ updates:
77
interval: "weekly"
88
cooldown:
99
default-days: 10
10+
groups:
11+
react:
12+
patterns:
13+
- "react"
14+
- "@types/react"
15+
- "react-dom"
16+
- "@types/react-dom"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"lint": "eslint . --ext .js,.ts,.astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^10.0.6",
15-
"@astrojs/react": "^5.0.4",
14+
"@astrojs/node": "^10.1.1",
15+
"@astrojs/react": "^5.0.5",
1616
"@directus/sdk": "^21.2.1",
1717
"@uidotdev/usehooks": "^2.4.1",
18-
"astro": "^6.2.2",
18+
"astro": "^6.3.1",
1919
"classnames": "^2.5.1",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
@@ -24,12 +24,12 @@
2424
"devDependencies": {
2525
"@types/react": "^18.2.56",
2626
"@types/react-dom": "^18.2.19",
27-
"@typescript-eslint/parser": "^8.59.0",
27+
"@typescript-eslint/parser": "^8.59.4",
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.99.0",
32+
"sass": "^1.100.0",
3333
"vite-plugin-svgr": "^5.2.0"
3434
},
3535
"packageManager": "pnpm@11.0.8"

0 commit comments

Comments
 (0)