Skip to content

Commit

Permalink
Upgrading deps
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Oct 21, 2021
1 parent 0901946 commit b4b558a
Show file tree
Hide file tree
Showing 7 changed files with 475 additions and 565 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn run lint-staged
22 changes: 9 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,32 @@
"test": "cd test && yarn && yarn test",
"start": "rollup -c -w",
"build": "rollup -c",
"prepublishOnly": "NODE_ENV=production yarn build"
"prepublishOnly": "NODE_ENV=production yarn build",
"prepare": "husky install"
},
"peerDependencies": {
"next": "^9.4.0 || ^10.0.0 || ^11.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"husky": ">=4",
"lint-staged": ">=11.0.0",
"@types/node": "^16.11.1",
"@types/react": "^17.0.31",
"husky": "^7.0.4",
"lint-staged": ">=11.2.3",
"next": "11.0.0",
"prettier": "^2.3.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rollup": "^2.52.1",
"rollup": "^2.58.0",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.4"
"typescript": "^4.4.4"
},
"lint-staged": {
"*.{js,ts,tsx,md,json,html,css,scss,webmanifest}": "prettier --write"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"axios": "^0.21.1",
"axios": "^0.23.0",
"cheerio": "^1.0.0-rc.10",
"jest": "^27.0.4",
"jest": "^27.3.1",
"puppeteer": "^10.4.0",
"start-server-and-test": "^1.12.5"
"start-server-and-test": "^1.14.0"
}
}
Loading

0 comments on commit b4b558a

Please sign in to comment.