Skip to content

Commit 95d7c6e

Browse files
authored
Merge branch 'main' into js/ci/pipeline-validate-build-step
2 parents 07754c3 + f7bb1b9 commit 95d7c6e

2 files changed

Lines changed: 899 additions & 195 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"lint": "eslint . --ext .js,.ts,.astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^10.1.1",
15-
"@astrojs/react": "^5.0.5",
14+
"@astrojs/node": "^10.1.4",
15+
"@astrojs/react": "^6.0.1",
1616
"@directus/sdk": "^21.2.1",
1717
"@uidotdev/usehooks": "^2.4.1",
1818
"astro": "^6.3.1",
@@ -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.4",
27+
"@typescript-eslint/parser": "^8.62.1",
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.100.0",
32+
"sass": "^1.101.0",
3333
"vite-plugin-svgr": "^5.2.0"
3434
},
3535
"packageManager": "pnpm@11.0.8"

0 commit comments

Comments
 (0)