Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
annahassel committed Dec 20, 2023
1 parent 05ae158 commit ae413cc
Show file tree
Hide file tree
Showing 2 changed files with 1,852 additions and 2,303 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,34 @@
},
"homepage": "https://github.com/microfleet/validation#readme",
"devDependencies": {
"@makeomatic/deploy": "^12.10.3",
"@node-rs/xxhash-linux-x64-musl": "^1.4.0",
"@swc-node/jest": "^1.6.5",
"@swc/core-linux-x64-musl": "^1.3.58",
"@types/callsite": "^1.0.31",
"@types/common-errors": "^1.0.2",
"@types/debug": "^4.1.7",
"@makeomatic/deploy": "^12.11.2",
"@node-rs/xxhash-linux-x64-musl": "^1.4.2",
"@swc-node/jest": "^1.6.8",
"@swc/core-linux-x64-musl": "^1.3.101",
"@swc/helpers": "^0.5.3",
"@types/callsite": "^1.0.34",
"@types/common-errors": "^1.0.5",
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"common-errors": "^1.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-makeomatic": "^5.1.0",
"jest": "^29.5.0",
"eslint": "^8.56.0",
"eslint-config-makeomatic": "^6.0.0",
"jest": "^29.7.0",
"semantic-release": "^22.0.12",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0",
"callsite": "^1.0.0",
"debug": "^4.3.4",
"glob": "^10.2.5"
"glob": "^10.3.10"
},
"peerDependencies": {
"common-errors": "~1.x.x"
Expand Down
Loading

0 comments on commit ae413cc

Please sign in to comment.