Skip to content

Commit

Permalink
Merge branch 'main' into mb/directus
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Dec 5, 2023
2 parents 79e60f7 + 4564271 commit 5e1cd02
Show file tree
Hide file tree
Showing 15 changed files with 4,681 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
// ...
"plugin:astro/recommended",
],
ignorePatterns: ["dist/", "*.config.js"],
ignorePatterns: ["dist/", "*.config.js", "*.d.ts"],
// ...
overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions modules.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "react-spring-carousel";
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@
"lint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@astrojs/react": "^3.0.6",
"@directus/sdk": "^13.0.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^3.5.3",
"astro": "^3.6.0",
"classnames": "^2.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"random-avatar-generator": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring-carousel": "^2.0.19"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5"
}
}
Loading

0 comments on commit 5e1cd02

Please sign in to comment.