Upgrade all minor+patch versions in package.json

This commit is contained in:
Brandon Presley 2024-02-16 11:49:50 +13:00
parent e3d3aad153
commit 6e604d7618
2 changed files with 1472 additions and 1699 deletions

3115
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,31 +13,31 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-masked-view/masked-view": "^0.3.0",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.2.0",
"@react-navigation/drawer": "^6.6.7",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.2",
"@types/d3-shape": "^3.1.1",
"@types/react-native-sqlite-storage": "^6.0.0",
"@types/react-native-vector-icons": "^6.4.13",
"@types/d3-shape": "^3.1.6",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-native-vector-icons": "^6.4.18",
"babel-plugin-transform-remove-console": "^6.9.4",
"date-fns": "^2.30.0",
"eslint-plugin-flowtype": "^8.0.3",
"react": "18.2.0",
"react-hook-form": "^7.45.1",
"react-hook-form": "^7.50.1",
"react-native": "^0.73.0",
"react-native-chart-kit": "^6.12.0",
"react-native-document-picker": "^9.0.1",
"react-native-file-access": "^3.0.4",
"react-native-document-picker": "^9.1.1",
"react-native-file-access": "^3.0.5",
"react-native-gesture-handler": "^2.14.0",
"react-native-linear-gradient": "^2.7.3",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "^5.9.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-pager-view": "^6.2.3",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^3.10.1",
"react-native-reanimated": "^3.6.0",
"react-native-safe-area-context": "^4.8.2",
@ -46,30 +46,30 @@
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^14.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.7.0",
"typeorm": "^0.3.17"
"react-native-view-shot": "^3.8.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.72.2",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.0",
"@react-native/typescript-config": "^0.74.0",
"@rnx-kit/align-deps": "^2.3.4",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.15",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.1",
"eslint": "^8.45.0",
"jest": "^29.2.1",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"simple-git": "^3.22.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16"
}
}
}