Skip to content

Commit

Permalink
perf(deps): upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Dec 22, 2023
1 parent ac7ca4c commit a7bcf24
Show file tree
Hide file tree
Showing 14 changed files with 118 additions and 118 deletions.
184 changes: 92 additions & 92 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "bcf5dff7c1905a6d8ce8e8b641f0eda51fce9f6d",
"pnpmShrinkwrapHash": "413e2144941319a1c6c9eab4c616e755323cfba7",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion packages/dtcheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4",
"@rushstack/heft": "0.63.5",
"@types/generic": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/equals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"_phase:clean": "heft clean"
},
"dependencies": {
"@definitelytyped/eslint-plugin": "0.0.203",
"@definitelytyped/eslint-plugin": "0.0.204",
"@rushstack/eslint-config": "3.5.1",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0"
},
"devDependencies": {
"@kcws/web-rig": "workspace:*",
"@rushstack/heft": "0.63.4",
"@rushstack/heft": "0.63.5",
"@types/eslint": "8.56.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
}
}
2 changes: 1 addition & 1 deletion packages/lintstaged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@kcws/node-rig": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4",
"@rushstack/heft": "0.63.5",
"@types/micromatch": "4.0.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mixin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
},
"engines": {
"node": ">=12"
Expand Down
14 changes: 7 additions & 7 deletions packages/node-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"_phase:clean": ""
},
"dependencies": {
"@microsoft/api-extractor": "7.38.5",
"@rushstack/heft-api-extractor-plugin": "0.2.14",
"@rushstack/heft-jest-plugin": "0.10.6",
"@rushstack/heft-lint-plugin": "0.2.14",
"@rushstack/heft-typescript-plugin": "0.2.14",
"@microsoft/api-extractor": "7.39.0",
"@rushstack/heft-api-extractor-plugin": "0.2.15",
"@rushstack/heft-jest-plugin": "0.10.7",
"@rushstack/heft-lint-plugin": "0.2.15",
"@rushstack/heft-typescript-plugin": "0.2.15",
"@types/heft-jest": "1.0.6",
"@types/node": "18.19.3",
"eslint": "8.56.0",
"jest-environment-node": "29.7.0",
"jest-html-reporters": "3.1.5",
"jest-html-reporters": "3.1.6",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
},
"peerDependencies": {
"@rushstack/heft": "^0.51.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4",
"@rushstack/heft": "0.63.5",
"@types/generic": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reset.css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@kcws/web-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@rushstack/heft": "0.63.4",
"@rushstack/heft": "0.63.5",
"stylelint": "16.0.2",
"stylelint-config-standard-scss": "12.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/web-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"_phase:clean": ""
},
"dependencies": {
"@microsoft/api-extractor": "7.38.5",
"@rushstack/heft-api-extractor-plugin": "0.2.14",
"@rushstack/heft-jest-plugin": "0.10.6",
"@rushstack/heft-lint-plugin": "0.2.14",
"@microsoft/api-extractor": "7.39.0",
"@rushstack/heft-api-extractor-plugin": "0.2.15",
"@rushstack/heft-jest-plugin": "0.10.7",
"@rushstack/heft-lint-plugin": "0.2.15",
"@rushstack/heft-sass-plugin": "0.13.0",
"@rushstack/heft-typescript-plugin": "0.2.14",
"@rushstack/heft-typescript-plugin": "0.2.15",
"@types/heft-jest": "1.0.6",
"eslint": "8.56.0",
"jest-environment-jsdom": "29.7.0",
"jest-html-reporters": "3.1.5",
"jest-html-reporters": "3.1.6",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
},
"peerDependencies": {
"@rushstack/heft": "^0.51.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"@kcws/node-rig": "workspace:*",
"@kcws/lintstaged-config": "workspace:*",
"@kcws/eslint-config": "workspace:*",
"@rushstack/heft": "0.63.4"
"@rushstack/heft": "0.63.5"
}
}

0 comments on commit a7bcf24

Please sign in to comment.