Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampaio Leal committed Feb 17, 2022
1 parent 9a6762d commit 7411fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euk-labs/componentz",
"version": "0.3.3",
"version": "0.4.0",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -54,6 +54,7 @@
"@types/jest": "^27.0.3",
"@types/ramda": "^0.27.61",
"@types/react": "^17.0.38",
"@types/react-input-mask": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"babel-jest": "^27.4.5",
Expand All @@ -74,8 +75,7 @@
"ts-jest": "^27.1.2",
"tsc-alias": "^1.5.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"@types/react-input-mask": "^3.0.1"
"typescript": "^4.5.4"
},
"peerDependencies": {
"@emotion/react": ">=11.6.0",
Expand Down

0 comments on commit 7411fc7

Please sign in to comment.