Skip to content

Commit

Permalink
chore: upgrade deps (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored May 18, 2024
1 parent 72ac1e9 commit 7f434df
Show file tree
Hide file tree
Showing 7 changed files with 1,221 additions and 1,408 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-pianos-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-integration-kit": patch
---

Upgrades dependencies
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.21.2",
"@expressive-code/plugin-line-numbers": "^0.33.5",
"astro": "^4.5.9",
"sharp": "^0.33.3"
"@astrojs/starlight": "^0.22.4",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"astro": "^4.8.6",
"sharp": "^0.33.4"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"typescript": "^5.4.3"
"@astrojs/check": "^0.7.0",
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"engines": {
"node": ">=18.19.0"
},
Expand All @@ -16,7 +16,7 @@
"test": "pnpm --filter astro-integration-kit test"
},
"devDependencies": {
"@biomejs/biome": "1.5.2",
"@changesets/cli": "^2.27.1"
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.2"
}
}
10 changes: 5 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
}
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^20.12.12",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vitest": "^1.2.1"
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"dependencies": {
"pathe": "^1.1.2",
"recast": "^0.23.5"
"recast": "^0.23.7"
}
}
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.2",
"astro": "^4.8.6",
"astro-integration-kit": "workspace:*",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@types/node": "^20.11.0",
"typescript": "^5.3.3",
"vite-plugin-pwa": "^0.19.4"
"@astrojs/check": "^0.7.0",
"@types/node": "^20.12.12",
"typescript": "^5.4.5",
"vite-plugin-pwa": "^0.19.8"
}
}
Loading

0 comments on commit 7f434df

Please sign in to comment.