Skip to content

Commit

Permalink
eslint: upgrade deps for ts 5.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
soomtong committed Mar 15, 2024
1 parent 990014e commit fb8bd87
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
64 changes: 32 additions & 32 deletions eslint-config/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 eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@day1co/eslint-config",
"version": "1.3.1",
"version": "1.4.0",
"description": "eslint config for DAY1 COMPANY Inc.",
"author": "DAY1 Company Inc.",
"license": "MIT",
Expand All @@ -16,18 +16,18 @@
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "^3.1.1"
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-vue": "^9.19.2"
"@babel/eslint-parser": "^7.23.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-vue": "^9.23.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down

0 comments on commit fb8bd87

Please sign in to comment.