|
2 | 2 | "name": "@sentry/react-native", |
3 | 3 | "homepage": "https://github.com/getsentry/sentry-react-native", |
4 | 4 | "repository": "https://github.com/getsentry/sentry-react-native", |
5 | | - "version": "7.2.0", |
| 5 | + "version": "7.1.0", |
6 | 6 | "description": "Official Sentry SDK for react-native", |
7 | 7 | "typings": "dist/js/index.d.ts", |
8 | 8 | "types": "dist/js/index.d.ts", |
|
76 | 76 | "@sentry/types": "10.12.0" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "@babel/core": "^7.25.2", |
| 79 | + "@babel/core": "^7.26.7", |
80 | 80 | "@expo/metro-config": "~0.20.0", |
81 | 81 | "@mswjs/interceptors": "^0.25.15", |
82 | | - "@react-native/babel-preset": "0.77.1", |
| 82 | + "@react-native/babel-preset": "0.80.0", |
83 | 83 | "@sentry-internal/eslint-config-sdk": "10.12.0", |
84 | 84 | "@sentry-internal/eslint-plugin-sdk": "10.12.0", |
85 | 85 | "@sentry-internal/typescript": "10.12.0", |
86 | 86 | "@sentry/wizard": "6.5.0", |
87 | | - "@testing-library/react-native": "^12.7.2", |
| 87 | + "@testing-library/react-native": "^13.2.2", |
88 | 88 | "@types/jest": "^29.5.13", |
89 | 89 | "@types/node": "^20.9.3", |
90 | | - "@types/react": "^18.2.64", |
| 90 | + "@types/react": "^19.1.0", |
| 91 | + "@types/react-test-renderer": "^19.1.0", |
91 | 92 | "@types/uglify-js": "^3.17.2", |
92 | 93 | "@types/uuid": "^9.0.4", |
93 | 94 | "@types/xmlhttprequest": "^1.8.2", |
|
102 | 103 | "eslint-plugin-react-native": "^3.8.1", |
103 | 104 | "expo": "^53.0.0", |
104 | 105 | "expo-module-scripts": "3.1.0", |
105 | | - "jest": "^29.6.2", |
| 106 | + "jest": "^29.6.3", |
106 | 107 | "jest-environment-jsdom": "^29.6.2", |
107 | 108 | "jest-extended": "^4.0.2", |
108 | 109 | "madge": "^6.1.0", |
109 | 110 | "metro": "0.83.1", |
110 | 111 | "prettier": "^2.0.5", |
111 | | - "react": "18.3.1", |
112 | | - "react-native": "0.77.1", |
| 112 | + "react": "19.1.0", |
| 113 | + "react-native": "0.80.1", |
| 114 | + "react-test-renderer": "19.1.0", |
113 | 115 | "rimraf": "^4.1.1", |
114 | 116 | "ts-jest": "^29.3.1", |
115 | 117 | "typescript": "4.9.5", |
|
0 commit comments