Skip to content

Commit b448229

Browse files
Merge pull request #86 from technote-space/release/next-v0.5.36
release: v0.5.37
2 parents 773abc1 + b26aeb4 commit b448229

File tree

2 files changed

+555
-597
lines changed

2 files changed

+555
-597
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/game-interface",
3-
"version": "0.5.36",
3+
"version": "0.5.37",
44
"description": "",
55
"keywords": [
66
"genetic algorithm"
@@ -38,20 +38,20 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@commitlint/cli": "^13.2.0",
41+
"@commitlint/cli": "^13.2.1",
4242
"@commitlint/config-conventional": "^13.2.0",
4343
"@types/jest": "^27.0.2",
44-
"@types/node": "^16.10.2",
45-
"@typescript-eslint/eslint-plugin": "^4.32.0",
46-
"@typescript-eslint/parser": "^4.32.0",
47-
"eslint": "^7.32.0",
44+
"@types/node": "^16.10.9",
45+
"@typescript-eslint/eslint-plugin": "^5.0.0",
46+
"@typescript-eslint/parser": "^5.0.0",
47+
"eslint": "^8.0.1",
4848
"husky": "^7.0.2",
49-
"jest": "^27.2.4",
50-
"jest-circus": "^27.2.4",
51-
"lint-staged": "^11.1.2",
49+
"jest": "^27.2.5",
50+
"jest-circus": "^27.2.5",
51+
"lint-staged": "^11.2.3",
5252
"pinst": "^2.1.6",
5353
"ts-jest": "^27.0.5",
54-
"typescript": "^4.4.3"
54+
"typescript": "^4.4.4"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)