Skip to content

Commit

Permalink
Upgrading packages (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleyter93 authored Oct 30, 2023
1 parent c24a5b3 commit ad925e4
Show file tree
Hide file tree
Showing 2 changed files with 791 additions and 447 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"yup": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.15",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@react-native-community/eslint-config": "^2.0.0",
Expand All @@ -122,16 +122,16 @@
"@types/url-parse": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^7.14.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.28.0",
"ganache-cli": "^6.12.2",
"jest": "^29.2.2",
"lodash.debounce": "^4.0.8",
"metro-react-native-babel-preset": "0.72.4",
"metro-react-native-babel-preset": "^0.73.10",
"react-native-codegen": "^0.0.7",
"react-native-flipper": "^0.163.0",
"react-native-mmkv-flipper-plugin": "^1.0.0",
Expand All @@ -143,7 +143,8 @@
},
"resolutions": {
"@types/react": "^17",
"@rsksmart/rif-relay-light-sdk": "1.0.12"
"@rsksmart/rif-relay-light-sdk": "1.0.12",
"@babel/core":"^7.20.15"
},
"jest": {
"preset": "react-native",
Expand Down
Loading

0 comments on commit ad925e4

Please sign in to comment.