Skip to content

Commit

Permalink
bump devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 21, 2023
1 parent 451db11 commit b36d0fd
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 158 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"inquirer": "^8.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "^3.0.0",
"typescript": "^5.1.5"
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
"eslintConfig": {
"extends": "./index.cjs"
Expand Down
Loading

0 comments on commit b36d0fd

Please sign in to comment.