Skip to content

Commit

Permalink
Merge pull request #10 from davidreis97/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
davidreis97 authored May 28, 2024
2 parents 51c9b68 + f38a7a9 commit 54ecc49
Show file tree
Hide file tree
Showing 10 changed files with 1,909 additions and 1,321 deletions.
1,446 changes: 809 additions & 637 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jwt-editor",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,21 +10,21 @@
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@mantine/core": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@tabler/icons-react": "^2.21.0",
"@tauri-apps/api": "^1.3.0",
"jose": "^4.14.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@emotion/react": "^11.11.4",
"@mantine/core": "^7.10.0",
"@mantine/hooks": "^7.10.0",
"@tabler/icons-react": "^3.5.0",
"@tauri-apps/api": "^1.5.6",
"jose": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"@tauri-apps/cli": "^1.5.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}
Loading

0 comments on commit 54ecc49

Please sign in to comment.