Skip to content

Commit 706f0c0

Browse files
committed
feat(api-rest): allow relative URL's
1 parent 9f66816 commit 706f0c0

File tree

5 files changed

+1432
-1050
lines changed

5 files changed

+1432
-1050
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@babel/preset-react": "^7.0.0",
8383
"@eslint/compat": "^1.2.0",
8484
"@lerna/legacy-package-management": "^8.2.1",
85-
"@rollup/plugin-commonjs": "^28.0.1",
85+
"@rollup/plugin-commonjs": "^28.0.1",
8686
"@rollup/plugin-typescript": "^11.1.6",
8787
"@size-limit/dual-publish": "^8.1.0",
8888
"@size-limit/file": "^8.1.0",
@@ -106,11 +106,11 @@
106106
"eslint-plugin-prettier": "^5.2.1",
107107
"eslint-plugin-promise": "^7.1.0",
108108
"eslint-plugin-unused-imports": "^4.1.4",
109-
"expect": "^29.7.0",
109+
"expect": "^30.0.5",
110110
"glob": "^10.3.10",
111111
"husky": "^9.0.11",
112-
"jest": "^29.7.0",
113-
"jest-environment-jsdom": "^29.7.0",
112+
"jest": "^30.0.5",
113+
"jest-environment-jsdom": "^30.0.5",
114114
"json-loader": "^0.5.7",
115115
"lerna": "^8.2.1",
116116
"license-check-and-add": "^4.0.5",

0 commit comments

Comments
 (0)