Skip to content

Commit

Permalink
deps(update): latest packages' version
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Sep 15, 2021
1 parent 0041e5d commit 5fb65ef
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 137 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akanass/rx-file-upload",
"version": "2.1.0",
"version": "2.2.0",
"description": "Library to upload a file in the browser and send it fully or in several chunks to the server.",
"main": "bundle/rx-file-upload.js",
"unpkg": "bundle/rx-file-upload.umd.min.js",
Expand Down Expand Up @@ -50,24 +50,24 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.3",
"@types/node": "^16.4.3",
"@rollup/plugin-typescript": "^8.2.5",
"@types/node": "^16.9.1",
"@types/fs-extra": "^9.0.12",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.31.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.0.0",
"prettier": "^2.3.2",
"rollup": "^2.54.0",
"prettier": "^2.4.0",
"rollup": "^2.56.3",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "^7.2.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"rxjs": "^7.3.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"peerDependencies": {
"rxjs": "^7.2.0"
"rxjs": "^7.3.0"
}
}
Loading

0 comments on commit 5fb65ef

Please sign in to comment.