Skip to content

Commit

Permalink
reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jun 10, 2024
1 parent 740b9d8 commit d30e3fd
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 180 deletions.
10 changes: 5 additions & 5 deletions packages/fdr-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"dayjs": "^1.11.11",
"fast-deep-equal": "^3.1.3",
"form-data": "4.0.0",
"formdata-node": "^6.0.3",
"js-base64": "3.7.7",
"node-fetch": "2.7.0",
"qs": "6.12.0",
"tinycolor2": "^1.6.0",
"title": "^3.5.3",
"url-join": "4.0.1"
"url-join": "4.0.1",
"node-fetch": "2.7.0",
"formdata-node": "^6.0.3"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@fern-api/eslint-config": "workspace:*",
"@fern-platform/configs": "workspace:*",
"@types/node-fetch": "2.6.9",
"@types/qs": "6.9.14",
"@types/tinycolor2": "^1.4.6",
"@types/title": "^3.4.3",
"@types/url-join": "4.0.1",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"typescript": "5.4.3",
"vitest": "^1.5.0"
"vitest": "^1.5.0",
"@types/node-fetch": "2.6.9"
},
"scripts": {
"compile": "tsc --build",
Expand Down
Loading

0 comments on commit d30e3fd

Please sign in to comment.