Skip to content

Commit 467d2d4

Browse files
committed
build: ensure json-patch is available for typescript in projects using this api client
1 parent e48a0d2 commit 467d2d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"axios": "^1.7.4",
7979
"contentful-sdk-core": "^9.0.1",
8080
"es-check": "^7.2.1",
81-
"fast-copy": "^3.0.0"
81+
"fast-copy": "^3.0.0",
82+
"json-patch": "^0.7.0"
8283
},
8384
"devDependencies": {
8485
"@babel/eslint-parser": "^7.25.9",
@@ -116,7 +117,6 @@
116117
"eslint-plugin-vitest-globals": "^1.5.0",
117118
"husky": "^4.3.8",
118119
"in-publish": "^2.0.1",
119-
"json-patch": "^0.7.0",
120120
"jsonwebtoken": "^9.0.2",
121121
"lint-staged": "^15.2.5",
122122
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)