Skip to content

Commit

Permalink
fix: update lib version (#196)
Browse files Browse the repository at this point in the history
* fix: update lib version

* fix: fix yarn lock
  • Loading branch information
felipecarvalho180 authored Sep 12, 2023
1 parent d793bf6 commit beee74e
Show file tree
Hide file tree
Showing 3 changed files with 2,912 additions and 2,449 deletions.
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformbuilders/validations",
"version": "0.1.5",
"version": "0.1.6",
"description": "Validações de comuns de formulários",
"author": "Platform Builders <[email protected]>",
"repository": {
Expand Down Expand Up @@ -41,45 +41,48 @@
"peerDependencies": {
"@fnando/cnpj": "1.0.2",
"@fnando/cpf": "1.0.2",
"@platformbuilders/helpers": "0.7.2"
"@platformbuilders/helpers": "0.10.2"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/runtime": "7.20.1",
"@babel/core": "7.22.17",
"@babel/runtime": "7.22.15",
"@fnando/cnpj": "1.0.2",
"@fnando/cpf": "1.0.2",
"@platformbuilders/eslint-config-builders": "0.1.2",
"@platformbuilders/helpers": "0.7.2",
"@platformbuilders/eslint-config-builders": "1.0.2",
"@platformbuilders/helpers": "0.10.2",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.2.3",
"@types/jest": "29.5.4",
"@types/numeral": "2.0.2",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"cross-env": "7.0.3",
"eslint": "8.36.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-typescript": "0.14.0",
"gh-pages": "4.0.0",
"husky": "8.0.2",
"gh-pages": "6.0.0",
"husky": "8.0.3",
"moment": "2.29.4",
"numeral": "2.0.6",
"prettier": "2.8.4",
"prettier": "3.0.3",
"react": "18.2.0",
"react-scripts": "5.0.1",
"rollup": "3.4.0",
"rollup": "3.29.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.34.1",
"rollup-plugin-typescript2": "0.35.0",
"rollup-plugin-url": "3.0.1",
"ts-jest": "29.0.3",
"typescript": "4.9.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"uglify-js": "3.17.4"
},
"dependencies": {
"styled-components": "^6.0.7"
}
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"suppressImplicitAnyIndexErrors": true,
/* Additional Checks */
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down
Loading

0 comments on commit beee74e

Please sign in to comment.