Skip to content

Commit

Permalink
Updated sample deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed May 4, 2023
1 parent 4785a0c commit 5abbe1e
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 187 deletions.
4 changes: 2 additions & 2 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.0.1",
"@sveltejs/kit": "^1.15.8",
"@sveltejs/kit": "^1.15.10",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
"vite": "^4.3.4"
},
"type": "module",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions example/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@exceptionless/vue": "3.0.0-dev"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compiler-sfc": "^3.2.47",
"vite": "^4.3.1"
"vite": "^4.3.4"
},
"publishConfig": {
"access": "restricted"
Expand Down
Loading

0 comments on commit 5abbe1e

Please sign in to comment.