Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changesets-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: github.event.pull_request.user.login == 'renovate[bot]' && github.repository == 'akashic-games/akashic-cli' && contains(github.event.pull_request.labels.*.name, 'release')
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Publish and Release
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# CHANGELOG の差分を適切に生成するため明示的にすべての履歴を取得
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/serve_dockerfile_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node: [20.x, 22.x]
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Node
Expand Down
825 changes: 271 additions & 554 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/akashic-cli-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"minimatch": "5.1.6",
"mock-fs": "5.2.0",
"shx": "0.3.4",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uglify-save-license": "0.4.1",
"vinyl-source-stream": "2.0.0",
"vitest": "^2.1.1",
Expand All @@ -65,8 +65,8 @@
"@akashic/akashic-cli-extra": "2.0.3",
"@akashic/game-configuration": "2.5.0",
"@akashic/headless-driver": "2.17.10",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/core": "7.25.9",
"@babel/preset-env": "7.25.9",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -78,7 +78,7 @@
"https": "1.0.0",
"maxrects-packer": "2.7.3",
"pngjs": "7.0.0",
"rollup": "4.22.4",
"rollup": "4.22.5",
"terser": "^5.34.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/akashic-cli-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@akashic/eslint-config": "3.0.2",
"@types/ini": "1.3.34",
"@types/lodash": "4.17.9",
"@types/lodash": "4.17.23",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.130",
"mock-fs": "5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/akashic-cli-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
],
"devDependencies": {
"@akashic/eslint-config": "3.0.2",
"@types/express": "4.17.21",
"@types/form-data": "2.5.0",
"@types/express": "4.17.25",
"@types/form-data": "2.5.2",
"@types/fs-extra": "9.0.13",
"@types/mock-fs": "4.13.4",
"@types/node": "20.14.14",
"@types/unzipper": "0.10.10",
"@types/node": "20.14.15",
"@types/unzipper": "0.10.11",
"express": "^4.20.0",
"get-port": "5.1.1",
"mock-fs": "5.2.0",
Expand All @@ -49,7 +49,7 @@
"commander": "12.1.0",
"fs-extra": "11.2.0",
"glob": "11.1.0",
"ignore": "7.0.0",
"ignore": "7.0.5",
"prompt": "1.3.0",
"unzipper": "0.12.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/akashic-cli-lib-manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"devDependencies": {
"@akashic/eslint-config": "3.0.2",
"@akashic/game-configuration": "2.5.0",
"@types/form-data": "2.5.0",
"@types/form-data": "2.5.2",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.44",
"@types/node": "18.19.130",
"@types/tar": "6.1.13",
"mock-fs": "5.2.0",
"rimraf": "3.0.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "^2.0.5"
},
"dependencies": {
"@akashic/akashic-cli-commons": "1.0.3",
"commander": "12.1.0",
"minipass": "7.1.2",
"minizlib": "3.0.1",
"minizlib": "3.0.2",
"tar": "7.4.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/akashic-cli-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@akashic/game-configuration": "2.5.0",
"@types/image-size": "0.8.0",
"@types/mock-fs": "4.13.4",
"@types/node": "24.10.1",
"@types/node": "24.10.9",
"mock-fs": "5.2.0",
"shx": "0.3.4",
"typescript": "5.5.4",
Expand All @@ -45,7 +45,7 @@
"chokidar": "^4.0.0",
"commander": "^12.0.0",
"image-size": "~1.2.0",
"music-metadata": "10.7.0",
"music-metadata": "10.7.1",
"svgson": "^5.2.1",
"thumbcoil": "~1.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/akashic-cli-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"@akashic/trigger": "2.1.3",
"@msgpack/msgpack": "2.8.0",
"chalk": "5.3.0",
"chokidar": "4.0.1",
"chokidar": "4.0.3",
"commander": "12.1.0",
"cors": "2.8.5",
"cors": "2.8.6",
"ejs": "3.1.10",
"express": "^4.20.0",
"lodash": "4.17.23",
"open": "8.4.2",
"query-string": "6.14.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"socket.io": "4.7.5",
"socket.io-parser": "4.2.4"
"socket.io-parser": "4.2.5"
},
"devDependencies": {
"@akashic/agvw": "^1.0.6",
Expand All @@ -65,18 +65,18 @@
"@storybook/builder-vite": "^8.2.9",
"@storybook/react": "^8.2.0",
"@storybook/react-vite": "^8.2.9",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.6",
"@types/express": "4.17.25",
"@types/express-serve-static-core": "4.19.8",
"@types/node": "22.2.0",
"@types/query-string": "6.3.0",
"@types/react": "16.14.62",
"@types/react": "16.14.68",
"@types/react-dom": "16.9.25",
"@types/react-measure": "2.0.12",
"@types/storybook__react": "5.2.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint-plugin-react": "7.35.2",
"get-port": "5.1.1",
"material-icons": "1.13.12",
"material-icons": "1.13.14",
"mobx": "5.15.7",
"mobx-react": "6.3.1",
"react": "16.14.0",
Expand All @@ -85,7 +85,7 @@
"scroll-into-view-if-needed": "2.2.31",
"shx": "0.3.4",
"socket.io-client": "4.7.5",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.8"
},
Expand Down
Loading