Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampaio Leal committed Jan 31, 2022
1 parent 027f8b2 commit 0a6390a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euk-labs/componentz",
"version": "0.2.1",
"version": "0.3.0",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -88,12 +88,12 @@
"react-dom": ">=17"
},
"dependencies": {
"@types/react-input-mask": "^3.0.1",
"date-fns": "^2.28.0",
"inversify": ">=6.0.1",
"inversify-react": ">=1.0.1",
"ramda": ">=0.27.1",
"react-input-mask": "^2.0.4",
"@types/react-input-mask": "^3.0.1",
"react-number-format": "^4.9.1",
"date-fns": "^2.28.0"
"react-number-format": "^4.9.1"
}
}

0 comments on commit 0a6390a

Please sign in to comment.