Skip to content

Commit ece5abb

Browse files
tassoevangaolin1
authored andcommitted
chore(sha256): Review build configuration (RocketChat#37923)
1 parent 7eeab4a commit ece5abb

File tree

6 files changed

+3
-19
lines changed

6 files changed

+3
-19
lines changed

packages/sha256/.eslintrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"extends": ["@rocket.chat/eslint-config"],
3-
"plugins": ["jest"],
4-
"env": {
5-
"jest/globals": true
6-
},
73
"ignorePatterns": ["dist"]
84
}

packages/sha256/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/sha256/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
"typecheck": "tsc --noEmit"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "~7.28.5",
19-
"@babel/preset-env": "~7.28.5",
2018
"@rocket.chat/eslint-config": "workspace:^",
2119
"@rocket.chat/jest-presets": "workspace:~",
2220
"@rocket.chat/tsconfig": "workspace:*",
23-
"@typescript-eslint/eslint-plugin": "~5.60.1",
24-
"@typescript-eslint/parser": "~5.60.1",
2521
"eslint": "~8.45.0",
2622
"jest": "~30.2.0",
2723
"typescript": "~5.9.3"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"outDir": "dist",
45
"target": "ES2015",
56
"module": "commonjs",
67
"declaration": true,
78
"declarationMap": true,
89
"sourceMap": true,
910
},
10-
"exclude": ["**/*.spec.ts", "**/*.spec.js"]
11+
"exclude": ["**/*.spec.ts"]
1112
}

packages/sha256/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"extends": "@rocket.chat/tsconfig/base.json",
33
"compilerOptions": {
4-
"outDir": "dist",
54
"rootDir": "src",
6-
"strictNullChecks": true,
75
},
86
"include": ["src"]
97
}

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10237,13 +10237,9 @@ __metadata:
1023710237
version: 0.0.0-use.local
1023810238
resolution: "@rocket.chat/sha256@workspace:packages/sha256"
1023910239
dependencies:
10240-
"@babel/core": "npm:~7.28.5"
10241-
"@babel/preset-env": "npm:~7.28.5"
1024210240
"@rocket.chat/eslint-config": "workspace:^"
1024310241
"@rocket.chat/jest-presets": "workspace:~"
1024410242
"@rocket.chat/tsconfig": "workspace:*"
10245-
"@typescript-eslint/eslint-plugin": "npm:~5.60.1"
10246-
"@typescript-eslint/parser": "npm:~5.60.1"
1024710243
eslint: "npm:~8.45.0"
1024810244
jest: "npm:~30.2.0"
1024910245
typescript: "npm:~5.9.3"
@@ -10797,7 +10793,7 @@ __metadata:
1079710793
peerDependencies:
1079810794
"@rocket.chat/layout": "*"
1079910795
"@rocket.chat/tools": 0.2.3
10800-
"@rocket.chat/ui-contexts": 25.0.1
10796+
"@rocket.chat/ui-contexts": 25.0.2
1080110797
"@tanstack/react-query": "*"
1080210798
react: "*"
1080310799
react-hook-form: "*"

0 commit comments

Comments
 (0)