Skip to content

Commit

Permalink
use @pirxpilot/cookie-parser
Browse files Browse the repository at this point in the history
relaxed dependecies
  • Loading branch information
pirxpilot committed Jan 25, 2025
1 parent bd5fe02 commit 7cc352f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('node:path');
const loaders = require('./lib/loaders');
const plugins = require('./lib/plugins');

const cookieParser = require('cookie-parser');
const cookieParser = require('@pirxpilot/cookie-parser');
const logger = require('morgan');
const errorHandler = require('errorhandler');
const renderer = require('connect-renderer');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@pirxpilot/connect": "^4.2.0",
"@pirxpilot/cookie-parser": "~2",
"@pirxpilot/jade-core": "^1.12.1",
"@pirxpilot/k": "^1.0.0",
"@pirxpilot/router": "^1.1.0",
"@pirxpilot/swipe": "^2.0.2",
"connect-cachify-static": "^4.0.0",
"connect-gzip-static": "^4.2.1",
"connect-renderer": "^0.2.0",
"cookie-parser": "^1.4.3",
"css-select": "~5",
"debounce": "^2.0.0",
"debug": "~4",
Expand Down
39 changes: 20 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cc352f

Please sign in to comment.