Skip to content

Commit

Permalink
chore: update dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Jul 5, 2021
1 parent b3c105f commit bf9c62c
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 318 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@uploadx/core": "^4.4.0",
"dotenv": "9.0.2",
"dotenv": "10.0.0",
"express": "4.17.1",
"fastify": "2.15.3",
"node-uploadx": "^4.4.0",
"ts-node-dev": "1.1.6"
"ts-node-dev": "1.1.8"
},
"devDependencies": {
"@types/express": "^4.17.11"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@types/node": "10.17.60",
"@types/rimraf": "3.0.0",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
Expand All @@ -60,7 +60,7 @@
"ts-jest": "27.0.3",
"ts-node-dev": "1.1.8",
"tsconfig-paths": "3.9.0",
"typescript": "4.3.2"
"typescript": "4.3.5"
},
"private": true,
"workspaces": [
Expand Down
Loading

0 comments on commit bf9c62c

Please sign in to comment.