Skip to content

Commit 3ec06e3

Browse files
committed
update packages
1 parent f30ecb9 commit 3ec06e3

25 files changed

+63
-68
lines changed

apps/cra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"customize-cra": "1.0.0",
3131
"react-app-rewired": "2.2.1",
3232
"react-scripts": "5.0.1",
33-
"typescript": "4.6.3",
33+
"typescript": "4.6.4",
3434
"webpack-bundle-analyzer": "4.5.0"
3535
},
3636
"eslintConfig": {

apps/electron

apps/managed

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metro-react-native-babel-preset": "0.70.2",
4242
"react-native-storybook-loader": "2.0.5",
4343
"react-scripts": "5.0.1",
44-
"typescript": "4.6.3",
44+
"typescript": "4.6.4",
4545
"yarn": "1.22.18"
4646
},
4747
"eslintConfig": {

apps/with-dev-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@wcpos/babel-preset-expo": "*",
3838
"@wcpos/eslint-config": "*",
3939
"@wcpos/tsconfig": "*",
40-
"typescript": "4.6.3"
40+
"typescript": "4.6.4"
4141
},
4242
"eslintConfig": {
4343
"extends": "@wcpos/eslint-config"

apps/with-flipper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@wcpos/eslint-config": "*",
4646
"@wcpos/tsconfig": "*",
4747
"react-native-svg-transformer": "1.0.0",
48-
"typescript": "4.6.3"
48+
"typescript": "4.6.4"
4949
},
5050
"eslintConfig": {
5151
"extends": "@wcpos/eslint-config"

apps/with-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@wcpos/babel-preset-expo": "*",
3838
"@wcpos/eslint-config": "*",
3939
"@wcpos/tsconfig": "*",
40-
"typescript": "4.6.3"
40+
"typescript": "4.6.4"
4141
},
4242
"eslintConfig": {
4343
"extends": "@wcpos/eslint-config"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postinstall-postinstall": "2.1.0",
4040
"prettier": "2.6.2",
4141
"ts-jest": "27.1.4",
42-
"typescript": "4.6.3"
42+
"typescript": "4.6.4"
4343
},
4444
"packageManager": "[email protected]",
4545
"eslintConfig": {

packages/babel/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/babel/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# babel
2-
Babel configuration for WooCommerce POS React Native app
1+
# Shared Babel configuration for [WooCommerce POS](https://wcpos.com) React Native app

packages/components

packages/core

Submodule core updated from fa4ad7a to e692e51

packages/database

packages/eslint/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/eslint/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# eslint
2-
Eslint configuration for WooCommerce POS React Native app
1+
# Shared Eslint configuration for [WooCommerce POS](https://wcpos.com) React Native app

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"eslint-plugin-react-hooks": "4.5.0",
2727
"eslint-plugin-react-native": "4.0.0",
2828
"prettier": "2.6.2",
29-
"typescript": "4.6.3"
29+
"typescript": "4.6.4"
3030
}
3131
}

packages/form

Submodule form updated from d39e28e to 92737bf

packages/hello-world/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@wcpos/tsconfig": "*",
2020
"react-native-builder-bob": "0.18.2",
2121
"tsup": "5.12.6",
22-
"typescript": "4.6.3"
22+
"typescript": "4.6.4"
2323
},
2424
"eslintConfig": {
2525
"extends": "@wcpos/eslint-config"

packages/hooks

Submodule hooks updated from 0d06722 to be41acf

packages/themes

packages/tsconfig/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/tsconfig/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# tsconfig
2-
TS config for the WooCommerce POS React Native app
1+
# TS config for the [WooCommerce POS](https://wcpos.com) React Native app

packages/utils

Submodule utils updated from 938e802 to 93607cd

0 commit comments

Comments
 (0)