Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ca55356

Browse files
committed
1 parent 1af9333 commit ca55356

File tree

23 files changed

+87
-87
lines changed

23 files changed

+87
-87
lines changed

packages/box/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "2.1.30",
15+
"version": "2.1.31",
1616
"main": "dist/box.js",
1717
"scripts": {
1818
"build": "tsc",
@@ -21,7 +21,7 @@
2121
},
2222
"types": "./typings/index.d.ts",
2323
"dependencies": {
24-
"@truffle/config": "^1.3.10",
24+
"@truffle/config": "^1.3.11",
2525
"axios": "^0.21.1",
2626
"download-git-repo": "^3.0.2",
2727
"fs-extra": "^9.1.0",

packages/compile-solidity/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "5.3.26",
15+
"version": "5.3.27",
1616
"main": "index.js",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "./scripts/test.sh"
2020
},
2121
"dependencies": {
2222
"@truffle/compile-common": "^0.7.22",
23-
"@truffle/config": "^1.3.10",
23+
"@truffle/config": "^1.3.11",
2424
"@truffle/contract-sources": "^0.1.12",
2525
"@truffle/expect": "^0.0.18",
26-
"@truffle/profiler": "^0.1.1",
26+
"@truffle/profiler": "^0.1.2",
2727
"axios": "^0.21.1",
2828
"debug": "^4.3.1",
2929
"fs-extra": "^9.1.0",
@@ -37,8 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@truffle/artifactor": "^4.0.126",
40-
"@truffle/box": "^2.1.30",
41-
"@truffle/resolver": "^7.0.32",
40+
"@truffle/box": "^2.1.31",
41+
"@truffle/resolver": "^7.0.33",
4242
"babel-core": "^6.26.0",
4343
"babel-polyfill": "^6.26.0",
4444
"babel-preset-env": "^1.6.1",

packages/compile-vyper/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"url": "https://github.com/trufflesuite/truffle.git",
1313
"directory": "packages/compile-vyper"
1414
},
15-
"version": "3.1.30",
15+
"version": "3.1.31",
1616
"main": "index.js",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "mocha"
2020
},
2121
"dependencies": {
2222
"@truffle/compile-common": "^0.7.22",
23-
"@truffle/config": "^1.3.10",
24-
"@truffle/profiler": "^0.1.1",
25-
"@truffle/resolver": "^7.0.32",
23+
"@truffle/config": "^1.3.11",
24+
"@truffle/profiler": "^0.1.2",
25+
"@truffle/resolver": "^7.0.33",
2626
"colors": "^1.4.0",
2727
"debug": "^4.3.1",
2828
"lodash.partition": "^4.6.0",

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "1.3.10",
15+
"version": "1.3.11",
1616
"main": "dist/index.js",
1717
"scripts": {
1818
"build": "tsc",
@@ -22,7 +22,7 @@
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
2424
"@truffle/error": "^0.0.14",
25-
"@truffle/events": "^0.0.16",
25+
"@truffle/events": "^0.0.17",
2626
"@truffle/provider": "^0.2.42",
2727
"conf": "^10.0.2",
2828
"find-up": "^2.1.0",

packages/contract-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/trufflesuite/truffle/issues"
1515
},
16-
"version": "0.1.58",
16+
"version": "0.1.59",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "./scripts/test.sh",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@truffle/blockchain-utils": "^0.0.31",
25-
"@truffle/compile-solidity": "^5.3.26",
25+
"@truffle/compile-solidity": "^5.3.27",
2626
"@truffle/contract": "^4.3.38",
2727
"bignumber.js": "^7.2.1",
2828
"chai": "^4.2.0",

packages/core/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/trufflesuite/truffle/issues"
1313
},
14-
"version": "5.4.15",
14+
"version": "5.4.16",
1515
"bin": {
1616
"truffle": "./cli.js",
1717
"truffle-exec": "./exec.js"
@@ -22,33 +22,33 @@
2222
},
2323
"dependencies": {
2424
"@truffle/artifactor": "^4.0.126",
25-
"@truffle/box": "^2.1.30",
25+
"@truffle/box": "^2.1.31",
2626
"@truffle/codec": "^0.11.17",
27-
"@truffle/compile-solidity": "^5.3.26",
28-
"@truffle/config": "^1.3.10",
27+
"@truffle/compile-solidity": "^5.3.27",
28+
"@truffle/config": "^1.3.11",
2929
"@truffle/contract": "^4.3.38",
3030
"@truffle/debug-utils": "^5.1.18",
31-
"@truffle/debugger": "^9.1.20",
32-
"@truffle/decoder": "^5.0.11",
33-
"@truffle/deployer": "^3.2.48",
34-
"@truffle/environment": "^0.2.75",
31+
"@truffle/debugger": "^9.1.21",
32+
"@truffle/decoder": "^5.0.12",
33+
"@truffle/deployer": "^3.2.49",
34+
"@truffle/environment": "^0.2.76",
3535
"@truffle/error": "^0.0.14",
3636
"@truffle/expect": "^0.0.18",
37-
"@truffle/fetch-and-compile": "^0.1.11",
37+
"@truffle/fetch-and-compile": "^0.1.12",
3838
"@truffle/interface-adapter": "^0.5.8",
39-
"@truffle/migrate": "^3.2.48",
39+
"@truffle/migrate": "^3.2.49",
4040
"@truffle/plugins": "^0.2.3",
4141
"@truffle/preserve": "^0.2.4",
4242
"@truffle/preserve-fs": "^0.2.4",
4343
"@truffle/preserve-to-buckets": "^0.2.4",
4444
"@truffle/preserve-to-filecoin": "^0.2.4",
4545
"@truffle/preserve-to-ipfs": "^0.2.4",
4646
"@truffle/provider": "^0.2.42",
47-
"@truffle/provisioner": "^0.2.33",
48-
"@truffle/require": "^2.0.78",
49-
"@truffle/resolver": "^7.0.32",
47+
"@truffle/provisioner": "^0.2.34",
48+
"@truffle/require": "^2.0.79",
49+
"@truffle/resolver": "^7.0.33",
5050
"@truffle/source-fetcher": "^0.5.9",
51-
"@truffle/workflow-compile": "^3.2.34",
51+
"@truffle/workflow-compile": "^3.2.35",
5252
"chai": "^4.2.0",
5353
"colors": "^1.4.0",
5454
"command-exists": "^1.2.8",

packages/db-kit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truffle/db-kit",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"description": "Utility belt for Truffle and @truffle/db",
55
"keywords": [
66
"smart-contract",
@@ -57,12 +57,12 @@
5757
"dependencies": {
5858
"@truffle/codec": "^0.11.17",
5959
"@truffle/compile-common": "^0.7.22",
60-
"@truffle/compile-solidity": "^5.3.26",
61-
"@truffle/config": "^1.3.10",
62-
"@truffle/db": "^0.5.34",
63-
"@truffle/decoder": "^5.0.11",
64-
"@truffle/environment": "^0.2.75",
65-
"@truffle/fetch-and-compile": "^0.1.11",
60+
"@truffle/compile-solidity": "^5.3.27",
61+
"@truffle/config": "^1.3.11",
62+
"@truffle/db": "^0.5.35",
63+
"@truffle/decoder": "^5.0.12",
64+
"@truffle/environment": "^0.2.76",
65+
"@truffle/fetch-and-compile": "^0.1.12",
6666
"ink": "^3.0.8",
6767
"ink-big-text": "^1.2.0",
6868
"ink-divider": "^3.0.0",

packages/db-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "0.0.13",
15+
"version": "0.0.14",
1616
"main": "dist/index.js",
1717
"keywords": [
1818
"ethereum",
@@ -30,7 +30,7 @@
3030
"prepare": "tsc"
3131
},
3232
"optionalDependencies": {
33-
"@truffle/db": "^0.5.34"
33+
"@truffle/db": "^0.5.35"
3434
},
3535
"devDependencies": {
3636
"typescript": "^4.1.4"

packages/db/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "0.5.34",
15+
"version": "0.5.35",
1616
"main": "dist/src/index.js",
1717
"files": [
1818
"dist",
@@ -38,8 +38,8 @@
3838
"dependencies": {
3939
"@truffle/abi-utils": "^0.2.4",
4040
"@truffle/code-utils": "^1.2.30",
41-
"@truffle/config": "^1.3.10",
42-
"@truffle/resolver": "^7.0.32",
41+
"@truffle/config": "^1.3.11",
42+
"@truffle/resolver": "^7.0.33",
4343
"apollo-server": "^2.18.2",
4444
"debug": "^4.3.1",
4545
"fs-extra": "^9.1.0",

packages/debugger/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "9.1.20",
15+
"version": "9.1.21",
1616
"main": "dist/debugger.js",
1717
"scripts": {
1818
"build": "webpack --config webpack/webpack.config.js",
@@ -45,10 +45,10 @@
4545
},
4646
"devDependencies": {
4747
"@truffle/artifactor": "^4.0.126",
48-
"@truffle/box": "^2.1.30",
49-
"@truffle/migrate": "^3.2.48",
50-
"@truffle/resolver": "^7.0.32",
51-
"@truffle/workflow-compile": "^3.2.34",
48+
"@truffle/box": "^2.1.31",
49+
"@truffle/migrate": "^3.2.49",
50+
"@truffle/resolver": "^7.0.33",
51+
"@truffle/workflow-compile": "^3.2.35",
5252
"babel-core": "^6.26.0",
5353
"babel-loader": "^7.1.2",
5454
"babel-plugin-transform-object-rest-spread": "^6.26.0",

0 commit comments

Comments
 (0)