Skip to content

Commit 879362b

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents 1bdc7ab + 7c5843f commit 879362b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stantanasi/jsonapi-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": " A JSON:API specification client built with TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,10 +26,10 @@
2626
"expo"
2727
],
2828
"dependencies": {
29-
"axios": "^1.8.1"
29+
"axios": "^1.8.4"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^22.5.5",
32+
"@types/node": "^22.14.0",
3333
"husky": "^9.1.7",
3434
"typescript": "^5.6.2"
3535
}

0 commit comments

Comments
 (0)