Skip to content

Commit

Permalink
fix #417/ move types to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mahboubii committed Sep 7, 2020
1 parent 5249bf6 commit 455a597
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,14 @@
],
"dependencies": {
"@babel/runtime": "^7.3.1",
"@types/babel__core": "^7.1.3",
"@types/base64-js": "^1.3.0",
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.5",
"@types/chai-arrays": "^1.0.3",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-like": "^1.1.0",
"@types/eslint": "7.2.0",
"@types/faker": "^4.1.7",
"@types/jsonwebtoken": "^8.3.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.13.0",
"@types/prettier": "^1.18.4",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"@types/rollup-plugin-url": "^2.2.0",
"@types/seamless-immutable": "7.1.13",
"@types/sinon": "^7.5.1",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"axios": "^0.18.1",
"base64-js": "^1.3.1",
"form-data": "^2.3.3",
"isomorphic-ws": "^4.0.1",
"ws": "^6.1.3",
"jsonwebtoken": "^8.3.0",
"seamless-immutable": "^7.1.4",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"ws": "^6.1.3"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
Expand All @@ -82,12 +60,34 @@
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/babel__core": "^7.1.3",
"@types/base64-js": "^1.3.0",
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.5",
"@types/chai-arrays": "^1.0.3",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-like": "^1.1.0",
"@types/eslint": "7.2.0",
"@types/faker": "^4.1.7",
"@types/jsonwebtoken": "^8.3.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.13.0",
"@types/prettier": "^1.18.4",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"@types/rollup-plugin-url": "^2.2.0",
"@types/seamless-immutable": "7.1.13",
"@types/sinon": "^7.5.1",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"babel-eslint": "^10.0.1",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"chai-arrays": "^2.0.0",
"chai-as-promised": "^7.1.1",
"chai-like": "^1.1.1",
"chai-arrays": "^2.0.0",
"chai-sorted": "^0.2.0",
"dotenv": "^8.2.0",
"eslint": "7.4.0",
Expand Down

0 comments on commit 455a597

Please sign in to comment.