Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 9, 2024
1 parent 626e967 commit e6d5a90
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"homepage": "https://github.com/cheminfo/eslint-config#readme",
"dependencies": {},
"peerDependencies": {
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-unicorn": "^49.0.0"
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-unicorn": "^51.0.1"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-unicorn": "49.0.0",
"prettier": "^3.1.0"
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.6",
"eslint-plugin-unicorn": "51.0.1",
"prettier": "^3.2.5"
}
}

0 comments on commit e6d5a90

Please sign in to comment.