Skip to content

Commit

Permalink
chore(cspell,eslint,root): update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Aug 2, 2024
1 parent e08b87e commit 76ec089
Show file tree
Hide file tree
Showing 11 changed files with 514 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.5.3-sdk",
"version": "5.5.4-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cspell/cspell-types": "^8.10.4",
"@cspell/eslint-plugin": "^8.10.4",
"@cspell/cspell-types": "^8.13.0",
"@cspell/eslint-plugin": "^8.13.0",
"@kurone-kito/commitlint-config": "workspace:^",
"@kurone-kito/cspell-config": "workspace:^",
"@kurone-kito/eslint-config-base": "workspace:^",
Expand All @@ -62,11 +62,11 @@
"@kurone-kito/markdownlint-config": "workspace:^",
"@kurone-kito/prettier-config": "workspace:^",
"@kurone-kito/typescript-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@yarnpkg/sdks": "^3.1.3",
"concurrently": "^8.2.2",
"cspell": "^8.10.4",
"cspell": "^8.13.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -75,21 +75,21 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-oxlint": "^0.5.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-yaml": "^1.0.3",
"husky": "^9.0.11",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"markdownlint-cli2": "^0.13.0",
"oxlint": "^0.6.0",
"oxlint": "^0.6.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"typescript": "~5.5.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774",
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 @@ -40,7 +40,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.9"
"rimraf": "^5.0.10"
},
"peerDependenciesMeta": {
"@commitlint/config-conventional": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.9"
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.10.4",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@cspell/eslint-plugin": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -48,17 +48,17 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-oxlint": "^0.5.0",
"eslint-plugin-yaml": "^1.0.3",
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"typescript": "~5.5.3"
"rimraf": "^5.0.10",
"typescript": "~5.5.4"
},
"peerDependencies": {
"@cspell/eslint-plugin": ">=6.x.x",
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@kurone-kito/eslint-config-base": "workspace:^"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.10.4",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@cspell/eslint-plugin": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -52,21 +52,21 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-oxlint": "^0.5.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-yaml": "^1.0.3",
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"typescript": "~5.5.3"
"rimraf": "^5.0.10",
"typescript": "~5.5.4"
},
"peerDependencies": {
"@cspell/eslint-plugin": ">=6.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.9"
"rimraf": "^5.0.10"
},
"peerDependencies": {
"cspell": ">=5.7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.9"
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
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 @@ -38,7 +38,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.9"
"rimraf": "^5.0.10"
},
"engines": {
"node": ">=18"
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 @@ -32,11 +32,11 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"typescript": "~5.5.3",
"typescript": "~5.5.4",
"typescript-eslint-language-service": "^5.0.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 76ec089

Please sign in to comment.