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 Mar 17, 2023
1 parent 948cc58 commit 10d9376
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 94 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"editor.formatOnSave": false,
"editor.codeActionsOnSave": ["source.fixAll.format", "source.fixAll.eslint"],
"eslint.probe": ["typescript"],
"files.exclude": { "tests/deno": true }
"eslint.quiet": true,
"files.exclude": { "tests/deno": true },
"typescript.tsdk": "node_modules/typescript/lib"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:node": "NODE_OPTIONS='--loader tsx' node--test tests/node/index.test.ts"
},
"devDependencies": {
"@aws-sdk/util-base64": "^3.208.0",
"@aws-sdk/util-base64": "^3.292.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@peculiar/webcrypto": "^1.4.1",
Expand All @@ -63,17 +63,17 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"lefthook": "^1.3.5",
"lefthook": "^1.3.6",
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"publint": "^0.1.10",
"release-it": "^15.8.0",
"release-it": "^15.9.0",
"replace": "^1.2.2",
"semver": "^7.3.8",
"test": "^3.3.0",
"tsup": "^6.6.3",
"tsx": "^3.12.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"packageManager": "[email protected]",
"publishConfig": {
Expand Down

0 comments on commit 10d9376

Please sign in to comment.