Skip to content

Commit

Permalink
fix: semantic-release config
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
jorisre authored Apr 9, 2021
2 parents 17d4e92 + de4a470 commit f778333
Show file tree
Hide file tree
Showing 3 changed files with 1,741 additions and 1,752 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
extends: [
'plugin:react/recommended',
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
'prettier',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
Expand Down
41 changes: 19 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@
}
],
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prebuild": "rimraf dist",
"build": "microbundle build --jsx React.createElement",
"lint": "eslint '**/*.{js,ts}'",
"lint:fix": "npm run lint -- --fix",
"lint:types": "tsc --noEmit",
"test": "jest --runInBand",
"test:watch": "npm run test -- --watchAll --coverage",
"postversion": "git push && git push origin v$npm_package_version",
"prepublishOnly": "npm run lint && npm run lint:types && npm test && npm run build"
"test:watch": "npm run test -- --watchAll --coverage"
},
"keywords": [
"react",
Expand All @@ -66,28 +63,28 @@
},
"homepage": "https://react-hook-form.com",
"devDependencies": {
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.15",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"microbundle": "^0.12.4",
"prettier": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"lint-staged": "^10.5.4",
"microbundle": "^0.13.0",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^6.11.4",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
Loading

0 comments on commit f778333

Please sign in to comment.