Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 26, 2024
1 parent dc1bb73 commit 68957e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/funding.yml

This file was deleted.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -44,19 +45,19 @@
"animation"
],
"dependencies": {
"ansi-escapes": "^6.2.0",
"cli-cursor": "^4.0.0",
"slice-ansi": "^7.0.0",
"ansi-escapes": "^7.0.0",
"cli-cursor": "^5.0.0",
"slice-ansi": "^7.1.0",
"strip-ansi": "^7.1.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"ava": "^5.3.1",
"@types/node": "^20.14.12",
"ava": "^6.1.3",
"terminal.js": "^1.0.11",
"tsd": "^0.29.0",
"tsd": "^0.31.1",
"wcwidth": "^1.0.1",
"xo": "^0.56.0"
"xo": "^0.59.2"
},
"xo": {
"rules": {
Expand Down

0 comments on commit 68957e7

Please sign in to comment.