Skip to content

Commit f2d8d89

Browse files
Merge pull request #93 from technote-space/release/next-v0.5.40
release: v0.5.41
2 parents d92027e + a8127cc commit f2d8d89

File tree

2 files changed

+163
-183
lines changed

2 files changed

+163
-183
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/game-interface",
3-
"version": "0.5.40",
3+
"version": "0.5.41",
44
"description": "",
55
"keywords": [
66
"genetic algorithm"
@@ -38,20 +38,20 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@commitlint/cli": "^16.0.2",
41+
"@commitlint/cli": "^16.1.0",
4242
"@commitlint/config-conventional": "^16.0.0",
4343
"@types/jest": "^27.4.0",
44-
"@types/node": "^17.0.8",
45-
"@typescript-eslint/eslint-plugin": "^5.9.1",
46-
"@typescript-eslint/parser": "^5.9.1",
47-
"eslint": "^8.6.0",
44+
"@types/node": "^17.0.12",
45+
"@typescript-eslint/eslint-plugin": "^5.10.1",
46+
"@typescript-eslint/parser": "^5.10.1",
47+
"eslint": "^8.7.0",
4848
"husky": "^7.0.4",
4949
"jest": "^27.4.7",
5050
"jest-circus": "^27.4.6",
51-
"lint-staged": "^12.1.7",
51+
"lint-staged": "^12.3.2",
5252
"pinst": "^2.1.6",
53-
"ts-jest": "^27.1.2",
54-
"typescript": "^4.5.4"
53+
"ts-jest": "^27.1.3",
54+
"typescript": "^4.5.5"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)