Skip to content

Commit 31f6eae

Browse files
committed
chore: bump (dev)Dependencies
1 parent 037028a commit 31f6eae

File tree

3 files changed

+2158
-1853
lines changed

3 files changed

+2158
-1853
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"start": "vc dev"
1717
},
1818
"devDependencies": {
19-
"@1stg/common-config": "^9.0.0",
20-
"@octokit/request": "^8.1.4",
21-
"@types/web": "^0.0.119",
22-
"commitlint": "^18.2.0",
23-
"eslint": "^8.52.0",
24-
"lint-staged": "^13.3.0",
19+
"@1stg/common-config": "^10.0.0",
20+
"@octokit/request": "^8.1.6",
21+
"@types/web": "^0.0.138",
22+
"commitlint": "^18.6.0",
23+
"eslint": "^8.56.0",
24+
"lint-staged": "^15.2.1",
2525
"npm-run-all": "^4.1.5",
2626
"simple-git-hooks": "^2.9.0",
27-
"tsx": "^3.14.0",
28-
"typescript": "^5.2.2",
29-
"vercel": "^32.5.0"
27+
"tsx": "^4.7.0",
28+
"typescript": "^5.3.3",
29+
"vercel": "^33.4.1"
3030
},
3131
"resolutions": {
32-
"prettier": "^2.8.8"
32+
"prettier": "^3.2.5"
3333
},
3434
"commitlint": {
3535
"extends": "@1stg"

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { data } = await request('POST /markdown', {
1313
await fs.writeFile(
1414
'public/index.html',
1515
/* HTML */ `
16-
<!DOCTYPE html>
16+
<!doctype html>
1717
<html lang="en">
1818
<head>
1919
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)