Skip to content

Commit

Permalink
1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
plegner committed Aug 21, 2023
1 parent 506cd71 commit facc1c3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
166 changes: 83 additions & 83 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
@@ -1,6 +1,6 @@
{
"name": "@mathigon/boost",
"version": "1.2.13",
"version": "1.2.14",
"license": "MIT",
"homepage": "https://mathigon.io/boost",
"repository": "mathigon/boost.js",
Expand All @@ -14,7 +14,7 @@
"AJAX"
],
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -38,20 +38,20 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@mathigon/core": "1.1.10",
"@mathigon/euclid": "1.1.12",
"@mathigon/fermat": "1.1.9"
"@mathigon/core": "1.1.11",
"@mathigon/euclid": "1.1.13",
"@mathigon/fermat": "1.1.10"
},
"devDependencies": {
"@types/tape": "5.6.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"esbuild": "0.18.17",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-plugin-import": "2.28.0",
"tape": "5.6.6",
"ts-node": "10.9.1",
"tslib": "2.6.1",
"tslib": "2.6.2",
"typescript": "5.1.6"
}
}

0 comments on commit facc1c3

Please sign in to comment.