Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions apps/throwl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.28.5",
"@firebase/app": "^0.14.7",
"@firebase/app": "^0.14.10",
"@firebase/firestore": "*",
"@freakycoder/react-native-helpers": "^2.5.1",
"@nx/eslint-plugin": "*",
Expand All @@ -18,12 +18,12 @@
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-vector-icons/material-design-icons": "^12.4.0",
"@react-native/metro-config": "*",
"@react-navigation/bottom-tabs": "^7.9.1",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/core": "*",
"@react-navigation/material-top-tabs": "^7.4.12",
"@react-navigation/native": "^7.1.27",
"@react-navigation/native-stack": "^7.9.1",
"@react-navigation/stack": "^7.6.14",
"@react-navigation/material-top-tabs": "^7.4.23",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@react-navigation/stack": "^7.8.9",
"@sayem314/react-native-keep-awake": "^1.4.0",
"@throwl/shared-constants": "workspace:*",
"@throwl/shared-data-access": "workspace:*",
Expand All @@ -36,44 +36,44 @@
"eslint-plugin-react-hooks": "*",
"eslint-plugin-react-native": "*",
"globals": "*",
"nanoid": "^5.1.6",
"nanoid": "^5.1.7",
"node-fetch": "^3.3.2",
"nth-check": "^2.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-native": "^0.83.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-native": "^0.85.0",
"react-native-bootsplash": "^6.3.12",
"react-native-bottom-search-bar": "^1.1.1",
"react-native-bouncy-checkbox": "^4.1.4",
"react-native-confetti": "^0.1.0",
"react-native-dynamic-vector-icons": "^2.0.0",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "^2.30.0",
"react-native-gifted-charts": "^1.4.70",
"react-native-gesture-handler": "^2.31.0",
"react-native-gifted-charts": "^1.4.76",
"react-native-interactable": "^2.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-pager-view": "^8.0.0",
"react-native-paper": "^5.14.5",
"react-native-paper": "^5.15.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^4.2.1",
"react-native-reanimated": "^4.3.0",
"react-native-responsive-linechart": "^5.7.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.19.0",
"react-native-svg": "15.15.1",
"react-native-tab-view": "^4.2.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"react-native-svg": "15.15.4",
"react-native-tab-view": "^4.3.0",
"react-native-tts": "^4.1.1",
"react-native-worklets": "^0.7.1",
"validator": "^13.15.26"
"react-native-worklets": "^0.8.1",
"validator": "^13.15.35"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/core": "^7.29.0",
"@types/babel__core": "^7",
"@types/react-native-confetti": "^0.1.4",
"@types/validator": "^13.15.10",
"@typescript-eslint/parser": "^8.53.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^9.39.2",
"react-native-svg-transformer": "1.5.2",
"react-native-svg-transformer": "1.5.3",
"typescript": "^5.9.3"
}
}
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,73 +21,73 @@
],
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@eslint/eslintrc": "^3.3.3",
"@babel/runtime": "^7.29.2",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.2",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/react-native": "22.3.3",
"@nx/web": "22.3.3",
"@nx/webpack": "22.3.3",
"@nx/workspace": "22.3.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@nx/eslint": "22.6.4",
"@nx/eslint-plugin": "22.6.4",
"@nx/jest": "22.6.4",
"@nx/js": "22.6.4",
"@nx/react-native": "22.6.4",
"@nx/web": "22.6.4",
"@nx/webpack": "22.6.4",
"@nx/workspace": "22.6.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@react-native-community/cli": "~18.0.0",
"@react-native-community/cli-platform-android": "~18.0.0",
"@react-native-community/cli-platform-ios": "~18.0.0",
"@react-native/babel-preset": "^0.83.1",
"@react-native/eslint-config": "^0.83.1",
"@react-native/metro-config": "^0.83.1",
"@react-native/typescript-config": "^0.83.1",
"@react-native/babel-preset": "^0.85.0",
"@react-native/eslint-config": "^0.85.0",
"@react-native/metro-config": "^0.85.0",
"@react-native/typescript-config": "^0.85.0",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react-native": "~13.2.0",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.24",
"@swc/helpers": "~0.5.21",
"@testing-library/react-native": "~13.3.3",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/react": "^19.2.8",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.6",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/parser": "^8.53.0",
"babel-jest": "^30.2.0",
"@typescript-eslint/parser": "^8.58.0",
"babel-jest": "^30.3.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.0.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^17.0.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.0.2",
"jest-util": "^30.0.2",
"jiti": "2.4.2",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-util": "^30.3.0",
"jiti": "2.6.1",
"jsdom": "~22.1.0",
"metro-config": "~0.82.4",
"metro-resolver": "~0.82.4",
"nx": "22.3.3",
"metro-config": "~0.84.2",
"metro-resolver": "~0.84.2",
"nx": "22.6.4",
"patch-package": "^8.0.1",
"pod-install": "^1.0.9",
"prettier": "~3.6.2",
"react": "^19.2.3",
"react-native": "^0.83.1",
"react-refresh": "^0.10.0",
"pod-install": "^1.0.15",
"prettier": "~3.8.1",
"react": "^19.2.4",
"react-native": "^0.85.0",
"react-refresh": "^0.18.0",
"react-test-renderer": "^19.2.3",
"release-it": "^19.2.3",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"release-it": "^19.2.4",
"ts-jest": "^29.4.9",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.53.0",
"webpack": "^5.104.1",
"typescript-eslint": "^8.58.0",
"webpack": "^5.105.4",
"webpack-cli": "^5.1.4"
}
}
Loading
Loading