Skip to content

Commit

Permalink
chore: remove eas-cli dependency & update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Apr 19, 2024
1 parent e3bd10b commit 8a0fbf1
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 1,053 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "KonferenciApp",
"slug": "konferenciapp",
"scheme": "konferenciapp",
"version": "1.1.0",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon-rounded.png",
"userInterfaceStyle": "automatic",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konferenciapp",
"version": "1.1.0",
"version": "1.2.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
Expand Down Expand Up @@ -30,7 +30,6 @@
"clsx": "^2.1.0",
"date-fns": "^3.2.0",
"dotenv": "^16.4.1",
"eas-cli": "^7.3.0",
"env-var": "^7.4.1",
"expo": "~49.0.21",
"expo-constants": "~14.4.2",
Expand Down
Loading

1 comment on commit 8a0fbf1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 94.06% 95/101
🟢 Branches 84.91% 45/53
🟢 Functions 97.56% 40/41
🟢 Lines 93.62% 88/94

Test suite run success

50 tests passing in 11 suites.

Report generated by 🧪jest coverage report action from 8a0fbf1

Please sign in to comment.