Skip to content

Commit

Permalink
Update: Update engine
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 7, 2023
1 parent 4951a0e commit 582328b
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 287 deletions.
Binary file modified backend/assets/engines/EngineConfiguration
Binary file not shown.
Binary file modified backend/assets/engines/EnginePlayData
Binary file not shown.
Binary file modified backend/assets/engines/EnginePreviewData
Binary file not shown.
22 changes: 11 additions & 11 deletions sub-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^7.74.1",
"axios": "^1.5.1",
"@sentry/node": "^7.77.0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"morgan": "^1.10.0",
Expand All @@ -31,24 +31,24 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/morgan": "^1.9.7",
"@types/node": "^18.18.6",
"@types/supertest": "^2.0.15",
"@types/url-join": "^4.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"@types/morgan": "^1.9.9",
"@types/node": "^18.18.9",
"@types/supertest": "^2.0.16",
"@types/url-join": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.17.19",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"supertest": "^6.3.3",
"terser": "^5.22.0",
"terser": "^5.24.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 582328b

Please sign in to comment.