Update to Cubism 4 SDK for Web R6

This commit is contained in:
wada
2023-02-21 11:08:57 +09:00
parent e3df50532b
commit 00275677be
11 changed files with 1255 additions and 495 deletions

View File

@ -8,13 +8,13 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"
}
}