Skip to content

Commit

Permalink
8.4.3
Browse files Browse the repository at this point in the history
migration: update pkgs and linting rules
  • Loading branch information
hyochan committed Oct 9, 2022
1 parent 4c81a93 commit 0533033
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 156 deletions.
2 changes: 1 addition & 1 deletion bin/cb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Ora} from 'ora';
import type {Ora} from 'ora';
import {RN_VERSION} from './const';
import {camelCaseToDash} from '../utils/functions';
import chalk from 'chalk';
Expand Down
2 changes: 1 addition & 1 deletion bin/root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'use strict';

import {EXPO_PROJECT_BRANCH, RN_PROJECT_BRANCH} from './const';
import type {TemplateType} from '../utils/functions';
import {
TemplateType,
camelize,
exitIfNotDoobooRepo,
exitIfNotV5,
Expand Down
Loading

0 comments on commit 0533033

Please sign in to comment.