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 Jul 27, 2021
1 parent b250a0a commit 0041e5d
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 160 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akanass/rx-file-upload",
"version": "2.0.0",
"version": "2.1.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 @@ -49,25 +49,25 @@
"crypto-es": "^1.2.7"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^15.12.2",
"@types/fs-extra": "^9.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.3",
"@types/node": "^16.4.3",
"@types/fs-extra": "^9.0.12",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"prettier": "^2.3.1",
"rollup": "^2.52.1",
"prettier": "^2.3.2",
"rollup": "^2.54.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "^7.1.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.3"
"rxjs": "^7.2.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"rxjs": "^7.1.0"
"rxjs": "^7.2.0"
}
}
Loading

0 comments on commit 0041e5d

Please sign in to comment.