Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Apr 10, 2024
1 parent 92096ea commit f17d652
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 456 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@astrojs/db": "^0.8.1",
"@astrojs/db": "^0.10.3",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/vercel": "^7.3.6",
"astro": "^4.5.2",
"rollup": "^4.13.0",
"solid-js": "^1.8.15"
"@astrojs/vercel": "^7.5.2",
"astro": "^4.5.18",
"rollup": "^4.14.1",
"solid-js": "^1.8.16"
},
"devDependencies": {
"@astrojs/check": "^0.5.7",
"@types/node": "20.11.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@astrojs/check": "^0.5.10",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "3.2.5",
"prettier-plugin-import-sort": "^0.0.7",
"ts-node": "^10.9.2",
"typescript": "5.4.2"
"typescript": "5.4.4"
},
"importSort": {
".js, .jsx": {
Expand All @@ -59,4 +59,4 @@
"style": "wes"
}
}
}
}
Loading

0 comments on commit f17d652

Please sign in to comment.