Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Nov 13, 2022
1 parent 4b506d1 commit 4eda6cb
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 377 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cp-file": "10.0.0",
"dotenv": "16.0.3",
"express": "4.18.2",
"fastify": "4.8.1",
"fastify": "4.9.2",
"@fastify/middie": "8.0.0",
"node-uploadx": "^6.1.0",
"pino": "8.6.1",
"pino": "8.7.0",
"winston": "3.8.2"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"coverage": "jest --coverage"
},
"devDependencies": {
"@types/jest": "29.1.2",
"@types/node": "14.18.31",
"@types/jest": "29.2.2",
"@types/node": "14.18.33",
"@types/rimraf": "3.0.2",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"eslint": "8.25.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.1.2",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"express": "4.18.2",
"husky": "8.0.1",
"jest": "29.2.0",
"husky": "8.0.2",
"jest": "29.3.1",
"lint-staged": "13.0.3",
"memfs": "^3.4.7",
"node-mocks-http": "1.11.0",
"memfs": "3.4.10",
"node-mocks-http": "1.12.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"supertest": "6.3.0",
"supertest": "6.3.1",
"ts-jest": "29.0.3",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
"@types/node-fetch": "^2.6.2"
},
"peerDependencies": {
"@uploadx/core": "^6.1.0"
Expand Down
Loading

0 comments on commit 4eda6cb

Please sign in to comment.