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.4   |
| npm        | @astrojs/tailwind     | 5.1.0    | 5.1.2   |
| npm        | @types/node           | 20.14.10 | 20.17.6 |
| npm        | astro                 | 4.11.5   | 4.16.12 |
| npm        | astro-integration-kit | 0.14.0   | 0.17.0  |
| npm        | tailwindcss           | 3.4.4    | 3.4.15  |
| npm        | typescript            | 5.5.3    | 5.6.3   |
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 5d6f9c0 commit 5ea9d97
Show file tree
Hide file tree
Showing 2 changed files with 1,787 additions and 1,463 deletions.
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.11.5",
"astro-integration-kit": "^0.14.0",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.12",
"astro-integration-kit": "^0.17.0",
"astro-fouc-killer": "workspace:*",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@astrojs/check": "^0.8.1",
"@types/node": "^20.14.10",
"typescript": "^5.5.3"
"@astrojs/check": "^0.9.4",
"@types/node": "^20.17.6",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 5ea9d97

Please sign in to comment.