Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Mar 14, 2023
1 parent 347cc6d commit eee1922
Show file tree
Hide file tree
Showing 2 changed files with 1,237 additions and 830 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"scripts": {
"build": "rollup -c",
"test": "node --experimental-loader esbuild-node-loader node_modules/uvu/bin.js tests",
"test": "uvu -r tsm tests",
"test:coverage": "c8 --include=src pnpm test",
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
"lint": "eslint \"./**/*.ts\"",
Expand All @@ -45,32 +45,32 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@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": "4.0.0",
"express-session": "1.17.2",
"husky": "7.0.2",
"milliparsec": "2.2.0",
"prettier": "2.4.0",
"rollup": "2.56.3",
"supertest-fetch": "1.4.3",
"tslib": "2.3.1",
"typescript": "4.3.5",
"uvu": "0.5.1"
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@rollup/plugin-typescript": "11.0.0",
"@tinyhttp/app": "2.0.29",
"@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",
"express-session": "1.17.3",
"husky": "8.0.3",
"milliparsec": "2.2.2",
"prettier": "2.8.4",
"rollup": "3.19.1",
"supertest-fetch": "1.5.0",
"tslib": "2.5.0",
"tsm": "^2.3.0",
"typescript": "4.9.5",
"uvu": "0.5.6"
},
"dependencies": {
"@tinyhttp/cookie": "2.0.1",
"@tinyhttp/cookie-signature": "2.0.1"
"@tinyhttp/cookie": "2.0.6",
"@tinyhttp/cookie-signature": "2.0.6"
}
}
Loading

0 comments on commit eee1922

Please sign in to comment.