Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed May 15, 2024
1 parent 801e1c2 commit e014291
Show file tree
Hide file tree
Showing 3 changed files with 1,297 additions and 617 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The ESLint configuration for Bedandbreakfast.eu
1. Install this package along with our [prettier-config](https://github.com/bedandbreakfasteu/prettier-config) using:

```bash
yarn add --dev @bedandbreakfasteu/eslint-config@bedandbreakfasteu/eslint-config#2.0.3 @bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.2
yarn add --dev @bedandbreakfasteu/eslint-config@bedandbreakfasteu/eslint-config#3.0.0 @bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.2
```

2. Install the required devDependencies using:
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedandbreakfasteu/eslint-config",
"version": "2.0.3",
"version": "3.0.0",
"description": "Bedandbreakfast.eu ESLint Config",
"license": "MIT",
"repository": {
Expand All @@ -14,31 +14,31 @@
},
"prettier": "@bedandbreakfasteu/prettier-config",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"prettier": "^3.2.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@bedandbreakfasteu/prettier-config": "bedandbreakfasteu/prettier-config#1.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-yaml": "^0.5.0",
"npm-check-updates": "^16.3.15",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit e014291

Please sign in to comment.