ソースを参照

v9.7.2

pull/723/head
Guillaume Vincent 2年前
コミット
4d25bf8ea7
1個のファイルの変更18行の追加18行の削除
  1. +18
    -18
      mobile/package.json

+ 18
- 18
mobile/package.json ファイルの表示

@@ -1,6 +1,6 @@
{
"name": "lesspass-mobile",
"version": "9.7.1",
"version": "9.7.2",
"description": "LessPass mobile application",
"license": "(MPL-2.0 OR GPL-3.0)",
"author": "Guillaume Vincent <guillaume@oslab.fr>",
@@ -24,20 +24,20 @@
"@react-native-community/async-storage": "^1.12.1",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.2",
"axios": "^1.1.2",
"axios": "^1.1.3",
"fuzzysort": "^2.0.1",
"lesspass-fingerprint": "^9.1.9",
"lesspass-render-password": "^9.1.9",
"lodash": "^4.17.21",
"react": "18.1.0",
"react-native": "0.70.2",
"react-native-gesture-handler": "^2.7.0",
"react": "18.2.0",
"react-native": "0.70.3",
"react-native-gesture-handler": "^2.7.1",
"react-native-keychain": "^8.1.1",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.0",
"react-native-screens": "^3.18.2",
"react-native-touch-id": "^4.4.1",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.4",
@@ -46,22 +46,22 @@
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.19.6",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-config": "^3.1.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.70.4",
"@types/jest": "^29.2.0",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-jest": "^29.2.1",
"eslint": "^8.25.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.2",
"prettier": "^2.7.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "18.1.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.8.3"
},
"jest": {


読み込み中…
キャンセル
保存