Skip to content

Commit

Permalink
ci: update dependencies (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: itsMapleLeaf <[email protected]>
  • Loading branch information
astrobot-houston and itsMapleLeaf committed Apr 13, 2024
1 parent bd754da commit 92917d0
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"astro": "^4.6.0",
"astro": "^4.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.13.0",
Expand Down
122 changes: 61 additions & 61 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions templates/studio-template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.10.3",
"@astrojs/db": "^0.10.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.6.0",
"astro": "^4.6.1",
"marked": "^11.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/studio-template-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.10.3",
"astro": "^4.6.0"
"@astrojs/db": "^0.10.4",
"astro": "^4.6.1"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
Expand Down
4 changes: 2 additions & 2 deletions templates/studio-template-jobboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/db": "^0.10.3",
"@astrojs/db": "^0.10.4",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.0",
"astro": "^4.6.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/studio-template-waitlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/db": "^0.10.3",
"@astrojs/db": "^0.10.4",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.0",
"astro": "^4.6.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand Down

0 comments on commit 92917d0

Please sign in to comment.