Skip to content

Commit 905e10a

Browse files
Merge pull request #100 from technote-space/release/next-v0.8.25
release: v0.8.26
2 parents d677a7e + b50c272 commit 905e10a

File tree

2 files changed

+490
-402
lines changed

2 files changed

+490
-402
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/genetic-algorithms-js",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"description": "Genetic Algorithms Library",
55
"keywords": [
66
"github",
@@ -35,14 +35,14 @@
3535
},
3636
"dependencies": {},
3737
"devDependencies": {
38-
"@commitlint/cli": "^16.2.1",
39-
"@commitlint/config-conventional": "^16.2.1",
40-
"@typescript-eslint/eslint-plugin": "^5.12.0",
41-
"@typescript-eslint/parser": "^5.12.0",
42-
"eslint": "^8.9.0",
43-
"husky": "^7.0.4",
44-
"lint-staged": "^12.3.4",
45-
"typescript": "^4.5.5"
38+
"@commitlint/cli": "^17.0.3",
39+
"@commitlint/config-conventional": "^17.0.3",
40+
"@typescript-eslint/eslint-plugin": "^5.29.0",
41+
"@typescript-eslint/parser": "^5.29.0",
42+
"eslint": "^8.18.0",
43+
"husky": "^8.0.1",
44+
"lint-staged": "^13.0.3",
45+
"typescript": "^4.7.4"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)