Skip to content

Commit

Permalink
chore(ALL): update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Feb 20, 2024
1 parent 99b5aa9 commit 7d5d5f6
Show file tree
Hide file tree
Showing 9 changed files with 1,310 additions and 1,243 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.2.4-sdk",
"version": "3.2.5-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@cspell/cspell-types": "^8.3.2",
"@cspell/eslint-plugin": "^8.3.2",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@cspell/cspell-types": "^8.4.1",
"@cspell/eslint-plugin": "^8.4.1",
"@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.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@yarnpkg/sdks": "^3.1.0",
"aicommits": "^1.11.0",
"concurrently": "^8.2.2",
"cspell": "^8.3.2",
"cspell": "^8.4.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -71,16 +71,16 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "~5.3.3",
"typescript-eslint-language-service": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/config-conventional": "^18.6.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
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.3.2",
"@cspell/cspell-types": "^8.4.1",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"cspell": "^8.3.2",
"cspell": "^8.4.1",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.5"
},
Expand Down
10 changes: 5 additions & 5 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.3.2",
"@cspell/eslint-plugin": "^8.4.1",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
Expand All @@ -51,14 +51,14 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"
},
Expand Down
12 changes: 6 additions & 6 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.3.2",
"@cspell/eslint-plugin": "^8.4.1",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
Expand All @@ -55,18 +55,18 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/parser": "^7.0.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"typescript-eslint-language-service": "^5.0.5"
},
Expand Down
Loading

0 comments on commit 7d5d5f6

Please sign in to comment.