Skip to content

Commit

Permalink
chore: bump dependencies (#1)
Browse files Browse the repository at this point in the history
Note: This repo is ESM only and using ESM libraries as its' dependencies
  • Loading branch information
Reinaldy Rafli authored Sep 10, 2021
1 parent 12bafd7 commit 2be971d
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 292 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,32 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-typescript": "8.2.1",
"@tinyhttp/app": "1.3.11",
"@tinyhttp/cookie-parser": "1.3.11",
"@types/express-session": "1.17.3",
"@types/node": "16.0.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"c8": "7.7.3",
"esbuild-node-loader": "0.1.1",
"eslint": "7.30.0",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-typescript": "8.2.5",
"@tinyhttp/app": "2.0.3",
"@tinyhttp/cookie-parser": "2.0.1",
"@types/express-session": "1.17.4",
"@types/node": "16.9.1",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"c8": "7.9.0",
"esbuild-node-loader": "0.3.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-prettier": "4.0.0",
"express-session": "1.17.2",
"husky": "6.0.0",
"husky": "7.0.2",
"milliparsec": "2.2.0",
"prettier": "2.3.2",
"rollup": "2.52.7",
"prettier": "2.4.0",
"rollup": "2.56.3",
"supertest-fetch": "1.4.3",
"tslib": "2.3.0",
"tslib": "2.3.1",
"typescript": "4.3.5",
"uvu": "0.5.1"
},
"dependencies": {
"@tinyhttp/cookie": "1.3.0",
"@tinyhttp/cookie-signature": "1.3.0"
"@tinyhttp/cookie": "2.0.1",
"@tinyhttp/cookie-signature": "2.0.1"
}
}
Loading

0 comments on commit 2be971d

Please sign in to comment.