.tangled/workflows/build-and-lint.yaml
.tangled/workflows/build-and-lint.yaml
This file has not been changed.
+1
-1
package.json
+1
-1
package.json
···
22
22
"check:astro": "astro check -p ./tsconfig.json"
23
23
},
24
24
"devDependencies": {
25
+
"@astrojs/check": "^0.9.6",
25
26
"@types/sanitize-html": "^2.16.0",
26
27
"astro": "^5.16.11",
27
28
"typescript": "^5.9.3"
···
30
31
"astro": "^4.0.0 || ^5.0.0"
31
32
},
32
33
"dependencies": {
33
-
"@astrojs/check": "^0.9.6",
34
34
"@rowanmanning/feed-parser": "^2.1.1",
35
35
"@vitest/ui": "^4.0.17",
36
36
"sanitize-html": "^2.17.0",
+3
-3
pnpm-lock.yaml
+3
-3
pnpm-lock.yaml
···
8
8
9
9
.:
10
10
dependencies:
11
-
'@astrojs/check':
12
-
specifier: ^0.9.6
13
-
version: 0.9.6(prettier@3.8.0)(typescript@5.9.3)
14
11
'@rowanmanning/feed-parser':
15
12
specifier: ^2.1.1
16
13
version: 2.1.1
···
24
21
specifier: ^4.0.17
25
22
version: 4.0.17(@vitest/ui@4.0.17)(yaml@2.8.2)
26
23
devDependencies:
24
+
'@astrojs/check':
25
+
specifier: ^0.9.6
26
+
version: 0.9.6(prettier@3.8.0)(typescript@5.9.3)
27
27
'@types/sanitize-html':
28
28
specifier: ^2.16.0
29
29
version: 2.16.0
History
2 rounds
0 comments
caleb.jasik.xyz
submitted
#1
1 commit
expand
collapse
Add typechecking
expand 0 comments
pull request successfully merged