Skip to content

Commit

Permalink
fix: example linting and commits error when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Mar 5, 2025
1 parent 0112e2d commit 791d507
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 27 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ PODS:
- React-logger (= 0.76.7)
- React-perflogger (= 0.76.7)
- React-utils (= 0.76.7)
- rive-react-native (8.5.0-dev.0):
- rive-react-native (8.4.0):
- React-Core
- RiveRuntime (= 6.7.2)
- RiveRuntime (6.7.2)
Expand Down Expand Up @@ -2175,7 +2175,7 @@ SPEC CHECKSUMS:
React-utils: 9f9a6a31d703b136eb1614d914c10a3c96b1e6dd
ReactCodegen: 9a99ced51aab02909c7ab5056f33dff7054305bb
ReactCommon: 04292c6f596181ebf755e7929d96d2148542b0e8
rive-react-native: 0d9f452cb8457473adc4a4b9902aa4816b715b1f
rive-react-native: 846f21274f62cfb56c2535861e716d00140e0cb1
RiveRuntime: 208ef4af7502e8befee41df6ec0178d9ef6a1f9f
RNCPicker: d23ebebb0c66864ac3edf260c20f8a4470aa2769
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
Expand Down
5 changes: 2 additions & 3 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
"@/*": ["./*"],
"rive-react-native": ["../src/index"]
}
},
"include": [
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
"engines": {
"node": ">=16"
},
"resolutions": {
"@types/react": "^18.2.44",
"conventional-changelog-conventionalcommits": "8.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"strict": true,
"target": "ESNext"
// "verbatimModuleSyntax": true


}
}
}
22 changes: 2 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3676,16 +3676,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
version: 19.0.10
resolution: "@types/react@npm:19.0.10"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/41884cca21850c8b2d6578b172ca0ca4fff6021251a68532b19f2031ac23dc5a9222470208065f8d9985d367376047df2f49ece8d927f7d04cdc94922b1eb34b
languageName: node
linkType: hard

"@types/react@npm:~18.3.12":
"@types/react@npm:^18.2.44":
version: 18.3.18
resolution: "@types/react@npm:18.3.18"
dependencies:
Expand Down Expand Up @@ -5479,16 +5470,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^6.1.0":
version: 6.1.0
resolution: "conventional-changelog-conventionalcommits@npm:6.1.0"
dependencies:
compare-func: "npm:^2.0.0"
checksum: 10c0/b313f5c0160d109f58d976566e1331ede3a25ab19fbf43f86763b280659195de00a68551f7f3930bf1cbf39a5e707d94f2a25b79996e59043fa9ee0bed68a79f
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^8.0.0":
"conventional-changelog-conventionalcommits@npm:8.0.0":
version: 8.0.0
resolution: "conventional-changelog-conventionalcommits@npm:8.0.0"
dependencies:
Expand Down

0 comments on commit 791d507

Please sign in to comment.