Skip to content

Commit

Permalink
chore: bump (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 5, 2024
1 parent 037028a commit 31f6eae
Show file tree
Hide file tree
Showing 3 changed files with 2,158 additions and 1,853 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"start": "vc dev"
},
"devDependencies": {
"@1stg/common-config": "^9.0.0",
"@octokit/request": "^8.1.4",
"@types/web": "^0.0.119",
"commitlint": "^18.2.0",
"eslint": "^8.52.0",
"lint-staged": "^13.3.0",
"@1stg/common-config": "^10.0.0",
"@octokit/request": "^8.1.6",
"@types/web": "^0.0.138",
"commitlint": "^18.6.0",
"eslint": "^8.56.0",
"lint-staged": "^15.2.1",
"npm-run-all": "^4.1.5",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vercel": "^32.5.0"
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vercel": "^33.4.1"
},
"resolutions": {
"prettier": "^2.8.8"
"prettier": "^3.2.5"
},
"commitlint": {
"extends": "@1stg"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { data } = await request('POST /markdown', {
await fs.writeFile(
'public/index.html',
/* HTML */ `
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
Loading

0 comments on commit 31f6eae

Please sign in to comment.