Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed May 27, 2024
1 parent 2a425ed commit 8bc226a
Show file tree
Hide file tree
Showing 21 changed files with 5,713 additions and 2,838 deletions.
7,805 changes: 5,340 additions & 2,465 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"homepage": "https://github.com/nfroidure/whook",
"devDependencies": {
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.0.0"
"metapak-nfroidure": "18.1.0"
},
"contributors": [
{
Expand Down
28 changes: 14 additions & 14 deletions packages/whook-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@
"yhttperror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"contributors": [],
"engines": {
Expand Down Expand Up @@ -166,4 +166,4 @@
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit"
}
}
}
36 changes: 18 additions & 18 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/aws-lambda": "^8.10.134",
"@types/aws-lambda": "^8.10.138",
"@types/bytes": "^3.1.4",
"@whook/cors": "^16.1.0",
"@whook/http-router": "^16.0.0",
"@whook/http-transaction": "^16.0.0",
"@whook/whook": "^16.1.0",
"ajv": "^8.12.0",
"ajv": "^8.14.0",
"ajv-formats": "^2.1.1",
"application-services": "^6.0.0",
"bytes": "^3.1.2",
Expand All @@ -59,31 +59,31 @@
"knifecycle": "^17.0.1",
"mkdirp": "^3.0.1",
"openapi-types": "^12.1.3",
"qs": "^6.11.2",
"qs": "^6.12.1",
"strict-qs": "^8.0.2",
"type-fest": "^4.10.3",
"type-fest": "^4.18.3",
"uuid": "^9.0.1",
"yerror": "^8.0.0",
"yhttperror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@types/mkdirp": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"contributors": [],
"engines": {
Expand Down Expand Up @@ -173,4 +173,4 @@
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit"
}
}
}
28 changes: 14 additions & 14 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@
"yhttperror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"contributors": [],
"engines": {
Expand Down Expand Up @@ -165,4 +165,4 @@
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit"
}
}
}
32 changes: 16 additions & 16 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,31 +69,31 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^16.1.0",
"axios": "^1.6.7",
"axios": "^1.7.2",
"common-services": "^16.0.1",
"debug": "^4.3.4",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.15",
"inquirer": "^9.2.22",
"knifecycle": "^17.0.1",
"ora": "^8.0.1",
"yerror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"contributors": [],
"engines": {
Expand Down Expand Up @@ -169,4 +169,4 @@
],
"prettierPath": null
}
}
}
Loading

0 comments on commit 8bc226a

Please sign in to comment.