Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Apr 2, 2024
1 parent 9324a61 commit b4da11a
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.5.12",
"astro": "^4.5.13",
"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.9.8",
"@astrojs/db": "^0.9.9",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12",
"astro": "^4.5.13",
"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.9.8",
"astro": "^4.5.12"
"@astrojs/db": "^0.9.9",
"astro": "^4.5.13"
},
"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.9.8",
"@astrojs/db": "^0.9.9",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.12",
"astro": "^4.5.13",
"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.9.8",
"@astrojs/db": "^0.9.9",
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.12",
"astro": "^4.5.13",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand Down

0 comments on commit b4da11a

Please sign in to comment.