Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 20ec07f commit 89ec362
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@akashic/remark-preset-lint": "^0.1.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"nx": "^19.1.0",
"remark-cli": "^10.0.1",
"nx": "^20.0.0",
"remark-cli": "^12.0.0",
"shelljs": "^0.8.5"
}
}
10 changes: 5 additions & 5 deletions packages/akashic-cli-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"devDependencies": {
"@akashic/eslint-config": "^2.1.0",
"@types/browserify": "12.0.40",
"@types/eslint": "8.56.11",
"@types/eslint": "9.6.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/mock-fs": "4.13.4",
"@types/node": "20.14.15",
"@types/node": "22.10.1",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint-config-prettier": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"shx": "0.3.4",
Expand Down
16 changes: 8 additions & 8 deletions packages/akashic-cli-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"@akashic/akashic-engine": "~2.6.7",
"@akashic/eslint-config": "2.1.0",
"@akashic/sandbox-configuration": "^2.3.0",
"@types/archiver": "5.3.4",
"@types/archiver": "6.0.3",
"@types/commander": "2.12.5",
"@types/ejs": "3.1.5",
"@types/encoding-japanese": "^2.0.1",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.4",
"@types/fs-readdir-recursive": "1.1.3",
"@types/glob": "8.1.0",
"@types/mock-fs": "4.13.4",
"@types/node": "22.2.0",
"@types/node": "22.10.1",
"@types/pngjs": "6.0.5",
"@types/uglify-js": "3.17.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"minimatch": "5.1.6",
"minimatch": "10.0.1",
"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",
"zip": "1.2.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/akashic-cli-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"devDependencies": {
"@akashic/eslint-config": "2.1.0",
"@types/commander": "2.12.5",
"@types/ini": "1.3.34",
"@types/jasmine": "3.10.18",
"@types/ini": "4.1.1",
"@types/jasmine": "5.1.5",
"@types/mock-fs": "4.13.4",
"@types/node": "14.18.63",
"@types/node": "22.10.1",
"@types/lodash": "4.17.13",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"rimraf": "3.0.2",
"typescript": "5.5.4"
"rimraf": "6.0.1",
"typescript": "5.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions packages/akashic-cli-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"devDependencies": {
"@akashic/eslint-config": "2.1.0",
"@types/commander": "2.12.5",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/form-data": "2.5.0",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/mock-fs": "4.13.4",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/unzipper": "0.10.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"express": "^4.20.0",
"get-port": "5.1.1",
"get-port": "7.1.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"rimraf": "3.0.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "",
"devDependencies": {
"@akashic/akashic-sandbox": "~0.28.0",
"eslint": "7.32.0"
"eslint": "9.16.0"
}
}
14 changes: 7 additions & 7 deletions packages/akashic-cli-lib-manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"@akashic/game-configuration": "2.4.0",
"@types/commander": "2.12.5",
"@types/form-data": "2.5.0",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.44",
"@types/node": "22.10.1",
"@types/tar": "6.1.13",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"rimraf": "3.0.2",
"typescript": "5.6.2"
"rimraf": "6.0.1",
"typescript": "5.6.3"
},
"dependencies": {
"@akashic/akashic-cli-commons": "0.15.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/akashic-cli-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@
"@akashic/sandbox-configuration": "^2.3.0",
"@deboxsoft/cpx": "^1.5.0",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.14",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.5",
"@types/jasmine": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/serve-static": "^1.15.0",
"@types/superagent": "^8.0.0",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^28.0.0",
"jasmine": "^5.0.0",
"supertest": "^6.3.1",
"supertest": "^7.0.0",
"typescript": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/akashic-cli-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@types/image-size": "0.8.0",
"@types/jest": "29.5.14",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.44",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"shx": "0.3.4",
Expand Down
38 changes: 19 additions & 19 deletions packages/akashic-cli-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,37 +58,37 @@
"@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": "5.0.0",
"@types/express-serve-static-core": "5.0.2",
"@types/node": "22.2.0",
"@types/query-string": "6.3.0",
"@types/react": "16.14.62",
"@types/react-dom": "16.9.24",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@types/react-measure": "2.0.12",
"@types/storybook__react": "5.2.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"browserify": "16.5.2",
"css-loader": "5.2.7",
"@typescript-eslint/eslint-plugin": "8.17.0",
"browserify": "17.0.1",
"css-loader": "7.1.2",
"es6-promise": "4.2.8",
"eslint": "8.57.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-react": "7.35.2",
"get-port": "5.1.1",
"get-port": "7.1.0",
"jest": "29.7.0",
"material-icons": "1.13.12",
"mobx": "5.15.7",
"mobx-react": "6.3.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"mobx": "6.13.5",
"mobx-react": "9.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-measure": "2.5.2",
"rimraf": "3.0.2",
"scroll-into-view-if-needed": "2.2.31",
"rimraf": "6.0.1",
"scroll-into-view-if-needed": "3.1.0",
"shx": "0.3.4",
"socket.io-client": "4.7.5",
"socket.io-client": "4.8.1",
"storybook-addon-jsx": "^7.3.14",
"style-loader": "1.3.0",
"ts-loader": "8.4.0",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"uglify-js": "3.19.3",
"uglify-save-license": "0.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/akashic-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@akashic/eslint-config": "2.1.0",
"@types/node": "^14.18.30",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"rimraf": "^3.0.2",
"eslint-plugin-jest": "28.9.0",
"rimraf": "^6.0.0",
"typescript": "^5.6.2"
},
"publishConfig": {
Expand Down

0 comments on commit 89ec362

Please sign in to comment.