Skip to content

Commit

Permalink
chore(package.json): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jun 2, 2023
1 parent 4203077 commit 1ec0928
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 200 deletions.
2 changes: 1 addition & 1 deletion external/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "pino",
"main": "./index.js"
}
}
2 changes: 1 addition & 1 deletion external/request/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "request",
"main": "index.js"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"changelog": true
},
"dependencies": {
"@algolia/client-search": "^4.17.0",
"@algolia/client-search": "^4.17.1",
"@babel/core": "7.21.8",
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@babel/plugin-transform-typescript": "7.21.3",
"@babel/types": "^7.21.5",
"@babel/types": "^7.22.4",
"@fastify/cookie": "8.3.0",
"@fastify/multipart": "7.6.0",
"@fastify/static": "6.10.2",
Expand Down Expand Up @@ -162,14 +162,14 @@
"@vercel/ncc": "0.36.1",
"cron": "*",
"cross-env": "7.0.3",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "8.0.3",
"ioredis": "5.3.2",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "^3.20.2",
"rollup": "^3.23.0",
"rollup-plugin-swc": "0.2.1",
"socket.io": "4.6.2",
"source-map-support": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@types/express": "4.17.17",
"@types/lodash": "4.14.195",
"abort-controller": "3.0.0",
"axios": "^1.3.1",
"camelcase-keys": "^7",
"axios": "^1.4.0",
"camelcase-keys": "^7.0.2",
"cors": "2.8.5",
"express": "4.18.2",
"ky": "0.33.3",
Expand Down
Loading

0 comments on commit 1ec0928

Please sign in to comment.