Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46caf4f

Browse files
committedAug 16, 2021
Updated deps
1 parent 275c03c commit 46caf4f

File tree

10 files changed

+1460
-1429
lines changed

10 files changed

+1460
-1429
lines changed
 

‎example/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"devDependencies": {
3131
"@testing-library/jest-dom": "^5.14.1",
32-
"@testing-library/react": "^11.1.0",
33-
"@testing-library/user-event": "^13.1.3",
32+
"@testing-library/react": "^12.0.0",
33+
"@testing-library/user-event": "^13.2.1",
3434
"react-scripts": "4.0.3"
3535
},
3636
"dependencies": {
3737
"@exceptionless/react": "2.0.0-dev",
3838
"react": "^17.0.2",
3939
"react-dom": "^17.0.2",
40-
"web-vitals": "^2.0.1"
40+
"web-vitals": "^2.1.0"
4141
},
4242
"publishConfig": {
4343
"access": "restricted"

‎example/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"serve": "vite preview"
1111
},
1212
"dependencies": {
13-
"vue": "^3.1.1",
13+
"vue": "^3.2.2",
1414
"@exceptionless/vue": "2.0.0-dev"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^1.2.3",
18-
"@vue/compiler-sfc": "^3.0.5",
19-
"vite": "^2.3.7"
17+
"@vitejs/plugin-vue": "^1.4.0",
18+
"@vue/compiler-sfc": "^3.2.2",
19+
"vite": "^2.5.0"
2020
},
2121
"publishConfig": {
2222
"access": "restricted"

0 commit comments

Comments
 (0)
Please sign in to comment.