Skip to content

Commit

Permalink
chore: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Aug 15, 2023
1 parent f8cd366 commit 0dd115d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "export NODE_ENV=development || set NODE_ENV=development&& nodemon -w backend -w server.js server"
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.170",
"@roxi/routify": "^3.0.0-next.176",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"express": "^4.18.2",
"mdsvex": "^0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dev": "vite"
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.159",
"@roxi/routify": "^3.0.0-next.176",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"mdsvex": "^0.11.0",
"spank": "^2.0.0",
"svelte": "^4.1.1",
"svelte": "^4.1.2",
"vite": "^4.4.1"
},
"dependencies": {
Expand Down

0 comments on commit 0dd115d

Please sign in to comment.