Skip to content

Commit aee3caf

Browse files
chore(deps): lock file maintenance playground dependencies
| datasource | package | from | to | | ---------- | --------------------- | -------- | -------- | | npm | @astrojs/check | 0.8.1 | 0.9.3 | | npm | @astrojs/tailwind | 5.1.0 | 5.1.1 | | npm | @types/node | 20.14.10 | 20.16.10 | | npm | astro | 4.11.5 | 4.15.11 | | npm | astro-integration-kit | 0.14.0 | 0.16.1 | | npm | tailwindcss | 3.4.4 | 3.4.13 | | npm | typescript | 5.5.3 | 5.6.2 |
1 parent 5d6f9c0 commit aee3caf

File tree

2 files changed

+1512
-1085
lines changed

2 files changed

+1512
-1085
lines changed

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/tailwind": "^5.1.0",
15-
"astro": "^4.11.5",
16-
"astro-integration-kit": "^0.14.0",
14+
"@astrojs/tailwind": "^5.1.1",
15+
"astro": "^4.15.11",
16+
"astro-integration-kit": "^0.16.1",
1717
"astro-fouc-killer": "workspace:*",
18-
"tailwindcss": "^3.4.4"
18+
"tailwindcss": "^3.4.13"
1919
},
2020
"devDependencies": {
21-
"@astrojs/check": "^0.8.1",
22-
"@types/node": "^20.14.10",
23-
"typescript": "^5.5.3"
21+
"@astrojs/check": "^0.9.3",
22+
"@types/node": "^20.16.10",
23+
"typescript": "^5.6.2"
2424
}
2525
}

0 commit comments

Comments
 (0)