Skip to content

Commit

Permalink
refactor: remove deprecated url-search-params polyfill for URLSearchP…
Browse files Browse the repository at this point in the history
…arams (axios#5670)
  • Loading branch information
npiyush97 authored and Willian Agostini committed May 29, 2023
1 parent 97bab80 commit ff5ca0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 1 addition & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
"stream-throttle": "^0.1.3",
"string-replace-async": "^3.0.2",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.8.4",
"url-search-params": "^0.10.0"
"typescript": "^4.8.4"
},
"browser": {
"./lib/adapters/http.js": "./lib/helpers/null.js",
Expand Down
1 change: 0 additions & 1 deletion test/specs/helpers/buildURL.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import buildURL from '../../../lib/helpers/buildURL';
import URLSearchParams from 'url-search-params';

describe('helpers::buildURL', function () {
it('should support null params', function () {
Expand Down

0 comments on commit ff5ca0a

Please sign in to comment.