Skip to content

Commit 3499fd3

Browse files
Merge pull request #84 from technote-space/release/next-v0.8.17
release: v0.8.18
2 parents afc6395 + 8542be4 commit 3499fd3

File tree

2 files changed

+214
-256
lines changed

2 files changed

+214
-256
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/genetic-algorithms-js",
3-
"version": "0.8.17",
3+
"version": "0.8.18",
44
"description": "Genetic Algorithms Library",
55
"keywords": [
66
"github",
@@ -35,14 +35,14 @@
3535
},
3636
"dependencies": {},
3737
"devDependencies": {
38-
"@commitlint/cli": "^11.0.0",
39-
"@commitlint/config-conventional": "^11.0.0",
40-
"@typescript-eslint/eslint-plugin": "^4.15.1",
41-
"@typescript-eslint/parser": "^4.15.1",
38+
"@commitlint/cli": "^12.0.1",
39+
"@commitlint/config-conventional": "^12.0.1",
40+
"@typescript-eslint/eslint-plugin": "^4.15.2",
41+
"@typescript-eslint/parser": "^4.15.2",
4242
"eslint": "^7.20.0",
43-
"husky": "^5.0.9",
43+
"husky": "^5.1.1",
4444
"lint-staged": "^10.5.4",
45-
"typescript": "^4.1.5"
45+
"typescript": "^4.2.2"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)