Skip to content

Commit 4b928a2

Browse files
committed
chore(deps): update deps and remove simple-oauth2
1 parent 5013f1a commit 4b928a2

File tree

4 files changed

+801
-912
lines changed

4 files changed

+801
-912
lines changed

.prettierrc

+15-10
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@
22
"trailingComma": "all",
33
"printWidth": 96,
44
"semi": true,
5-
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
6-
"importOrder": [
7-
"<TYPES>^(node:)",
8-
"<TYPES>",
9-
"<TYPES>^[.]",
10-
"",
11-
"<BUILTIN_MODULES>",
12-
"<THIRD_PARTY_MODULES>",
13-
"^[./]"
14-
],
155
"overrides": [
166
{
177
"files": "*.md",
188
"options": {
199
"tabWidth": 4
2010
}
11+
},
12+
{
13+
"files": "*.ts",
14+
"options": {
15+
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
16+
"importOrder": [
17+
"<TYPES>^(node:)",
18+
"<TYPES>",
19+
"<TYPES>^[.]",
20+
"",
21+
"<BUILTIN_MODULES>",
22+
"<THIRD_PARTY_MODULES>",
23+
"^[./]"
24+
]
25+
}
2126
}
2227
]
2328
}

package.json

+20-21
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,34 @@
3131
"prepare": "husky"
3232
},
3333
"dependencies": {
34-
"axios": "^1.7.9",
35-
"simple-oauth2": "^5.1.0"
34+
"axios": "^1.8.2"
3635
},
3736
"devDependencies": {
38-
"@eslint/eslintrc": "^3.2.0",
39-
"@eslint/js": "^9.16.0",
40-
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
41-
"@types/chai": "^5.0.1",
42-
"@types/chai-as-promised": "^8.0.1",
37+
"@eslint/eslintrc": "^3.3.0",
38+
"@eslint/js": "^9.22.0",
39+
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
40+
"@types/chai": "^5.2.0",
41+
"@types/chai-as-promised": "^8.0.2",
4342
"@types/mocha": "^10.0.10",
44-
"@types/node": "^22.10.1",
43+
"@types/node": "^22.13.10",
4544
"@types/simple-oauth2": "^5.0.7",
46-
"@typescript-eslint/eslint-plugin": "^8.17.0",
47-
"@typescript-eslint/parser": "^8.17.0",
48-
"chai": "^5.1.2",
45+
"@typescript-eslint/eslint-plugin": "^8.26.0",
46+
"@typescript-eslint/parser": "^8.26.0",
47+
"chai": "^5.2.0",
4948
"chai-as-promised": "^8.0.1",
50-
"eslint": "^9.16.0",
51-
"eslint-config-prettier": "^9.1.0",
49+
"eslint": "^9.22.0",
50+
"eslint-config-prettier": "^10.1.1",
5251
"eslint-plugin-tsdoc": "^0.4.0",
53-
"globals": "^15.13.0",
52+
"globals": "^16.0.0",
5453
"husky": "^9.1.7",
55-
"lint-staged": "^15.2.10",
56-
"mocha": "^10.8.2",
57-
"nock": "^13.5.6",
54+
"lint-staged": "^15.4.3",
55+
"mocha": "^11.1.0",
56+
"nock": "^14.0.1",
5857
"nyc": "^17.1.0",
59-
"prettier": "^3.4.2",
60-
"tsx": "^4.19.2",
61-
"typedoc": "^0.26.11",
62-
"typescript": "^5.7.2"
58+
"prettier": "^3.5.3",
59+
"tsx": "^4.19.3",
60+
"typedoc": "^0.27.9",
61+
"typescript": "^5.8.2"
6362
},
6463
"lint-staged": {
6564
"*": [

0 commit comments

Comments
 (0)