Skip to content

Commit

Permalink
Merge pull request #444 from akashic-games/update-trigger-2.0.0
Browse files Browse the repository at this point in the history
chore(deps): update trigger@2.0.0
  • Loading branch information
yu-ogi authored Apr 24, 2023
2 parents dc93bba + c19677a commit 0682089
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 33 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## 3.12.0
* @akashic/trigger@2.0.0 に更新

## 3.11.2
* 型キャストの見直し

Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@akashic/akashic-engine",
"version": "3.11.2",
"version": "3.12.0",
"description": "The core library of Akashic Engine",
"main": "index.js",
"dependencies": {
"@akashic/game-configuration": "~1.10.0",
"@akashic/pdi-types": "~1.7.0",
"@akashic/pdi-types": "~1.8.0",
"@akashic/playlog": "~3.1.0",
"@akashic/trigger": "~1.0.1"
"@akashic/trigger": "~2.0.0"
},
"devDependencies": {
"@akashic/eslint-config": "1.1.1",
"@akashic/pdi-common-impl": "^1.2.0",
"@akashic/pdi-common-impl": "^1.3.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"eslint": "^8.18.0",
Expand Down

0 comments on commit 0682089

Please sign in to comment.