Skip to content

Commit

Permalink
Removing fetch ponyfill since it is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist authored and lane-formio committed Jul 10, 2024
1 parent b5995a9 commit 18bf73d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"eventemitter3": "^5.0.1",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "^3.1.1",
"fetch-ponyfill": "^7.1.0",
"idb": "^7.1.1",
"inputmask": "^5.0.8",
"ismobilejs": "^1.1.1",
Expand Down
4 changes: 0 additions & 4 deletions src/utils/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* global jQuery */

import _ from 'lodash';
import fetchPonyfill from 'fetch-ponyfill';
import jsonLogic from 'json-logic-js';
import moment from 'moment-timezone/moment-timezone';
import jtz from 'jstimezonedetect';
Expand All @@ -11,9 +10,6 @@ import { getValue } from './formUtils';
import { Evaluator } from './Evaluator';
import ConditionOperators from './conditionOperators';
const interpolate = Evaluator.interpolate;
const { fetch } = fetchPonyfill({
Promise: Promise
});

export * from './formUtils';

Expand Down

0 comments on commit 18bf73d

Please sign in to comment.