Skip to content

Commit

Permalink
Fixed Package Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Mar 14, 2019
1 parent 5434bc4 commit e41efa5
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,34 +51,34 @@
"dist": "npm-run-all build test pkg docs"
},
"dependencies": {
"@iota-pico/core": "^1.0.1",
"@iota-pico/crypto": "^1.0.1",
"@iota-pico/data": "^1.0.1"
"@iota-pico/core": "1.0.1",
"@iota-pico/crypto": "1.0.1",
"@iota-pico/data": "1.0.1"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^7.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"minicat": "^1.0.0",
"mocha": "^5.1.1",
"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"replace-in-file": "^3.4.0",
"rimraf": "^2.6.2",
"sinon": "^7.2.2",
"source-map-support": "^0.5.6",
"terser-webpack-plugin": "^1.2.1",
"ts-node": "^7.0.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-microsoft-contrib": "^6.0.0",
"typedoc": "^0.13.0",
"typedoc-plugin-markdown": "^1.1.20",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
"@types/chai": "4.1.7",
"@types/mocha": "5.2.5",
"@types/sinon": "7.0.2",
"chai": "4.2.0",
"coveralls": "3.0.2",
"cross-env": "5.2.0",
"minicat": "1.0.0",
"mocha": "5.1.1",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",
"replace-in-file": "3.4.0",
"rimraf": "2.6.2",
"sinon": "7.2.2",
"source-map-support": "0.5.6",
"terser-webpack-plugin": "1.2.1",
"ts-node": "7.0.0",
"tslint": "5.12.0",
"tslint-eslint-rules": "5.3.1",
"tslint-microsoft-contrib": "6.0.0",
"typedoc": "0.13.0",
"typedoc-plugin-markdown": "1.1.20",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
}
}

0 comments on commit e41efa5

Please sign in to comment.