Skip to content

Commit

Permalink
chore(deps): lock file maintenance playground dependencies
Browse files Browse the repository at this point in the history
| datasource | package               | from     | to      |
| ---------- | --------------------- | -------- | ------- |
| npm        | @astrojs/check        | 0.8.1    | 0.9.3   |
| npm        | @types/node           | 20.14.10 | 20.16.5 |
| npm        | astro                 | 4.11.5   | 4.15.3  |
| npm        | astro-integration-kit | 0.14.0   | 0.16.1  |
| npm        | tailwindcss           | 3.4.4    | 3.4.10  |
| npm        | typescript            | 5.5.3    | 5.5.4   |
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 5d6f9c0 commit ea80492
Show file tree
Hide file tree
Showing 2 changed files with 1,305 additions and 945 deletions.
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.11.5",
"astro-integration-kit": "^0.14.0",
"astro": "^4.15.3",
"astro-integration-kit": "^0.16.1",
"astro-fouc-killer": "workspace:*",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@astrojs/check": "^0.8.1",
"@types/node": "^20.14.10",
"typescript": "^5.5.3"
"@astrojs/check": "^0.9.3",
"@types/node": "^20.16.5",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit ea80492

Please sign in to comment.