Skip to content

Commit

Permalink
Bump JS libs (excluding the move to redux 5) (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan authored Mar 2, 2024
1 parent e861f31 commit 25e4a13
Show file tree
Hide file tree
Showing 2 changed files with 1,534 additions and 1,444 deletions.
70 changes: 35 additions & 35 deletions ui/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,84 +4,84 @@
"private": true,
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.3",
"@expo/metro-runtime": "~3.1.1",
"@expo/metro-runtime": "~3.1.3",
"@react-native-google-signin/google-signin": "11.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/react-native": "5.14.1",
"expo": "^50",
"@sentry/react-native": "5.19.1",
"expo": "~50.0.8",
"expo-application": "~5.8.3",
"expo-auth-session": "~5.4.0",
"expo-build-properties": "~0.11.0",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.7",
"expo-dev-client": "~3.3.9",
"expo-device": "~5.9.3",
"expo-font": "~11.10.2",
"expo-font": "~11.10.3",
"expo-random": "~13.6.0",
"expo-splash-screen": "~0.26.4",
"expo-updates": "~0.24.9",
"expo-updates": "~0.24.11",
"expo-web-browser": "~12.8.2",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"prop-types": "*",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-native": "0.73.3",
"react-native": "0.73.5",
"react-native-draggable-flatlist": "4.0.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-gesture-handler": "~2.15.0",
"react-native-paper": "~5.12.3",
"react-native-reanimated": "3.6.2",
"react-native-reanimated": "3.7.2",
"react-native-safe-area-context": "4.9.0",
"react-native-safe-area-view": "^1.1.1",
"react-native-web": "~0.19.9",
"react-redux": "^8.1.3",
"redux": "^4.1.1",
"redux": "^4.2.1",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.1",
"sentry-expo": "~7.1.1"
"redux-thunk": "^2.4.2",
"sentry-expo": "~7.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-react-native-web": "0.0.22",
"@storybook/addon-storyshots": "^7.6.12",
"@storybook/addons": "^7.6.12",
"@storybook/blocks": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/react-webpack5": "^7.6.12",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-react-native-web": "0.0.23",
"@storybook/addon-storyshots": "^7.6.17",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.16",
"@types/react": "~18.2.52",
"@types/react-dom": "~18.2.18",
"@types/node": "^20.11.24",
"@types/react": "~18.2.61",
"@types/react-dom": "~18.2.19",
"@types/react-redux": "^7.1.32",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-react-native-web": "0.19.10",
"eas-cli": "7.1.2",
"eslint": "^8.55.0",
"eas-cli": "7.3.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.29.4",
"fetch-mock-jest": "^1.5.1",
"file-loader": "6.2.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-expo": "~50.0.1",
"jest-expo": "~50.0.2",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^3.1.0",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"storybook": "^7.6.12",
"storybook": "^7.6.17",
"typescript": "^5.3.3",
"xmldom": "^0.6.0"
},
Expand Down
Loading

0 comments on commit 25e4a13

Please sign in to comment.