Skip to content

Commit cf38bd0

Browse files
authored
Slang 0.19.0 (#1089)
1 parent 6ac9575 commit cf38bd0

File tree

10 files changed

+122
-153
lines changed

10 files changed

+122
-153
lines changed

package-lock.json

Lines changed: 86 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
"@babel/code-frame": "^7.26.2",
8787
"@types/jest": "^29.5.14",
8888
"@types/semver": "^7.5.8",
89-
"@typescript-eslint/eslint-plugin": "^8.19.1",
90-
"@typescript-eslint/parser": "^8.19.1",
89+
"@typescript-eslint/eslint-plugin": "^8.22.0",
90+
"@typescript-eslint/parser": "^8.22.0",
9191
"c8": "^10.1.3",
9292
"cross-env": "^7.0.3",
93-
"eslint": "^9.17.0",
94-
"eslint-config-prettier": "^9.1.0",
93+
"eslint": "^9.19.0",
94+
"eslint-config-prettier": "10.0.1",
9595
"esm-utils": "^4.3.0",
9696
"jest": "^29.7.0",
9797
"jest-light-runner": "^0.6.0",
@@ -101,14 +101,14 @@
101101
"lines-and-columns": "^2.0.4",
102102
"prettier": "^3.4.2",
103103
"solc": "^0.8.28",
104-
"ts-loader": "^9.5.1",
104+
"ts-loader": "^9.5.2",
105105
"ts-node": "^10.9.2",
106-
"typescript": "^5.7.2",
106+
"typescript": "^5.7.3",
107107
"webpack": "^5.97.1",
108108
"webpack-cli": "^6.0.1"
109109
},
110110
"dependencies": {
111-
"@nomicfoundation/slang": "0.18.3",
111+
"@nomicfoundation/slang": "0.19.0",
112112
"@solidity-parser/parser": "^0.19.0",
113113
"semver": "^7.6.3"
114114
},

0 commit comments

Comments
 (0)