Skip to content

Commit d2b2969

Browse files
Merge pull request #95 from technote-space/release/next-v0.5.42
release: v0.5.43
2 parents cdd65b0 + 49718a9 commit d2b2969

File tree

2 files changed

+1133
-1458
lines changed

2 files changed

+1133
-1458
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/game-interface",
3-
"version": "0.5.42",
3+
"version": "0.5.43",
44
"description": "",
55
"keywords": [
66
"genetic algorithm"
@@ -38,20 +38,20 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@commitlint/cli": "^16.1.0",
42-
"@commitlint/config-conventional": "^16.0.0",
43-
"@types/jest": "^27.4.0",
44-
"@types/node": "^17.0.14",
45-
"@typescript-eslint/eslint-plugin": "^5.10.2",
46-
"@typescript-eslint/parser": "^5.10.2",
47-
"eslint": "^8.8.0",
48-
"husky": "^7.0.4",
49-
"jest": "^27.4.7",
50-
"jest-circus": "^27.4.6",
51-
"lint-staged": "^12.3.3",
52-
"pinst": "^2.1.6",
53-
"ts-jest": "^27.1.3",
54-
"typescript": "^4.5.5"
41+
"@commitlint/cli": "^17.0.2",
42+
"@commitlint/config-conventional": "^17.0.2",
43+
"@types/jest": "^28.1.3",
44+
"@types/node": "^18.0.0",
45+
"@typescript-eslint/eslint-plugin": "^5.29.0",
46+
"@typescript-eslint/parser": "^5.29.0",
47+
"eslint": "^8.18.0",
48+
"husky": "^8.0.1",
49+
"jest": "^28.1.1",
50+
"jest-circus": "^28.1.1",
51+
"lint-staged": "^13.0.2",
52+
"pinst": "^3.0.0",
53+
"ts-jest": "^28.0.5",
54+
"typescript": "^4.7.4"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)