@bolttech/atoms-checkbox
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@bolttech/atoms-checkbox", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "./index.cjs", | ||
"type": "commonjs", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"dependencies": { | ||
"@edirect/frontend-foundations": "0.0.37", | ||
"react": "18.2.0", | ||
"styled-components": "5.3.6" | ||
} | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -7,2 +7,3 @@ # atoms-checkbox | ||
Run `nx test atoms-checkbox` to execute the unit tests via [Jest](https://jestjs.io). |
43117
9
3
+ Addedreact@18.2.0
+ Addedstyled-components@5.3.6
+ Added@edirect/frontend-foundations@0.0.37(transitive)
+ Addedprettier@2.8.8(transitive)