Skip to content

Commit

Permalink
typescriptとeslintまわりのpackage.jsonを書き換え (#289)
Browse files Browse the repository at this point in the history
* typescriptとeslintまわりのpackage.jsonを書き換え

* nodeのversion原因でcircleciがエラーになるので、versionを上げる

* imageがなかったので変更

* imageがなかったので変更

* 名前空間を変更

* prettierのpeerDependencies versionを変更
  • Loading branch information
ito-yoshi99 authored Dec 27, 2023
1 parent bf43e9f commit 270711e
Show file tree
Hide file tree
Showing 4 changed files with 1,145 additions and 624 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
default:
docker:
- image: circleci/node:lts-browsers
- image: cimg/node:18.18.1-browsers
working_directory: ~/repo

commands:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
]
},
"devDependencies": {
"eslint": "8.24.0",
"eslint": "8.56.0",
"husky": "4.3.8",
"lint-staged": "12.5.0",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"prettier-package-json": "2.7.0",
"shipjs": "0.24.4",
"typescript": "4.8.3"
"prettier": "3.1.1",
"prettier-package-json": "2.8.0",
"shipjs": "0.26.3",
"typescript": "5.3.3"
},
"keywords": [
"es",
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint-config-globis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"test": "echo test"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "2.0.0"
"eslint-plugin-unused-imports": "3.0.0"
},
"peerDependencies": {
"eslint": "^6.7.2 || ^7.0.0 || ^8.0.0",
"prettier": "^1.19.1 || ^2.0.0",
"typescript": "^3.7.4 || ^4.0.0"
"prettier": "^1.19.1 || ^2.0.0 || ^3.0.0",
"typescript": "^3.7.4 || ^4.0.0 || ^5.0.0"
},
"keywords": [
"es",
Expand Down
Loading

0 comments on commit 270711e

Please sign in to comment.