@comet/mail-react 9.0.0-canary-20260113132154 → 9.0.0-canary-20260119123708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/mail-react",
|
|
3
|
-
"version": "9.0.0-canary-
|
|
3
|
+
"version": "9.0.0-canary-20260119123708",
|
|
4
4
|
"description": "Utilities for building HTML emails with React",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
],
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"eslint": "^9.30.1",
|
|
13
|
-
"npm-run-all2": "^8.0.
|
|
13
|
+
"npm-run-all2": "^8.0.4",
|
|
14
14
|
"prettier": "^3.6.2",
|
|
15
15
|
"rimraf": "^6.1.2",
|
|
16
16
|
"typescript": "5.9.3",
|
|
17
|
-
"@comet/eslint-config": "9.0.0-canary-
|
|
17
|
+
"@comet/eslint-config": "9.0.0-canary-20260119123708"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=22.0.0"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
31
31
|
"lint:ci": "pnpm run lint",
|
|
32
32
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
33
|
-
"lint:prettier": "pnpm exec prettier --check '
|
|
33
|
+
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
|
|
34
34
|
"lint:tsc": "tsc"
|
|
35
35
|
}
|
|
36
36
|
}
|