Skip to content

Commit

Permalink
chore(deps): april update (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking authored Apr 2, 2024
1 parent de2bf08 commit acd7fbf
Show file tree
Hide file tree
Showing 8 changed files with 840 additions and 1,112 deletions.
4 changes: 2 additions & 2 deletions examples/apps/contact-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}
8 changes: 4 additions & 4 deletions examples/concepts/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"jitar": "*",
"express": "^4.18.2"
"express": "*"
},
"devDependencies": {
"cpx2": "^7.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5"
"cpx2": "*",
"npm-run-all": "*",
"rimraf": "*"
}
}
Loading

0 comments on commit acd7fbf

Please sign in to comment.