Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge 913dfd2 into 786bbdf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2022
2 parents 786bbdf + 913dfd2 commit 875233a
Show file tree
Hide file tree
Showing 3 changed files with 1,219 additions and 573 deletions.
56 changes: 28 additions & 28 deletions package.json
Expand Up @@ -29,51 +29,51 @@
"postinstall": "husky install"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@commitlint/travis-cli": "12.0.1",
"@babel/core": "7.17.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@commitlint/travis-cli": "12.1.4",
"@rocketseat/commitlint-config": "^0.0.3",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "11.2.7",
"@types/dot-object": "2.1.2",
"@types/jest": "26.0.20",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-native": "0.63.46",
"@types/react-test-renderer": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"coveralls": "3.1.0",
"eslint": "7.18.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import-helpers": "1.1.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"coveralls": "3.1.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import-helpers": "1.2.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "5.0.9",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "5.2.0",
"jest": "26.6.3",
"jest-dom": "4.0.0",
"lerna": "4.0.0",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"lint-staged": "10.5.4",
"prettier": "2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.63.4",
"react-test-renderer": "17.0.1",
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.38.0",
"rollup": "2.70.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-url": "3.0.1",
"ts-jest": "26.4.4",
"typescript": "4.1.3"
"ts-jest": "26.5.6",
"typescript": "4.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Expand Up @@ -30,8 +30,8 @@
"@unform/core": "2.1.6"
},
"devDependencies": {
"@testing-library/react-native": "7.1.0",
"metro-react-native-babel-preset": "0.65.0"
"@testing-library/react-native": "7.2.0",
"metro-react-native-babel-preset": "0.69.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down

0 comments on commit 875233a

Please sign in to comment.