Skip to content

Commit

Permalink
Merge pull request #13 from finsweet/chore-update-dependencies
Browse files Browse the repository at this point in the history
chore: updated dependencies
  • Loading branch information
alexiglesias93 authored Nov 13, 2023
2 parents 031d576 + 356c6b2 commit 6ba0657
Show file tree
Hide file tree
Showing 3 changed files with 763 additions and 433 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-news-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/eslint-config': patch
---

chore: updated dependencies
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
"main": ".eslintrc.js",
"devDependencies": {
"@changesets/changelog-git": "^0.1.14",
"@changesets/cli": "^2.26.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand All @@ -44,4 +44,4 @@
"release": "changeset publish",
"update": "pnpm update -i -L -r"
}
}
}
Loading

0 comments on commit 6ba0657

Please sign in to comment.