@comet/admin-icons 9.0.0-canary-20250915134805 → 9.0.0-canary-20251002064922
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/CHANGELOG.md +3 -1
- package/eslint.config.mjs +2 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/eslint.config.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import eslintConfigReact from "@comet/eslint-config/react.js";
|
|
1
|
+
import eslintConfigReact from "@comet/eslint-config/future/react.js";
|
|
2
2
|
|
|
3
3
|
/** @type {import('eslint')} */
|
|
4
4
|
const config = [
|
|
@@ -9,6 +9,7 @@ const config = [
|
|
|
9
9
|
{
|
|
10
10
|
rules: {
|
|
11
11
|
"@comet/no-other-module-relative-import": "off",
|
|
12
|
+
"react/jsx-no-literals": "off"
|
|
12
13
|
},
|
|
13
14
|
},
|
|
14
15
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/admin-icons",
|
|
3
|
-
"version": "9.0.0-canary-
|
|
3
|
+
"version": "9.0.0-canary-20251002064922",
|
|
4
4
|
"description": "A collection of icons for Comet Admin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/admin-icons",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"cli-progress": "^3.12.0",
|
|
27
27
|
"eslint": "^9.30.1",
|
|
28
28
|
"fast-xml-parser": "^5.2.5",
|
|
29
|
-
"npm-run-all2": "^
|
|
29
|
+
"npm-run-all2": "^8.0.0",
|
|
30
30
|
"prettier": "^3.6.2",
|
|
31
31
|
"react": "^18.3.1",
|
|
32
32
|
"react-dom": "^18.3.1",
|
|
33
33
|
"rimraf": "^6.0.1",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "5.8.3",
|
|
36
|
-
"@comet/admin-babel-preset": "9.0.0-canary-
|
|
37
|
-
"@comet/eslint-config": "9.0.0-canary-
|
|
36
|
+
"@comet/admin-babel-preset": "9.0.0-canary-20251002064922",
|
|
37
|
+
"@comet/eslint-config": "9.0.0-canary-20251002064922"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@mui/material": "^7.0.0",
|