Skip to content

Commit 827459c

Browse files
committed
Merge branch 'release/0.2.1'
2 parents 30ae812 + 61d8923 commit 827459c

File tree

6 files changed

+1855
-2222
lines changed

6 files changed

+1855
-2222
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1
2+
3+
* Fix module resolution for first and third-party dependencies using require and import (#15)
4+
* Update example app dependencies
5+
* Update tracker dev dependencies
6+
17
# 0.2.0
28

39
* Add support for React Native (#5)

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"dependencies": {
66
"@snowplow/webview-tracker": "file:..",
7-
"@testing-library/jest-dom": "^5.16.4",
8-
"@testing-library/react": "^13.3.0",
9-
"@testing-library/user-event": "^13.5.0",
7+
"@testing-library/jest-dom": "^6.4.2",
8+
"@testing-library/react": "^14.2.1",
9+
"@testing-library/user-event": "^14.5.2",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
1212
"react-scripts": "5.0.1",
13-
"uuid": "^8.3.2",
14-
"web-vitals": "^2.1.4"
13+
"uuid": "^9.0.1",
14+
"web-vitals": "^3.5.2"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",

0 commit comments

Comments
 (0)