Skip to content

Commit 7f03ff2

Browse files
authored
Merge pull request #35 from Doczilla-APP/templating
chore: Update dependencies
2 parents b6791b0 + badbd92 commit 7f03ff2

File tree

3 files changed

+546
-472
lines changed

3 files changed

+546
-472
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
os:
4545
- "ubuntu-latest"
4646
node:
47+
- "22"
4748
- "20"
4849
- "18"
4950
runs-on: ${{ matrix.os }}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@
4747
"test": "jest"
4848
},
4949
"dependencies": {
50-
"axios": "^1.10.0"
50+
"axios": "^1.12.2"
5151
},
5252
"devDependencies": {
53-
"@jest/globals": "^30.0.3",
53+
"@jest/globals": "^30.1.2",
5454
"@types/jest": "^30.0.0",
55-
"@types/node": "^24.0.7",
56-
"@typescript-eslint/eslint-plugin": "^8.35.0",
57-
"@typescript-eslint/parser": "^8.35.0",
55+
"@types/node": "^24.4.0",
56+
"@typescript-eslint/eslint-plugin": "^8.43.0",
57+
"@typescript-eslint/parser": "^8.43.0",
5858
"axios-mock-adapter": "^2.1.0",
59-
"eslint": "9.30.0",
59+
"eslint": "9.35.0",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-simple-import-sort": "^12.1.1",
62-
"jest": "^30.0.3",
62+
"jest": "^30.1.3",
6363
"openapi-typescript-codegen": "^0.29.0",
64-
"ts-jest": "^29.4.0",
64+
"ts-jest": "^29.4.1",
6565
"tsup": "^8.5.0",
66-
"typescript": "^5.8"
66+
"typescript": "^5.9"
6767
},
6868
"packageManager": "yarn@4.2.2",
6969
"engines": {

0 commit comments

Comments
 (0)