Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: core system-contracts@0.2.0 and update dependent packages #231

Merged
merged 3 commits into from Aug 23, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

@@ -1,6 +1,6 @@
{
"name": "@kosu/create-portal-helper",
"version": "0.1.1",
"version": "0.1.2",
"description": "Abstraction library for simplifying web-portal interactions.",
"main": "index.js",
"repository": "https://github.com/ParadigmFoundation/kosu-monorepo",
@@ -15,7 +15,7 @@
"dependencies": {
"0x.js": "^6.0.9",
"@0x/subproviders": "^4.0.6",
"@kosu/kosu.js": "^0.1.5",
"@kosu/kosu.js": "^0.2.0",
"@kosu/tsc-config": "^0.1.0",
"web3": "1.2.0"
},
@@ -1,6 +1,6 @@
{
"name": "@kosu/gov-portal-helper",
"version": "0.1.18",
"version": "0.1.19",
"description": "Abstraction library for interacting with the Kosu contract system governance functions.",
"main": "lib/index.js",
"license": "MIT",
@@ -12,7 +12,7 @@
"build": "tsc"
},
"dependencies": {
"@kosu/kosu.js": "^0.1.6",
"@kosu/kosu.js": "^0.2.0",
"@kosu/tsc-config": "^0.1.0",
"bignumber.js": "8.0.2",
"browser-cookies": "^1.2.0",
@@ -1,6 +1,6 @@
{
"name": "@kosu/system-contracts",
"version": "0.1.6",
"version": "0.2.0",
"description": "Kosu protocol core contracts in Solidity.",
"license": "MIT",
"repository": {
@@ -1,6 +1,6 @@
{
"name": "@kosu/kosu.js",
"version": "0.1.6",
"version": "0.2.0",
"description": "JavaScript module for connecting with Kosu.",
"main": "dist/index.js",
"license": "MIT",
@@ -31,7 +31,7 @@
"@0x/web3-providers-fork": "^0.0.7",
"@0x/web3-wrapper": "^6.0.5",
"@babel/core": "^7.4.4",
"@kosu/system-contracts": "^0.1.6",
"@kosu/system-contracts": "^0.2.0",
"@kosu/tsc-config": "^0.1.0",
"@kosu/tslint-config": "^0.0.4",
"ethereum-protocol": "^1.0.1",
@@ -1,6 +1,6 @@
{
"name": "@kosu/web-helpers",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"license": "MIT",
"homepage": "https://portal.kosu.io/",
@@ -11,7 +11,7 @@
"deploy": "yarn compile:assets && gsutil -m rsync -d ./public gs://portal.kosu.io"
},
"dependencies": {
"@kosu/kosu.js": "^0.1.5",
"@kosu/kosu.js": "^0.2.0",
"uuid": "^3.3.2"
},
"repository": {
@@ -1914,6 +1914,30 @@
version "0.1.3"
resolved "https://registry.yarnpkg.com/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-0.1.3.tgz#944d15b3ebdb71f963a628daffaa25ade981bb86"

"@kosu/system-contracts@^0.1.0-alpha.1", "@kosu/system-contracts@^0.1.5":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@kosu/system-contracts/-/system-contracts-0.1.6.tgz#82199e2e528c89ac079fce0c69259ea4d98488a3"
integrity sha512-OYdK8Au5cvsWWgDZ5OEhTiY68WcP+ql7GjITCqGVolqSxfzIQ/UPmVWk+0IOHN0eVS4NTZMKKaxDowNa6hWadg==
dependencies:
"@0x/base-contract" "^5.0.5"
"@0x/contract-addresses" "^3.0.2"
"@0x/contracts-exchange" "^2.1.5"
"@0x/dev-utils" "^2.2.2"
"@0x/subproviders" "^4.1.0"
"@0x/utils" "^4.3.1"
"@0x/web3-wrapper" "^6.0.5"
"@kosu/subcontract-sdk" "0.1.1"
"@kosu/tsc-config" "^0.1.0"
"@kosu/tslint-config" "^0.0.4"
ethereum-types "^2.1.2"
ethers "~4.0.4"
openzeppelin-solidity "2.1.2"
safe-node-require "^1.0.0"
web3 "1.2.0"
web3-eth-abi "1.2.0"
web3-provider-engine "^15.0.0"
web3-utils "1.2.0"

"@ledgerhq/devices@^4.68.2":
version "4.68.2"
resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-4.68.2.tgz#73206d526ec3cd34eec49eddb31d8c0086bde518"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.