Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed May 9, 2023
1 parent 4bada04 commit 2620ba3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"ajv": "8.11.2"
"ajv": "8.12.0"
},
"devDependencies": {
"typescript": "4.9.3"
"typescript": "5.0.4"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
"engines": {
"node": ">=16",
"pnpm": ">=8"
}
}
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2620ba3

Please sign in to comment.