Skip to content

Commit f438ad3

Browse files
authored
Fix browser build (usecannon#123)
* fix browser build add loading of package fix rollup config v2.1.8-alpha.1 fix TS build config use cjs builds remove rollup build v2.1.8-alpha.2 remove unused dependencies fix package-lock remove mock tests from hardhat-cannon fix package-lock v2.1.8-alpha.3 remove forced usage of browser build v2.1.8-alpha.4 add custom headers to ipfs loader * update lockfiles * fix loader override * update website package-lock * normalize typescript version * fix linting errors * fix solhint config * remove linting in packages/contracts/src/MockV3Aggregator.sol * update lock files * fix website package-lock with lerna * v2.1.9-alpha.1 * fix builder browser build * v2.1.9-alpha.2
1 parent 5bd399e commit f438ad3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+82963
-74692
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"plugins": ["@typescript-eslint", "prettier"],
2121
"rules": {
22-
"prettier/prettier": ["error", { "singleQuote": true, "printWidth": 125 }],
22+
"prettier/prettier": ["error", { "singleQuote": true }],
2323
"no-mixed-spaces-and-tabs": ["warn", "smart-tabs"],
2424
"comma-dangle": [
2525
"error",

.solhintignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
**/node_modules/**
2-
artifacts/
3-
cache/
4-
node_modules/
1+
artifacts
2+
cache
3+
node_modules
54
packages/hardhat-cannon/dist
65
packages/registry-subgraph/generated
6+
7+
# TODO: fix
8+
packages/contracts/src/MockV3Aggregator.sol

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.1.8"
5+
"version": "2.1.9-alpha.2"
66
}

0 commit comments

Comments
 (0)