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.8.2    |
| npm        | @types/node           | 20.14.10 | 20.14.12 |
| npm        | astro                 | 4.11.5   | 4.12.2   |
| npm        | astro-integration-kit | 0.14.0   | 0.16.0   |
| npm        | tailwindcss           | 3.4.4    | 3.4.6    |
| npm        | typescript            | 5.5.3    | 5.5.4    |
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 22a48d1 commit 76dadc8
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 262 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.12.2",
"astro-integration-kit": "^0.16.0",
"astro-fouc-killer": "workspace:*",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@astrojs/check": "^0.8.1",
"@types/node": "^20.14.10",
"typescript": "^5.5.3"
"@astrojs/check": "^0.8.2",
"@types/node": "^20.14.12",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 76dadc8

Please sign in to comment.