Skip to content

Commit e98de93

Browse files
committed
Remove some unnecessary dependencies.
1 parent 821c8e5 commit e98de93

File tree

11 files changed

+9
-57
lines changed

11 files changed

+9
-57
lines changed

apps/cpu-profile-summarizer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@rushstack/heft": "workspace:*",
26-
"local-node-rig": "workspace:*",
27-
"typescript": "~5.7.3"
26+
"local-node-rig": "workspace:*"
2827
}
2928
}

build-tests-samples/heft-web-rig-app-tutorial/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@rushstack/heft": "workspace:*",
2222
"@types/react-dom": "17.0.25",
2323
"@types/react": "17.0.74",
24-
"@types/webpack-env": "1.18.8",
25-
"typescript": "~5.7.3"
24+
"@types/webpack-env": "1.18.8"
2625
}
2726
}

build-tests-samples/heft-web-rig-library-tutorial/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@rushstack/heft": "workspace:*",
2424
"@types/react-dom": "17.0.25",
2525
"@types/react": "17.0.74",
26-
"@types/webpack-env": "1.18.8",
27-
"typescript": "~5.7.3"
26+
"@types/webpack-env": "1.18.8"
2827
}
2928
}

build-tests-subspace/rush-lib-test/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
"@rushstack/terminal": "workspace:*"
1515
},
1616
"devDependencies": {
17-
"@rushstack/eslint-config": "workspace:*",
1817
"@rushstack/heft": "workspace:*",
1918
"@types/node": "20.17.19",
2019
"eslint": "~8.57.0",
21-
"local-node-rig": "workspace:*",
22-
"typescript": "~5.7.3"
20+
"local-node-rig": "workspace:*"
2321
},
2422
"dependenciesMeta": {
2523
"@microsoft/rush-lib": {

build-tests-subspace/rush-sdk-test/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
},
1515
"devDependencies": {
1616
"@microsoft/rush-lib": "workspace:*",
17-
"@rushstack/eslint-config": "workspace:*",
1817
"@rushstack/heft": "workspace:*",
1918
"@types/node": "20.17.19",
2019
"eslint": "~8.57.0",
21-
"local-node-rig": "workspace:*",
22-
"typescript": "~5.7.3"
20+
"local-node-rig": "workspace:*"
2321
},
2422
"dependenciesMeta": {
2523
"@microsoft/rush-lib": {

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"@rushstack/heft": "workspace:*",
20-
"local-node-rig": "workspace:*",
21-
"typescript": "~5.7.3"
20+
"local-node-rig": "workspace:*"
2221
}
2322
}

build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"@rushstack/terminal": "workspace:*",
1919
"@types/http-proxy": "~1.17.8",
2020
"@types/node": "20.17.19",
21-
"eslint": "~8.57.0",
2221
"http-proxy": "~1.18.1",
23-
"local-node-rig": "workspace:*",
24-
"typescript": "~5.7.3"
22+
"local-node-rig": "workspace:*"
2523
}
2624
}

build-tests/rush-redis-cobuild-plugin-integration-test/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"@rushstack/terminal": "workspace:*",
1919
"@types/http-proxy": "~1.17.8",
2020
"@types/node": "20.17.19",
21-
"eslint": "~8.57.0",
22-
"http-proxy": "~1.18.1",
23-
"typescript": "~5.7.3"
21+
"http-proxy": "~1.18.1"
2422
}
2523
}

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/subspaces/build-tests-subspace/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{
33
"pnpmShrinkwrapHash": "081ecf721a5248b264354fb3ede69a56594ede3c",
44
"preferredVersionsHash": "7aee53abbca2f0cefac5a2a8c72ca7703b10dff2",
5-
"packageJsonInjectedDependenciesHash": "44cf541823257ba919bc7a7b02d58357cf1672bc"
5+
"packageJsonInjectedDependenciesHash": "96d245930b32e635feab7431ba9c42964323a997"
66
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)