Skip to content

Commit

Permalink
chore: Upgrade regular and dev dependencies (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Sep 11, 2024
1 parent 25e2097 commit 60d1b0c
Show file tree
Hide file tree
Showing 3 changed files with 4,687 additions and 3,245 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,37 +38,37 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@typescript-eslint/utils": "^6.2.1",
"@typescript-eslint/utils": "^6.21.0",
"camel-case": "^4.1.2",
"indefinite": "^2.4.3",
"indefinite": "^2.5.1",
"pascal-case": "^3.1.2",
"pluralize": "^8.0.0",
"sentence-case": "^3.0.4",
"title-case": "^3.0.3"
},
"devDependencies": {
"@types/indefinite": "^2.3.1",
"@types/indefinite": "^2.3.4",
"@types/node": "~18.11.19",
"@types/pluralize": "0.0.30",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.9.0",
"esbuild": "0.18.17",
"esbuild-jest": "^0.5.0",
"eslint": "8.46.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-docgen": "^0.7.1",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"eslint-plugin-eslint-plugin": "^5.5.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"list-github-dir-content": "^3.0.0",
"node-fetch": "^3.3.2",
"outdent": "^0.8.0",
"p-map": "^6.0.0",
"prettier": "^3.0.1",
"prettier": "^3.3.3",
"shelljs": "^0.8.5",
"tiny-glob": "^0.2.9",
"typescript": "^5.1.6"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 60d1b0c

Please sign in to comment.