Merge pull request #1122 from threehams/upgrade-acorn

Support optional chaining in static RAM calculator.
This commit is contained in:
hydroflame
2021-09-04 19:03:22 -04:00
committed by GitHub
3 changed files with 89 additions and 89 deletions

View File

@@ -12,8 +12,8 @@
"@types/numeral": "0.0.25",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"acorn": "^6.4.1",
"acorn-walk": "^6.2.0",
"acorn": "^8.4.1",
"acorn-walk": "^8.1.1",
"ajv": "^5.1.5",
"ajv-keywords": "^2.0.0",
"arg": "^5.0.0",