Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran committed Jan 27, 2024
1 parent beb3c69 commit 191538e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@
"@types/react-native": "0.70.0",
"@types/react-test-renderer": "^18.0.5",
"commitlint": "^17.0.2",
"dayjs": "^1.11.7",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.3",
"lodash": "^4.17.21",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "^18.2.0",
Expand All @@ -97,7 +95,6 @@
"@types/react": "17.0.43"
},
"peerDependencies": {
"dayjs": "*",
"react": "*",
"react-native": "*"
},
Expand Down Expand Up @@ -171,6 +168,8 @@
]
},
"dependencies": {
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"uninstall": "^0.0.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3790,7 +3790,7 @@ dateformat@^3.0.0:
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==

dayjs@^1.11.7, dayjs@^1.8.15:
dayjs@^1.11.10, dayjs@^1.8.15:
version "1.11.10"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
Expand Down

0 comments on commit 191538e

Please sign in to comment.