Skip to content

Commit a0bbf54

Browse files
committed
Add tslib dependency
1 parent 872cb59 commit a0bbf54

File tree

4 files changed

+47
-9
lines changed

4 files changed

+47
-9
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"_phase:build": "heft build --clean",
1111
"_phase:test": "heft test --no-build"
1212
},
13+
"dependencies": {
14+
"react-dom": "~16.13.1",
15+
"react": "~16.13.1",
16+
"tslib": "~2.3.1"
17+
},
1318
"devDependencies": {
1419
"@rushstack/eslint-config": "workspace:*",
1520
"@rushstack/heft-jest-plugin": "workspace:*",
@@ -24,8 +29,6 @@
2429
"eslint": "~8.7.0",
2530
"heft-storybook-react-tutorial-storykit": "workspace:*",
2631
"html-webpack-plugin": "~4.5.2",
27-
"react-dom": "~16.13.1",
28-
"react": "~16.13.1",
2932
"source-map-loader": "~1.1.3",
3033
"style-loader": "~2.0.0",
3134
"typescript": "~4.5.2",

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"_phase:build": "heft build --clean",
1010
"_phase:test": "heft test --no-build"
1111
},
12+
"dependencies": {
13+
"react-dom": "~16.13.1",
14+
"react": "~16.13.1",
15+
"tslib": "~2.3.1"
16+
},
1217
"devDependencies": {
1318
"@rushstack/eslint-config": "workspace:*",
1419
"@rushstack/heft-jest-plugin": "workspace:*",
@@ -21,8 +26,6 @@
2126
"css-loader": "~6.6.0",
2227
"eslint": "~8.7.0",
2328
"html-webpack-plugin": "~5.5.0",
24-
"react-dom": "~16.13.1",
25-
"react": "~16.13.1",
2629
"source-map-loader": "~3.0.1",
2730
"style-loader": "~3.3.1",
2831
"typescript": "~4.5.2",

common/config/rush/pnpm-lock.yaml

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

common/config/rush/repo-state.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "a221bb32ee59eb5bede592e3561d1ca6077e8ff9",
3+
"pnpmShrinkwrapHash": "72c053c919a5d97b4e0a013837cca2ce9ab4716e",
44
"preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab"
55
}

0 commit comments

Comments
 (0)