Skip to content

Commit 564538b

Browse files
committed
up
1 parent e5708ee commit 564538b

File tree

8 files changed

+621
-49
lines changed

8 files changed

+621
-49
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

external/HelperLib

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
{
2-
"name": "lse-plugins",
2+
"name": "workspace-js",
33
"packageManager": "[email protected]",
44
"private": true,
55
"version": "0",
66
"workspaces": [
7-
"packages/*",
87
"external/*",
8+
"plugins/*",
99
"private/*"
1010
],
1111
"scripts": {
1212
"format": "prettier -cw .",
13-
"lint": "eslint \"**/*.{js,ts}\""
13+
"lint": "eslint \"**/*.{js,ts}\"",
14+
"build": "yarn workspaces foreach -Wpt run build",
15+
"clean": "yarn workspaces foreach -Wpt run clean"
1416
},
1517
"author": "student_2333 <[email protected]>",
1618
"license": "Apache-2.0",
1719
"devDependencies": {
1820
"@cordisjs/eslint-config": "^1.1.1",
21+
"@types/levi-lamina-lse": "workspace:^",
1922
"@types/node": "^22.10.7",
20-
"@typescript-eslint/eslint-plugin": "^7.16.0",
21-
"@typescript-eslint/parser": "^7.16.0",
22-
"dumble": "^0.2.0",
23-
"eslint": "^8.57.0",
24-
"eslint-plugin-import": "^2.29.1",
25-
"eslint-plugin-jsx-a11y": "^6.9.0",
23+
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/parser": "^7.18.0",
25+
"dumble": "^0.2.1",
26+
"eslint": "^8.57.1",
27+
"eslint-plugin-import": "^2.31.0",
28+
"eslint-plugin-jsx-a11y": "^6.10.2",
2629
"eslint-plugin-n": "^16.6.2",
27-
"eslint-plugin-promise": "^6.4.0",
28-
"eslint-plugin-react": "^7.34.3",
30+
"eslint-plugin-promise": "^6.6.0",
31+
"eslint-plugin-react": "^7.37.4",
2932
"eslint-plugin-react-hooks": "^4.6.2",
30-
"typescript": "^5.5.3"
33+
"typescript": "^5.7.3"
3134
}
3235
}

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"incremental": true,
88
"skipLibCheck": true,
99
"esModuleInterop": true,
10-
"types": ["node"],
10+
// "types": ["node"],
1111
"allowJs": true,
1212
"checkJs": true,
1313
"removeComments": true,

0 commit comments

Comments
 (0)