Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
update small build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jan 14, 2022
1 parent 199e381 commit 1f7cb47
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 304 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish": "yarn && lerna run clean && lerna run build && lerna publish --registry=https://registry.npmjs.org/"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"browserify": "^17.0.0",
Expand All @@ -29,8 +29,8 @@
"eslint": "7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.27.1",
"jest": "^27.4.5",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.7",
"lerna": "3.22.1",
"prettier": "^2.2.1",
"ts-jest": "^27.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-hid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rxjs": "6"
},
"devDependencies": {
"@types/react-native": "^0.66.10",
"@types/react-native": "^0.66.12",
"yarn-add-no-save": "^1.0.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 1f7cb47

Please sign in to comment.