Skip to content

Commit

Permalink
Merge pull request #5 from tinyhttp/chore/maintenance-october-2023
Browse files Browse the repository at this point in the history
chore: dependency maintenance october 2023
  • Loading branch information
talentlessguy committed Nov 5, 2023
2 parents a84f1a1 + b862a9b commit 78e2f8c
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 378 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -20,14 +20,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14.16.1'
node-version: '20'
- name: install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2
with:
version: 6.2.5
version: 8
- run: pnpm install
- run: pnpm test:coverage
- run: pnpm test:report
Expand Down
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"polka",
"http"
],
"author": "Reinaldy Rafli <aldy505@tutanota.com>",
"author": "Reinaldy Rafli <aldy505@proton.me>",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -45,32 +45,32 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@rollup/plugin-typescript": "11.0.0",
"@tinyhttp/app": "2.0.29",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@rollup/plugin-typescript": "11.1.4",
"@tinyhttp/app": "2.0.32",
"@tinyhttp/cookie-parser": "2.0.6",
"@types/express-session": "1.17.6",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"c8": "7.13.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"@types/express-session": "1.17.8",
"@types/node": "20.8.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"c8": "8.0.1",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"express-session": "1.17.3",
"husky": "8.0.3",
"milliparsec": "2.2.2",
"prettier": "2.8.4",
"rollup": "3.19.1",
"milliparsec": "2.3.0",
"prettier": "3.0.3",
"rollup": "3.29.4",
"supertest-fetch": "1.5.0",
"tslib": "2.5.0",
"tslib": "2.6.2",
"tsm": "^2.3.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"uvu": "0.5.6"
},
"dependencies": {
"@tinyhttp/cookie": "2.0.6",
"@tinyhttp/cookie-signature": "2.0.6"
"@tinyhttp/cookie": "2.1.0",
"@tinyhttp/cookie-signature": "2.1.0"
}
}

0 comments on commit 78e2f8c

Please sign in to comment.