Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 24, 2024
1 parent e84819d commit 41bbfa2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .xo-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
rules: {
'n/prefer-global/process': 'off',
'prefer-object-spread': 'off',
'unicorn/prefer-includes': 'off'
'unicorn/prefer-includes': 'off',
'logical-assignment-operators': 'off'
},
overrides: [
{
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,37 @@
"unset-value": "2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"ava": "^5.3.1",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"ava": "^6.1.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "8.49.0",
"eslint-config-xo-lass": "^2.0.1",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-node": "^11.1.0",
"express": "^4.18.2",
"express": "^4.19.2",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jsdom": "15.x",
"koa": "^2.14.2",
"lint-staged": "^14.0.1",
"koa": "^2.15.3",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"pino": "^8.15.1",
"remark-cli": "^11.0.0",
"pino": "^9.0.0",
"remark-cli": "11.0.0",
"remark-preset-github": "^4.0.4",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"signale": "^1.4.0",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"tinyify": "3.0.0",
"tsd": "^0.31.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 41bbfa2

Please sign in to comment.