Skip to content

Commit

Permalink
fix typescript versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Nov 7, 2024
1 parent 21601bf commit 1d6def8
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: git push --set-upstream origin main && git push --tags

- name: Build package
run: npm run pack
run: npm pack

- name: Publish to npm
run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ npm run lint
To fix formatting errors, run the following:

```sh
npm run lint --fix
npm run lint -- --fix
```

Remember to add tests for your change if possible. Run the unit tests by:
Expand Down
79 changes: 38 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-native-web": "^0.19.10",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.3.3"
"typescript": "~5.3.3"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 1d6def8

Please sign in to comment.