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

Commit

Permalink
Merge 308d99d into 4d505b0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2021
2 parents 4d505b0 + 308d99d commit ee53b21
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 96 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"publish:stable": "lerna version --no-changelog"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/core": "7.12.13",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/travis-cli": "11.0.0",
"@rocketseat/commitlint-config": "^0.0.2",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@testing-library/react": "11.2.5",
"@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",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"coveralls": "3.1.0",
"eslint": "7.18.0",
"eslint": "7.19.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
Expand All @@ -64,14 +64,14 @@
"react-native": "0.63.4",
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"rollup": "2.38.0",
"rollup": "2.38.5",
"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-url": "3.0.1",
"ts-jest": "26.4.4",
"ts-jest": "26.5.0",
"typescript": "4.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3"
"@testing-library/react": "11.2.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
Expand Down
Loading

0 comments on commit ee53b21

Please sign in to comment.