Skip to content

Commit

Permalink
Update dev dependencies (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 6, 2023
1 parent f55a8f0 commit 9eebaf7
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 312 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/starlight": "workspace:*",
"@types/culori": "^2.0.0",
"astro": "^3.2.1",
"astro": "^3.2.3",
"culori": "^3.2.0",
"sharp": "^0.32.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.10.4",
"astro": "^3.2.1",
"astro": "^3.2.3",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/starlight": "^0.10.4",
"@astrojs/starlight-tailwind": "^2.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.2.1",
"astro": "^3.2.3",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@size-limit/file": "^8.2.4",
"astro": "^3.2.1",
"astro": "^3.2.3",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"size-limit": "^8.2.4"
Expand All @@ -34,7 +34,7 @@
{
"name": "/_astro/*.css",
"path": "examples/basics/dist/_astro/*.css",
"limit": "12 kB"
"limit": "10 kB"
}
]
}
2 changes: 1 addition & 1 deletion packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^0.33.0",
"astro": "^3.2.1",
"astro": "^3.2.3",
"vitest": "^0.33.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9eebaf7

Please sign in to comment.