Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed May 15, 2024
1 parent 55010ab commit 5dea24d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions sites/eighth-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"astro": "^4.5.9",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"typescript": "^5.4.5",
"vite": "^5.2.8"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.7",
"@types/sanitize-html": "^2.9.5",
"unocss": "^0.58.5",
"@unocss/reset": "^0.59.0",
"@unocss/transformer-directives": "^0.58.5",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"unocss": "^0.58.5"
"@iconify-json/mdi": "^1.1.64"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.8",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.7",
"@types/sanitize-html": "^2.9.5"
}
}
18 changes: 9 additions & 9 deletions sites/gig-smart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"astro": "^4.5.9",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"typescript": "^5.4.5",
"vite": "^5.2.8"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.7",
"@types/sanitize-html": "^2.9.5",
"unocss": "^0.58.5",
"@unocss/reset": "^0.59.0",
"@unocss/transformer-directives": "^0.58.5",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"unocss": "^0.58.5"
"@iconify-json/mdi": "^1.1.64"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.8",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.7",
"@types/sanitize-html": "^2.9.5"
}
}

0 comments on commit 5dea24d

Please sign in to comment.