Skip to content

Commit 2156498

Browse files
committed
finish updating packages
1 parent 1c917e4 commit 2156498

File tree

26 files changed

+86
-92
lines changed

26 files changed

+86
-92
lines changed

apps/lockfile-explorer-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@types/heft-jest": "1.0.1",
2929
"@types/react-dom": "16.9.14",
3030
"@types/react": "16.14.23",
31-
"@types/webpack-env": "1.13.0"
31+
"@types/webpack-env": "1.18.0"
3232
}
3333
}

apps/rundown/src/launcher.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Launcher {
5858
}
5959

6060
public installHook(): void {
61-
const realRequire: NodeRequireFunction = moduleApi.Module.prototype.require;
61+
const realRequire: NodeJS.Require = moduleApi.Module.prototype.require;
6262

6363
const importedModules: Set<unknown> = this._importedModules; // for closure
6464
const importedModulePaths: Set<string> = this._importedModulePaths; // for closure
@@ -110,7 +110,7 @@ class Launcher {
110110
return importedModule;
111111
}
112112

113-
moduleApi.Module.prototype.require = hookedRequire;
113+
moduleApi.Module.prototype.require = hookedRequire as NodeJS.Require;
114114
Launcher._copyProperties(hookedRequire, realRequire);
115115

116116
process.on('exit', () => {

build-tests-samples/heft-storybook-react-tutorial-storykit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "14.18.36",
2525
"@types/react-dom": "16.9.14",
2626
"@types/react": "16.14.23",
27-
"@types/webpack-env": "1.13.0",
27+
"@types/webpack-env": "1.18.0",
2828
"babel-loader": "~8.2.3",
2929
"css-loader": "~5.2.7",
3030
"jest": "~27.4.2",

build-tests-samples/heft-storybook-react-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/heft-jest": "1.0.1",
2525
"@types/react-dom": "16.9.14",
2626
"@types/react": "16.14.23",
27-
"@types/webpack-env": "1.13.0",
27+
"@types/webpack-env": "1.18.0",
2828
"css-loader": "~5.2.7",
2929
"eslint": "~8.7.0",
3030
"heft-storybook-react-tutorial-storykit": "workspace:*",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/heft-jest": "1.0.1",
2323
"@types/react-dom": "16.9.14",
2424
"@types/react": "16.14.23",
25-
"@types/webpack-env": "1.13.0",
25+
"@types/webpack-env": "1.18.0",
2626
"typescript": "~4.8.4"
2727
}
2828
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/heft-jest": "1.0.1",
2525
"@types/react-dom": "16.9.14",
2626
"@types/react": "16.14.23",
27-
"@types/webpack-env": "1.13.0",
27+
"@types/webpack-env": "1.18.0",
2828
"typescript": "~4.8.4"
2929
}
3030
}

build-tests-samples/heft-webpack-basic-tutorial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/heft-jest": "1.0.1",
2323
"@types/react-dom": "16.9.14",
2424
"@types/react": "16.14.23",
25-
"@types/webpack-env": "1.13.0",
25+
"@types/webpack-env": "1.18.0",
2626
"css-loader": "~6.6.0",
2727
"eslint": "~8.7.0",
2828
"html-webpack-plugin": "~5.5.0",

build-tests/hashed-folder-copy-plugin-webpack4-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft": "workspace:*",
1515
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
1616
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
17-
"@types/webpack-env": "1.13.0",
17+
"@types/webpack-env": "1.18.0",
1818
"html-webpack-plugin": "~4.5.2",
1919
"typescript": "~4.8.4",
2020
"webpack-bundle-analyzer": "~4.5.0",

build-tests/hashed-folder-copy-plugin-webpack5-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rushstack/hashed-folder-copy-plugin": "workspace:*",
1313
"@rushstack/heft-webpack5-plugin": "workspace:*",
1414
"@rushstack/heft": "workspace:*",
15-
"@types/webpack-env": "1.13.0",
15+
"@types/webpack-env": "1.18.0",
1616
"html-webpack-plugin": "~4.5.2",
1717
"typescript": "~4.8.4",
1818
"webpack-bundle-analyzer": "~4.5.0",

build-tests/heft-sass-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/heft-jest": "1.0.1",
1919
"@types/react-dom": "16.9.14",
2020
"@types/react": "16.14.23",
21-
"@types/webpack-env": "1.13.0",
21+
"@types/webpack-env": "1.18.0",
2222
"autoprefixer": "~10.4.2",
2323
"css-loader": "~5.2.7",
2424
"eslint": "~8.7.0",

build-tests/heft-typescript-composite-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft": "workspace:*",
1515
"@rushstack/heft-jest-plugin": "workspace:*",
1616
"@types/heft-jest": "1.0.1",
17-
"@types/webpack-env": "1.13.0",
17+
"@types/webpack-env": "1.18.0",
1818
"@types/jest": "27.4.0",
1919
"eslint": "~8.7.0",
2020
"tslint": "~5.20.1",

build-tests/heft-webpack4-everything-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rushstack/heft-jest-plugin": "workspace:*",
1717
"@rushstack/heft-webpack4-plugin": "workspace:*",
1818
"@types/heft-jest": "1.0.1",
19-
"@types/webpack-env": "1.13.0",
19+
"@types/webpack-env": "1.18.0",
2020
"eslint": "~8.7.0",
2121
"file-loader": "~6.0.0",
2222
"tslint": "~5.20.1",

build-tests/heft-webpack5-everything-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rushstack/module-minifier": "workspace:*",
1919
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
2020
"@types/heft-jest": "1.0.1",
21-
"@types/webpack-env": "1.13.0",
21+
"@types/webpack-env": "1.18.0",
2222
"eslint": "~8.7.0",
2323
"html-webpack-plugin": "~5.5.0",
2424
"tslint": "~5.20.1",

build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-tests/localization-plugin-test-01/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
1414
"@rushstack/node-core-library": "workspace:*",
1515
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
16-
"@types/webpack-env": "1.13.0",
16+
"@types/webpack-env": "1.18.0",
1717
"html-webpack-plugin": "~4.5.2",
1818
"ts-loader": "6.0.0",
1919
"typescript": "~4.8.4",

build-tests/localization-plugin-test-02/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/node-core-library": "workspace:*",
1515
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
1616
"@types/lodash": "4.14.116",
17-
"@types/webpack-env": "1.13.0",
17+
"@types/webpack-env": "1.18.0",
1818
"html-webpack-plugin": "~4.5.2",
1919
"lodash": "~4.17.15",
2020
"ts-loader": "6.0.0",

build-tests/localization-plugin-test-03/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rushstack/webpack4-localization-plugin": "workspace:*",
1313
"@rushstack/node-core-library": "workspace:*",
1414
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
15-
"@types/webpack-env": "1.13.0",
15+
"@types/webpack-env": "1.18.0",
1616
"html-webpack-plugin": "~4.5.2",
1717
"ts-loader": "6.0.0",
1818
"typescript": "~4.8.4",

build-tests/set-webpack-public-path-plugin-webpack4-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft-webpack4-plugin": "workspace:*",
1515
"@rushstack/heft": "workspace:*",
1616
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
17-
"@types/webpack-env": "1.13.0",
17+
"@types/webpack-env": "1.18.0",
1818
"eslint": "~8.7.0",
1919
"html-webpack-plugin": "~4.5.2",
2020
"typescript": "~4.8.4",

0 commit comments

Comments
 (0)