Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Mar 20, 2024
1 parent de48c63 commit e6d2d9a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 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.5.6",
"astro": "^4.5.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.13.0",
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion templates/studio-template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/db": "^0.8.8",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"astro": "^4.5.6",
"astro": "^4.5.7",
"marked": "^11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/studio-template-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/db": "^0.8.8",
"astro": "^4.5.6"
"astro": "^4.5.7"
},
"devDependencies": {
"@astrojs/check": "^0.5.9",
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 @@ -12,9 +12,9 @@
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/db": "^0.8.8",
"@astrojs/node": "^8.2.4",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.6",
"astro": "^4.5.7",
"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 @@ -13,9 +13,9 @@
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/db": "^0.8.8",
"@astrojs/node": "^8.2.4",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.6",
"astro": "^4.5.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand Down

0 comments on commit e6d2d9a

Please sign in to comment.