Skip to content

Commit

Permalink
chore!: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 29, 2021
1 parent 2df52f7 commit c755cdc
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +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 lint-staged
48 changes: 23 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,30 @@
"lint:eslint": "eslint --fix",
"lint:prettier": "prettier --write --loglevel warn",
"prepare": "yarn husky install && yarn bootstrap",
"prepublishOnly": "yarn lint && yarn test",
"prepublishOnly": "yarn lint && yarn test && pinst --disable",
"release": "release-it",
"test": "jest",
"watch": "yarn build --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"watch": "yarn build --watch",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"cac": "^6.7.2",
"chalk": "^4.1.0",
"consola": "^2.15.3",
"defu": "^3.2.2",
"esbuild": "^0.9.2",
"esbuild": "^0.11.0",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"jiti": "^1.6.4",
"mkdist": "^0.1.2",
"rollup": "^2.41.2",
"rollup": "^2.44.0",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "3.0.2",
"sort-package-json": "^1.49.0",
Expand All @@ -76,35 +73,36 @@
"v8-compile-cache": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@release-it/conventional-changelog": "^2.0.1",
"@types/execa": "^2.0.0",
"@types/fs-extra": "^9.0.8",
"@types/fs-extra": "^9.0.9",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.34",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-loader": "^8.2.2",
"codecov": "^3.8.1",
"conventional-changelog-conventionalcommits": "^4.5.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.3.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"husky": "^5.1.3",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"release-it": "14.4.1",
"semver": "^7.3.4",
"release-it": "14.5.0",
"semver": "^7.3.5",
"tsd": "^0.14.0",
"typescript": "^4.2.3"
"typescript": "^4.2.3",
"pinst": "^2.0.0"
},
"tsd": {
"directory": "test/tsd",
Expand Down
Loading

0 comments on commit c755cdc

Please sign in to comment.