Skip to content

Commit

Permalink
Merge branch 'main' into feat/docker_builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart01 authored Dec 21, 2023
2 parents b4d2ba7 + c222905 commit d12b45b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 103 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/node": "^7.0.0",
"@astrojs/node": "^7.0.1",
"@astrojs/react": "^3.0.7",
"@directus/sdk": "^13.0.2",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-dom": "^18.2.18",
"@uidotdev/usehooks": "^2.4.1",
"astro": "^4.0.3",
"astro": "^4.0.7",
"classnames": "^2.3.2",
"random-avatar-generator": "^2.0.0",
"react": "^18.2.0",
Expand All @@ -26,8 +26,8 @@
},
"devDependencies": {
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-plugin-astro": "^0.30.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5"
Expand Down
Loading

0 comments on commit d12b45b

Please sign in to comment.