Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Oct 24, 2023
1 parent 8c4c60a commit 8d28760
Show file tree
Hide file tree
Showing 10 changed files with 5,022 additions and 3,641 deletions.
6 changes: 3 additions & 3 deletions example/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/user-event": "^14.5.1",
"react-scripts": "^5.0.1"
},
"dependencies": {
"@exceptionless/react": "3.0.0-dev",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^3.4.0"
"web-vitals": "^3.5.0"
},
"publishConfig": {
"access": "restricted"
Expand Down
10 changes: 5 additions & 5 deletions example/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.24.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
"@sveltejs/kit": "^1.27.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"type": "module",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions example/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue": "^3.3.6",
"@exceptionless/vue": "3.0.0-dev"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.6",
"vite": "^4.5.0"
},
"publishConfig": {
"access": "restricted"
Expand Down
Loading

0 comments on commit 8d28760

Please sign in to comment.