Skip to content

Commit 7bf7204

Browse files
committed
Merge branch '5.5' into 6.0
2 parents d5a9b2b + 479c98b commit 7bf7204

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

snippets/typescript/.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
trailingComma: all
2-
printWidth: 120
2+
printWidth: 120

snippets/typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"devDependencies": {
3-
"@typescript-eslint/eslint-plugin": "^5.51.0",
4-
"@typescript-eslint/parser": "^5.51.0",
5-
"eslint": "^8.33.0",
6-
"eslint-config-prettier": "^8.6.0",
7-
"prettier": "^2.8.4",
8-
"typescript": "^4.9.5"
3+
"@typescript-eslint/eslint-plugin": "^6.5.0",
4+
"@typescript-eslint/parser": "^6.5.0",
5+
"eslint": "^8.48.0",
6+
"eslint-config-prettier": "^9.0.0",
7+
"prettier": "^3.0.3",
8+
"typescript": "^5.2.2"
99
},
1010
"dependencies": {
11-
"@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#4040fc083245edeb2f8832d4613b9e76aa9c17a5"
11+
"@woltlab/d.ts": "https://github.com/WoltLab/d.ts.git#51281749962192683d2b9d6a17388fb2298b4b62"
1212
}
1313
}

0 commit comments

Comments
 (0)