Skip to content

Commit 9129a70

Browse files
committed
💎 (Upgrade): Upgrade typescript dependencies
1 parent 965a6ff commit 9129a70

File tree

6 files changed

+1568
-3962
lines changed

6 files changed

+1568
-3962
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
"starter-kit"
2828
],
2929
"dependencies": {
30-
"@thecodingmachine/rnb-plugin-typescript": "^1.1.0",
30+
"@thecodingmachine/rnb-plugin-typescript": "2.0.0",
3131
"kleur": "^4.1.4",
3232
"prompts": "^2.4.1"
3333
},
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -44,6 +44,7 @@
4444
"identity-obj-proxy": "^3.0.0",
4545
"jest": "^26.6.3",
4646
"metro-react-native-babel-preset": "^0.66.2",
47+
"prettier": "^2.6.2",
4748
"react-test-renderer": "17.0.2"
4849
},
4950
"jest": {

template/src/Services/modules/users/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { api } from '../../api'
1+
import { api } from '@/Services/api'
22
import fetchOne from './fetchOne'
33

44
export const userApi = api.injectEndpoints({

0 commit comments

Comments
 (0)