Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed May 31, 2023
1 parent cbcf531 commit a16ad5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"dependencies": {
"clipboard": "^2.0.11",
"is-string-and-not-blank": "^0.0.2",
"qs": "^6.10.5",
"superagent": "^8.0.0",
"sweetalert2": "^8.19.0",
"qs": "^6.11.2",
"superagent": "^8.0.9",
"sweetalert2": "8.19.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@ladjs/browserslist-config": "^1.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"eslint": "^8.41.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"remark-cli": "^10.0.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"spinkit": "^2.0.1",
"xo": "^0.50.0"
"xo": "^0.54.2"
},
"engines": {
"node": ">=14"
Expand Down
1 change: 0 additions & 1 deletion src/ajax-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const URL = require('url-parse');
const isSANB = require('is-string-and-not-blank');
const qs = require('qs');
const superagent = require('superagent');

const Spinner = require('./spinner.js');

// Ajax form submission with frisbee
Expand Down
1 change: 0 additions & 1 deletion src/return-to.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const URLParse = require('url-parse');
const qs = require('qs');

const jumpTo = require('./jump-to.js');

//
Expand Down

0 comments on commit a16ad5f

Please sign in to comment.