Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
hotfix: typo dir templates name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPatroclo committed Nov 9, 2020
1 parent 861d595 commit cfdab35
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
import { TsconfigPathsPlugin } from 'tsconfig-paths-webpack-plugin';

const babelLoaderRules = {
test: /\.tsx?$/,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-expo/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const expoStatusBarVersion = '1.0.2';
export const reactDomVersion = '16.13.1';
export const reactNativeWebVersion = '0.13.12';
export const typesReactDomVersion = '16.9.8';
export const expoCliVersion = '3.28.2';
export const expoCliVersion = '3.28.5';
export const testingLibraryReactNativeVersion = '7.1.0';
export const testingLibraryJestNativeVersion = '3.4.3';
export const jestReactNativeVersion = '18.0.0';
Expand Down

0 comments on commit cfdab35

Please sign in to comment.