Skip to content

Commit

Permalink
Merge pull request #24 from twentyideas/updates-deps
Browse files Browse the repository at this point in the history
Updates dependencies for the project
  • Loading branch information
trevordilley authored Apr 3, 2024
2 parents e36a824 + 73e3434 commit e8f79b9
Show file tree
Hide file tree
Showing 2 changed files with 1,442 additions and 2,004 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@20i/eslint-config",
"version": "3.1.0",
"version": "3.2.0",
"description": "ESLint and Prettier Config for Twenty Ideas",
"main": "index.js",
"author": "Greg McKelvey <[email protected]>",
Expand Down Expand Up @@ -38,29 +38,29 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier-plugin-organize-imports": "^3.2.4"
},
"devDependencies": {
"@types/eslint": "^8.44.9",
"@types/eslint": "^8.56.7",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.10.4",
"eslint": "^8.55.0",
"husky": ">=8.0.3",
"@types/node": "^20.12.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": ">=15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.38.0",
"pinst": ">=3.0.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
"lint-staged": "^15.2.2",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.39.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
},
"scripts": {
"lint": "yarn eslint --max-warnings=0 --cache --fix \"**/*.{js,ts,jsx,tsx}\"",
Expand Down
Loading

0 comments on commit e8f79b9

Please sign in to comment.