Skip to content

Commit

Permalink
chore(app): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Nov 1, 2024
1 parent 0488b04 commit 1d2fbd2
Show file tree
Hide file tree
Showing 2 changed files with 3,828 additions and 2,525 deletions.
31 changes: 13 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.15",
"@react-navigation/stack": "^6.3.20",
"@shopify/flash-list": "1.6.4",
"@tanstack/react-query": "^5.17.10",
"@types/qs": "^6.9.16",
"async-mutex": "^0.4.1",
"axios": "^1.7.7",
"clsx": "^2.1.0",
"commitlint": "^18.4.4",
"date-fns": "^4.1.0",
"expo": "~51.0.37",
Expand All @@ -75,11 +73,9 @@
"express": "^4.21.0",
"lodash": "^4.17.21",
"newrelic-react-native-agent": "^1.4.5",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"qs": "^6.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.2",
"react-native-orientation-locker": "^1.6.0",
Expand All @@ -103,44 +99,43 @@
"@commitlint/config-conventional": "18.6.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.4.3",
"@testing-library/react-native": "^12.8.1",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.17.9",
"@types/react": "~18.2.14",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-video": "^5.0.19",
"@types/tmi.js": "^1.8.6",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"check-node-version": "^4.2.1",
"commitizen": "4.3.0",
"commitizen": "4.3.1",
"conventional-changelog-angular-all": "1.7.0",
"core-js": "^3.39.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "7.2.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"git-cz": "^4.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-expo": "^51.0.4",
"lerna": "^8.1.8",
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"ts-migrate": "^0.1.35",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "5.3.3"
"typescript": "5.6.3"
},
"jest-junit": {
"ancestorSeparator": "",
Expand Down
Loading

0 comments on commit 1d2fbd2

Please sign in to comment.