Skip to content

Commit

Permalink
chore: updated dev and example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas committed Aug 9, 2022
1 parent a302aad commit 2f23710
Show file tree
Hide file tree
Showing 4 changed files with 8,918 additions and 19 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
yarn.lock
example/yarn.lock

# BUCK
Expand Down
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lodash": "^4.17.21",
"react": "17.0.2",
"react-native": "^0.66.3",
"react-native-file-access": "^2.4.3",
"react-native-file-access": "^2.4.4",
"react-native-gesture-handler": "^2.5.0",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.3.1",
Expand All @@ -25,24 +25,24 @@
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@react-native-community/eslint-config": "^3.0.2",
"@react-native-community/eslint-config": "^3.1.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.67.8",
"@types/react-native": "^0.67.12",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"babel-jest": "^26.6.3",
"eslint": "^8.19.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.71.3",
"metro-react-native-babel-preset": "^0.72.0",
"prettier": "2.7.1",
"react-test-renderer": "17.0.2",
"typescript": "^4.7.4"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/georstat/react-native-image-cache",
"scripts": {
"typescript": "tsc --noEmit",
"tsc": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"build": "bob build && yarn copy-dts",
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
Expand All @@ -40,26 +40,26 @@
"dependencies": {
"crypto-js": "^4.1.1",
"lodash": "^4.17.21",
"react-native-file-access": "^2.4.3",
"react-native-file-access": "^2.4.4",
"react-native-reanimated": "^2.9.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@react-native-community/eslint-config": "^3.0.3",
"@react-native-community/eslint-config": "^3.1.0",
"@release-it/conventional-changelog": "^5.0.0",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.47",
"@types/react-native": "^0.67.8",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@types/react": "^17.0.48",
"@types/react-native": "^0.67.12",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"auto-changelog": "^2.4.0",
"copyfiles": "^2.4.1",
"eslint": "^8.19.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -70,7 +70,7 @@
"react": "17.0.2",
"react-native": "^0.67.4",
"react-native-builder-bob": "^0.18.3",
"release-it": "^15.1.1",
"release-it": "^15.2.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2f23710

Please sign in to comment.