Skip to content

Commit 5d91b60

Browse files
authored
Merge pull request #17 from wjkg/chore/fix-ts-build
Dependency upgrade fixes
2 parents 9843a43 + cde2889 commit 5d91b60

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-native-accessibility-engine": "patch:react-native-accessibility-engine@npm%3A3.2.0#~/.yarn/patches/react-native-accessibility-engine-npm-3.2.0-5709303461.patch",
7575
"react-native-builder-bob": "^0.40.13",
7676
"react-performance-testing": "^2.0.0",
77-
"react-test-renderer": "~19.1.0",
77+
"react-test-renderer": "19.1.0",
7878
"release-it": "^19.0.5",
7979
"typescript": "^5.4.5"
8080
},

packages/render-html/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"extends": "../../tsconfig-base.json",
44
"compilerOptions": {
55
"experimentalDecorators": true,
6-
"emitDecoratorMetadata": true,
7-
"paths": {
8-
"@native-html/css-processor": ["../css-processor/src"],
9-
"@native-html/transient-render-engine": ["../transient-render-engine/src"],
10-
}
6+
"emitDecoratorMetadata": true
117
},
128
"include": ["src", "jest"],
139
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"$schema": "http://json.schemastore.org/tsconfig",
33
"extends": "../../tsconfig-base.json",
4-
"include": ["src"],
5-
"compilerOptions": {
6-
"paths": {
7-
"@native-html/css-processor": ["../css-processor/src"],
8-
}
9-
}
4+
"include": ["src"]
105
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23732,7 +23732,7 @@ __metadata:
2373223732
react-native-accessibility-engine: "patch:react-native-accessibility-engine@npm%3A3.2.0#~/.yarn/patches/react-native-accessibility-engine-npm-3.2.0-5709303461.patch"
2373323733
react-native-builder-bob: "npm:^0.40.13"
2373423734
react-performance-testing: "npm:^2.0.0"
23735-
react-test-renderer: "npm:~19.1.0"
23735+
react-test-renderer: "npm:19.1.0"
2373623736
release-it: "npm:^19.0.5"
2373723737
stringify-entities: "npm:^4.0.4"
2373823738
typescript: "npm:^5.4.5"

0 commit comments

Comments
 (0)