Skip to content

Commit

Permalink
resolving dep versions conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Ali committed Jun 23, 2024
1 parent b8f4497 commit 16a6af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13,396 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Pods

# Yarn
.yarn/install-state.gz
yarn.lock

# Env to avoid accidental publishing workplace credentials
UntrackedEnv.swift
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,18 @@
"@commitlint/config-conventional": "^19.2.2",
"@react-native/eslint-config": "^0.74.84",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint": "^8",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "^18",
"babel-plugin-module-resolver": "^5.0.2",
"commitlint": "^19.3.0",
"del-cli": "^5.1.0",
"eslint": "9.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"react": "18.3.1",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-builder-bob": "^0.23.2",
"release-it": "^17.4.0",
Expand Down
Loading

0 comments on commit 16a6af2

Please sign in to comment.