Skip to content

Commit

Permalink
chore(deps): install math-expression-evaluator
Browse files Browse the repository at this point in the history
This dependency evaluates math expression from string values
(i.e. "2 + 2")
Also installed corresponding types
  • Loading branch information
lemredd committed Dec 20, 2022
1 parent 3669d10 commit 2f2dce4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
},
"dependencies": {
"@vue/test-utils": "^2.2.6",
"math-expression-evaluator": "^1.4.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/math-expression-evaluator": "^1.3.0",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 2f2dce4

Please sign in to comment.