Skip to content

Commit

Permalink
feat: release version 3.1.3 | update typescript version
Browse files Browse the repository at this point in the history
- Update dependencies to major versions due to incompatibilities between prettier 3 and eslint-config-prettier 9. Now projects using this config can use prettier 3
  • Loading branch information
rgomezcasas committed Nov 29, 2023
1 parent fefcbee commit 8ac8b1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "eslint-config-codely",
"version": "3.1.2",
"version": "3.1.3",
"description": "Codely's ESLint and Prettier Config",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8ac8b1a

Please sign in to comment.