Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 26, 2023
1 parent a49d4ae commit a820322
Show file tree
Hide file tree
Showing 2 changed files with 936 additions and 724 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dist/*"
],
"scripts": {
"build": "pnpm i && tsup && cp dist/index.d.ts dist/index.d.cts",
"build": "pnpm i && tsup",
"lint": "pnpm build && pnpm lint:only",
"lint:only": "lefthook run pre-commit && publint",
"prerelease": "pnpm lint && pnpm test:node",
Expand All @@ -45,15 +45,15 @@
},
"devDependencies": {
"@aws-sdk/util-base64": "^3.310.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@release-it/conventional-changelog": "^5.1.1",
"@types/node": "^18.15.13",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"bun-types": "^0.5.8",
"eslint": "^8.39.0",
"@types/node": "^20.3.1",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"bun-types": "^0.6.9",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -62,18 +62,18 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"lefthook": "^1.3.10",
"prettier": "^2.8.7",
"lefthook": "^1.4.3",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"publint": "^0.1.11",
"release-it": "^15.10.1",
"publint": "^0.1.12",
"release-it": "^15.11.0",
"replace": "^1.2.2",
"test": "^3.3.0",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "^5.0.4"
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
},
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.6.5",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
Expand Down

0 comments on commit a820322

Please sign in to comment.