Skip to content

Commit

Permalink
fix: bad comment syntax in preflight (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearofducks committed Mar 17, 2023
1 parent 994a166 commit ae37e8e
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 298 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,23 @@
"author": "@djh",
"license": "Apache-2.0",
"dependencies": {
"@unocss/core": "^0.50.4",
"@unocss/preset-mini": "^0.50.4"
"@unocss/core": "^0.50.6",
"@unocss/preset-mini": "^0.50.6"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@unocss/autocomplete": "^0.50.4",
"@unocss/autocomplete": "^0.50.6",
"@warp-ds/eslint-config": "^0.0.1",
"cz-conventional-changelog": "^3.3.0",
"drnm": "^0.9.0",
"eslint": "^8.35.0",
"rollup": "^3.18.0",
"eslint": "^8.36.0",
"rollup": "^3.19.1",
"semantic-release": "^20.1.1",
"unocss": "^0.50.4",
"unocss": "^0.50.6",
"uvu": "^0.5.6",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vite": "^4.2.0",
"vitest": "^0.29.3"
},
"eslintConfig": {
"extends": "@warp-ds"
Expand Down
Loading

0 comments on commit ae37e8e

Please sign in to comment.