-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from frouriojs/develop
chore(release): 0.19.1
- Loading branch information
Showing
7 changed files
with
481 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "frourio", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "Fast and type-safe full stack framework, for TypeScript", | ||
"author": "Solufa <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -83,20 +83,21 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"aspida": "^0.22.1", | ||
"aspida": "^0.22.2", | ||
"velona": "^0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@aspida/axios": "^0.12.1", | ||
"@aspida/axios": "^0.12.2", | ||
"@types/busboy": "^0.2.3", | ||
"@types/jest": "^26.0.15", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"@types/rimraf": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.6.1", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"axios": "^0.21.0", | ||
"class-validator": "^0.12.2", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-config-standard": "^15.0.0", | ||
"eslint-config-standard": "^16.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
|
@@ -106,8 +107,9 @@ | |
"fastify": "^3.7.0", | ||
"fastify-multipart": "^3.3.0", | ||
"form-data": "^3.0.0", | ||
"jest": "^26.6.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.2", | ||
"standard-version": "^9.0.0", | ||
"ts-jest": "^26.4.3", | ||
"typescript": "^4.0.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.