Skip to content

Commit

Permalink
Merge pull request #121 from etn-ccis/dependabot/npm_and_yarn/eslint-…
Browse files Browse the repository at this point in the history
…config/dev/typescript-5.7.2

Bump typescript from 5.5.4 to 5.7.2 in /eslint-config
  • Loading branch information
surajeaton authored Dec 2, 2024
2 parents 151467e + 17c039f commit 9258ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "prettier \"**/**.{ts,tsx,js,jsx,json,css,scss,html,md}\" --write"
},
"peerDependencies": {
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"dependencies": {
"@eslint/js": "^9.13.0",
Expand All @@ -55,6 +55,6 @@
"@brightlayer-ui/prettier-config": "^1.0.3",
"eslint-plugin-react": "^7.37.1",
"prettier": "3.2.5",
"typescript": "5.5.4"
"typescript": "5.7.2"
}
}
8 changes: 4 additions & 4 deletions eslint-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2177,10 +2177,10 @@ typescript-eslint@^8.11.0:
"@typescript-eslint/parser" "8.12.2"
"@typescript-eslint/utils" "8.12.2"

typescript@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 9258ad0

Please sign in to comment.