Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr committed Dec 21, 2021
1 parent a118c85 commit 59a3434
Show file tree
Hide file tree
Showing 3 changed files with 2,262 additions and 4,123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push,pull_request]
on: [push, pull_request]
jobs:
build:
name: Build, lint, and test
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
},
{
"path": "dist/better-ajv-errors.esm.js",
"limit": "2 KB"
"limit": "2.5 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.11.0",
"ajv": "^8.5.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"np": "^7.5.0",
"size-limit": "^4.11.0",
"@size-limit/preset-small-lib": "^7.0.4",
"ajv": "^8.8.2",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"np": "^7.6.0",
"size-limit": "^7.0.4",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^3.9.4"
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"ajv": ">=8"
Expand Down
Loading

0 comments on commit 59a3434

Please sign in to comment.