Skip to content

Commit

Permalink
Merge pull request #15 from StauroDEV/remove-polyfills
Browse files Browse the repository at this point in the history
fix: remove polyfills
  • Loading branch information
talentlessguy authored Nov 29, 2023
2 parents 7c63768 + 8f3f9ce commit 5c1214a
Show file tree
Hide file tree
Showing 13 changed files with 196 additions and 400 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default [
rules: {
'no-unused-vars': 'off',
'@stylistic/max-len': ['error', { code: 120 }],
'no-var': 'error',
},
},
]
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,27 @@
"@ipld/car": "^5.2.4",
"@ipld/dag-cbor": "^9.0.6",
"@ipld/unixfs": "^2.1.2",
"@stauro/filebase-upload": "^0.0.4",
"@stauro/filebase-upload": "^0.0.7",
"@stauro/piggybank": "^0.0.5",
"ascii-bar": "^1.0.3",
"cac": "^6.7.14",
"colorette": "^2.0.20",
"globby": "^14.0.0",
"multiformats": "^12.1.3",
"node-fetch": "^3.3.2",
"semver": "^7.5.4",
"table": "^6.8.1",
"varint": "^6.0.0",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@eslint/js": "^8.54.0",
"@stylistic/eslint-plugin": "^1.4.0",
"@types/node": "^20.9.1",
"@types/semver": "^7.5.5",
"@types/varint": "^6.0.3",
"@typescript-eslint/parser": "^6.11.0",
"@stylistic/eslint-plugin": "^1.4.1",
"@types/node": "^20.10.0",
"@types/semver": "^7.5.6",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"globals": "^13.23.0",
"semantic-release": "^22.0.8",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 5c1214a

Please sign in to comment.