Skip to content

Commit

Permalink
build(deps-dev): bump dev dependencies (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 22, 2024
1 parent 9514d9d commit 6be0699
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Expand Up @@ -4,7 +4,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules"]
}
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -67,24 +67,24 @@
"testTimeout": 10000
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-security": "^2.1.0",
"fastify": "^4.25.2",
"husky": "^9.0.6",
"eslint-plugin-security": "^2.1.1",
"fastify": "^4.26.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"prettier": "^3.2.3",
"prettier": "^3.2.5",
"spdx-copyleft": "^1.0.0",
"upath": "^2.0.1"
},
Expand Down

0 comments on commit 6be0699

Please sign in to comment.