Skip to content

Commit

Permalink
chore: bump dependencies (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Mahboubi committed Oct 26, 2020
1 parent 0223c80 commit 2e0a4ac
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 755 deletions.
56 changes: 28 additions & 28 deletions package.json
Expand Up @@ -35,12 +35,12 @@
"license"
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/seamless-immutable": "7.1.13",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.2.7",
"axios": "^0.20.0",
"axios": "^0.21.0",
"base64-js": "^1.3.1",
"form-data": "^3.0.0",
"isomorphic-ws": "^4.0.1",
Expand All @@ -50,38 +50,38 @@
"ws": "^7.3.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@babel/register": "^7.11.5",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/babel__core": "^7.1.10",
"@types/base64-js": "^1.3.0",
"@types/bluebird": "^3.5.32",
"@types/chai": "^4.2.12",
"@types/chai": "^4.2.14",
"@types/chai-arrays": "^1.0.3",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-like": "^1.1.0",
"@types/eslint": "7.2.3",
"@types/faker": "^5.1.2",
"@types/eslint": "7.2.4",
"@types/faker": "^5.1.3",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"@types/prettier": "^2.1.1",
"@types/node": "^14.14.3",
"@types/prettier": "^2.1.5",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"@types/rollup-plugin-url": "^2.2.0",
"@types/sinon": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
Expand All @@ -90,25 +90,25 @@
"chai-like": "^1.1.1",
"chai-sorted": "^0.2.0",
"dotenv": "^8.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint": "7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-typescript-sort-keys": "1.5.0",
"faker": "^5.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"lint-staged": "^10.4.2",
"longjohn": "^0.2.12",
"mocha": "^8.1.3",
"mockttp": "^1.0.2",
"mocha": "^8.2.0",
"mockttp": "^1.0.3",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup": "^2.32.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.1.0",
"sinon": "^9.2.0",
"typescript": "^4.0.3"
},
"scripts": {
Expand Down

0 comments on commit 2e0a4ac

Please sign in to comment.