Skip to content

Commit

Permalink
chore(ALL): updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Dec 4, 2023
1 parent cc1957c commit 5969569
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 238 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@cspell/cspell-types": "^8.1.0",
"@cspell/eslint-plugin": "^8.1.0",
"@cspell/cspell-types": "^8.1.2",
"@cspell/eslint-plugin": "^8.1.2",
"@kurone-kito/commitlint-config": "workspace:*",
"@kurone-kito/cspell-config": "workspace:*",
"@kurone-kito/eslint-config-base": "workspace:*",
"@kurone-kito/eslint-config-react": "workspace:*",
"@kurone-kito/lint-staged-config": "workspace:*",
"@kurone-kito/prettier-config": "workspace:*",
"@kurone-kito/typescript-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@yarnpkg/sdks": "^3.1.0",
"aicommits": "^1.11.0",
"concurrently": "^8.2.2",
"cspell": "^8.1.0",
"cspell": "^8.1.2",
"eslint": "^8.55.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "~5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@cspell/cspell-types": "^8.1.0",
"@cspell/cspell-types": "^8.1.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"cspell": "^8.1.0",
"cspell": "^8.1.2",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@cspell/eslint-plugin": "^8.1.0",
"@cspell/eslint-plugin": "^8.1.2",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.55.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@kurone-kito/eslint-config-base": "workspace:*"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.1.0",
"@cspell/eslint-plugin": "^8.1.2",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/parser": "^6.13.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
Expand Down
Loading

0 comments on commit 5969569

Please sign in to comment.