Skip to content

Commit

Permalink
Slang 0.19.0 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther authored Jan 29, 2025
1 parent 6ac9575 commit cf38bd0
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 153 deletions.
167 changes: 86 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
"@babel/code-frame": "^7.26.2",
"@types/jest": "^29.5.14",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "10.0.1",
"esm-utils": "^4.3.0",
"jest": "^29.7.0",
"jest-light-runner": "^0.6.0",
Expand All @@ -101,14 +101,14 @@
"lines-and-columns": "^2.0.4",
"prettier": "^3.4.2",
"solc": "^0.8.28",
"ts-loader": "^9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@nomicfoundation/slang": "0.18.3",
"@nomicfoundation/slang": "0.19.0",
"@solidity-parser/parser": "^0.19.0",
"semver": "^7.6.3"
},
Expand Down
Loading

0 comments on commit cf38bd0

Please sign in to comment.