Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CanerKaraca23 authored Nov 21, 2024
1 parent 2afd250 commit ed5949f
Show file tree
Hide file tree
Showing 4 changed files with 1,119 additions and 920 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
"release": "tauri build -t i686-pc-windows-msvc"
},
"dependencies": {
"@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-clipboard/clipboard": "^1.15.0",
"@tauri-apps/api": "1.6.0",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"i18next": "^23.15.2",
"chart.js": "^4.4.6",
"i18next": "^23.16.8",
"postinstall-postinstall": "^2.1.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-i18next": "^15.1.1",
"react-native": "0.73.9",
"react-native-animatable": "^1.4.0",
"react-native-big-list": "^1.6.1",
"react-native-web": "^0.19.12",
"react-native-web": "^0.19.13",
"tauri-plugin-upload-api": "https://github.com/tauri-apps/tauri-plugin-upload#v1",
"zustand": "^4.5.5"
"zustand": "^5.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "1.6.2",
"@types/react": "^18.3.11",
"@tauri-apps/cli": "1.6.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-react-native-web": "^0.19.12",
"babel-plugin-react-native-web": "^0.19.13",
"typescript": "5.4.5",
"vite": "^5.4.8"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit ed5949f

Please sign in to comment.