Skip to content

Commit

Permalink
Merge branch 'main' into enh-369
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem authored Dec 20, 2024
2 parents 9b3ce25 + 8a6a31a commit 2e608e1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 49 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,20 @@ updates:
interval: 'weekly'
labels:
- '_bot'
- 'maint:dependency'
- 'type:maintenance'
- 'dependencies'

- package-ecosystem: 'gitsubmodule'
directory: '/'
schedule:
interval: 'weekly'
labels:
- "_bot"
- "maint:dependency"
- "type:maintenance"
- "dependencies"

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
labels:
- '_bot'
- 'maint:dependency'
- 'type:maintenance'
- 'dependencies'
87 changes: 46 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
Expand All @@ -58,7 +58,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 2e608e1

Please sign in to comment.