Skip to content

Commit af87188

Browse files
authored
Merge pull request #258 from MaaAssistantArknights/dev
2 parents 5e0bd70 + 719cd19 commit af87188

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4799
-2487
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
"lint:fix": "npm-run-all --parallel lint:fix:eslint lint:fix:prettier",
1515
"lint:fix:eslint": "eslint --fix src/**/*",
1616
"lint:fix:prettier": "prettier --write src/**/*",
17-
"scripts:update": "npm-run-all --parallel scripts:update-operators scripts:update-operator-avatars",
18-
"scripts:update-operators": "yarn install && esno scripts/update-operators.ts",
19-
"scripts:update-operator-avatars": "yarn install && esno scripts/update-operator-avatars.ts"
17+
"scripts:update": "yarn install && npm-run-all --parallel scripts:update-operators scripts:update-operator-avatars scripts:update-prof-icons",
18+
"scripts:update-operators": "esno scripts/update-operators.ts",
19+
"scripts:update-operator-avatars": "esno scripts/update-operator-avatars.ts",
20+
"scripts:update-prof-icons": "yarn install && esno scripts/update-prof-icons.ts"
2021
},
2122
"dependencies": {
2223
"@blueprintjs/core": "^4.15.1",
@@ -76,7 +77,7 @@
7677
"eslint-plugin-import": "^2.26.0",
7778
"eslint-plugin-jsx-a11y": "^6.6.1",
7879
"eslint-plugin-prettier": "^4.2.1",
79-
"esno": "^0.16.3",
80+
"esno": "^4.0.0",
8081
"less": "^4.1.2",
8182
"node-fetch": "^3.2.6",
8283
"npm-run-all2": "^6.0.2",
52.8 KB
Loading
46.1 KB
Loading
50.3 KB
Loading
47.5 KB
Loading
51 KB
Loading
45 KB
Loading
63.5 KB
Loading
15 KB
Loading

0 commit comments

Comments
 (0)