Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Bump hot-formula-parser from 3.0.0 to 4.0.0 in /javascript
Browse files Browse the repository at this point in the history
Bumps [hot-formula-parser](https://github.com/handsontable/formula-parser) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/handsontable/formula-parser/releases)
- [Changelog](https://github.com/handsontable/formula-parser/blob/develop/.release.json)
- [Commits](handsontable/formula-parser@3.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: hot-formula-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent ead680a commit 35adb1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions javascript/package-lock.json

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

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"hot-formula-parser": "^3.0.0",
"hot-formula-parser": "^4.0.0",
"lodash": "^4.17.21"
}
}
8 changes: 4 additions & 4 deletions javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ bessel@^1.0.2:
resolved "https://registry.yarnpkg.com/bessel/-/bessel-1.0.2.tgz#828812291e0b62e94959cdea43fac186e8a7202d"
integrity sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==

hot-formula-parser@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/hot-formula-parser/-/hot-formula-parser-3.0.2.tgz#d71f03a4ef43ba3074bde383a0e36202b5b64116"
integrity sha512-W/Dj/UbIyuViMIQOQD6tUEVySl7jd6ei+gfWslTiRqa4yRhkyHnIz8N4oLnqgDRhhVAQIcFF5NfNz49k4X8IxQ==
hot-formula-parser@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/hot-formula-parser/-/hot-formula-parser-4.0.0.tgz#b406bdc7ed30d855b7bcbe01d9dc2ee954c28e56"
integrity sha512-diG1UvuQ3HxtfezVUIpvndk/bVkqZJ9Rfv10MdVF7pJEj8P2Jd4iCZSMJCN3lDhnLegaVlfSYSA6+szYNFQUKg==
dependencies:
"@handsontable/formulajs" "^2.0.2"
tiny-emitter "^2.1.0"
Expand Down

0 comments on commit 35adb1b

Please sign in to comment.