Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Feb 19, 2024
2 parents 30ae812 + 61d8923 commit 827459c
Show file tree
Hide file tree
Showing 6 changed files with 1,855 additions and 2,222 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.1

* Fix module resolution for first and third-party dependencies using require and import (#15)
* Update example app dependencies
* Update tracker dev dependencies

# 0.2.0

* Add support for React Native (#5)
Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"dependencies": {
"@snowplow/webview-tracker": "file:..",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
"uuid": "^9.0.1",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 827459c

Please sign in to comment.