Skip to content

Commit

Permalink
build(deps-dev): bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 24, 2024
1 parent 6efa793 commit a3e7630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"target": "ES2022"
"target": "ES2022",
},
"exclude": ["dist", "node_modules"]
"exclude": ["dist", "node_modules"],
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-security": "^2.1.0",
"fastify": "^4.25.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"spdx-copyleft": "^1.0.0",
"upath": "^2.0.1"
},
Expand Down

0 comments on commit a3e7630

Please sign in to comment.