Skip to content

Commit

Permalink
Update deps (#86)
Browse files Browse the repository at this point in the history
* update deps

* update types

* try bumping microbundle
  • Loading branch information
JoviDeCroock authored Apr 28, 2023
1 parent b583d27 commit 59b5f28
Show file tree
Hide file tree
Showing 10 changed files with 2,186 additions and 2,560 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

39 changes: 0 additions & 39 deletions .eslintrc.json

This file was deleted.

4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
35 changes: 13 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"test:watch": "cross-env NODE_ENV=test pnpm test -- --watch",
"prepublishOnly": "pnpm test && pnpm lint && pnpm build",
"lint": "eslint . --ext .ts,.tsx"
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,29 +66,24 @@
"@testing-library/react": "^14.0.0",
"@types/jest": "24.0.23",
"@types/node": "^18.16.1",
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4",
"@typescript-eslint/eslint-plugin": "2.11.0",
"@typescript-eslint/parser": "2.11.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"codecov": "3.7.1",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-react": "7.17.0",
"husky": "3.1.0",
"husky": "^8.0.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"lint-staged": "9.5.0",
"microbundle": "0.12.4",
"lint-staged": "^13.2.0",
"microbundle": "0.15.1",
"preact": "^10.13.2",
"prettier": "^2.0.2",
"prettier": "^2.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",
"rimraf": "^5.0.0",
"ts-jest": "^26.4.4",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
"tslib": "^2.5.0",
"typescript": "^4.0.0"
},
"peerDependencies": {
"react": ">= 16.8.0"
Expand All @@ -101,15 +96,11 @@
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "es5"
},
"lint-staged": {
"*.{json,md}": [
"prettier --write",
"git add"
],
"*.{ts,tsx}": [
"eslint --fix",
"*.{json,md,ts,tsx}": [
"prettier --write",
"git add"
]
Expand Down
7 changes: 0 additions & 7 deletions packages/gatsby-plugin-hoofd/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/gatsby-plugin-hoofd/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/gatsby-plugin-hoofd/gatsby-ssr.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/gatsby-plugin-hoofd/index.js

This file was deleted.

33 changes: 0 additions & 33 deletions packages/gatsby-plugin-hoofd/package.json

This file was deleted.

Loading

0 comments on commit 59b5f28

Please sign in to comment.