@moser-inc/moser-labs-react 6.7.3 → 6.7.5
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/dist/moser-labs-react.css +1 -1
- package/dist/moser-labs-react.js +7817 -8772
- package/dist/package.json.d.ts +17 -12
- package/package.json +17 -12
package/dist/package.json.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.5",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,6 +24,11 @@ declare const _default: {
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"access": "public",
|
|
29
|
+
"provenance": false,
|
|
30
|
+
"registry": "https://registry.npmjs.org/"
|
|
31
|
+
},
|
|
27
32
|
"scripts": {
|
|
28
33
|
"dev": "vite",
|
|
29
34
|
"build": "vite build",
|
|
@@ -35,16 +40,16 @@ declare const _default: {
|
|
|
35
40
|
"prepack": "npm run build"
|
|
36
41
|
},
|
|
37
42
|
"peerDependencies": {
|
|
38
|
-
"@types/react": ">= 18.2.14 <
|
|
39
|
-
"@types/react-dom": ">= 18.2.6 <
|
|
40
|
-
"@unhead/react": ">=2.0.11 < 3",
|
|
43
|
+
"@types/react": ">= 18.2.14 < 20",
|
|
44
|
+
"@types/react-dom": ">= 18.2.6 < 20",
|
|
45
|
+
"@unhead/react": ">= 2.0.11 < 3",
|
|
41
46
|
"primereact": ">= 9.6.0 < 11",
|
|
42
|
-
"react": ">= 18.2.0 <
|
|
43
|
-
"react-dom": ">= 18.2.0 <
|
|
47
|
+
"react": ">= 18.2.0 < 20",
|
|
48
|
+
"react-dom": ">= 18.2.0 < 20"
|
|
44
49
|
},
|
|
45
50
|
"dependencies": {
|
|
46
51
|
"@analytics/mixpanel": "^0.4.0",
|
|
47
|
-
"@moser-inc/moser-labs-custom-elements": "2.5.
|
|
52
|
+
"@moser-inc/moser-labs-custom-elements": "2.5.3",
|
|
48
53
|
"@react-hookz/web": "^25.1.1",
|
|
49
54
|
"analytics": "^0.8.19",
|
|
50
55
|
"clsx": "^2.1.1",
|
|
@@ -57,21 +62,21 @@ declare const _default: {
|
|
|
57
62
|
"devDependencies": {
|
|
58
63
|
"@hookform/resolvers": "^5.2.1",
|
|
59
64
|
"@moser-inc/eslint-config-react": "^4.1.1",
|
|
60
|
-
"@moser-inc/unocss-preset-moser-labs": "^
|
|
65
|
+
"@moser-inc/unocss-preset-moser-labs": "^4.0.1",
|
|
61
66
|
"@tsconfig/node22": "^22.0.2",
|
|
62
67
|
"@tsconfig/vite-react": "^7.0.0",
|
|
63
68
|
"@unocss/eslint-config": "^66.4.2",
|
|
64
69
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
65
|
-
"@vitejs/plugin-react-swc": "^4.0.
|
|
70
|
+
"@vitejs/plugin-react-swc": "^4.0.1",
|
|
66
71
|
"eslint": "^9.33.0",
|
|
67
72
|
"prettier": "^3.6.2",
|
|
68
73
|
"react-hook-form": "^7.62.0",
|
|
69
|
-
"react-router": "^7.8.
|
|
70
|
-
"react-router-dom": "^7.8.
|
|
74
|
+
"react-router": "^7.8.1",
|
|
75
|
+
"react-router-dom": "^7.8.1",
|
|
71
76
|
"sass": "^1.90.0",
|
|
72
77
|
"typescript": "^5.9.2",
|
|
73
78
|
"unocss": "^66.4.2",
|
|
74
|
-
"vite": "^7.1.
|
|
79
|
+
"vite": "^7.1.3",
|
|
75
80
|
"vite-plugin-dts": "^4.5.4",
|
|
76
81
|
"zod": "^4.0.17"
|
|
77
82
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moser-inc/moser-labs-react",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.5",
|
|
4
4
|
"description": "React components for the Moser Labs suite of applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"access": "public",
|
|
29
|
+
"provenance": false,
|
|
30
|
+
"registry": "https://registry.npmjs.org/"
|
|
31
|
+
},
|
|
27
32
|
"scripts": {
|
|
28
33
|
"dev": "vite",
|
|
29
34
|
"build": "vite build",
|
|
@@ -35,16 +40,16 @@
|
|
|
35
40
|
"prepack": "npm run build"
|
|
36
41
|
},
|
|
37
42
|
"peerDependencies": {
|
|
38
|
-
"@types/react": ">= 18.2.14 <
|
|
39
|
-
"@types/react-dom": ">= 18.2.6 <
|
|
40
|
-
"@unhead/react": ">=2.0.11 < 3",
|
|
43
|
+
"@types/react": ">= 18.2.14 < 20",
|
|
44
|
+
"@types/react-dom": ">= 18.2.6 < 20",
|
|
45
|
+
"@unhead/react": ">= 2.0.11 < 3",
|
|
41
46
|
"primereact": ">= 9.6.0 < 11",
|
|
42
|
-
"react": ">= 18.2.0 <
|
|
43
|
-
"react-dom": ">= 18.2.0 <
|
|
47
|
+
"react": ">= 18.2.0 < 20",
|
|
48
|
+
"react-dom": ">= 18.2.0 < 20"
|
|
44
49
|
},
|
|
45
50
|
"dependencies": {
|
|
46
51
|
"@analytics/mixpanel": "^0.4.0",
|
|
47
|
-
"@moser-inc/moser-labs-custom-elements": "2.5.
|
|
52
|
+
"@moser-inc/moser-labs-custom-elements": "2.5.3",
|
|
48
53
|
"@react-hookz/web": "^25.1.1",
|
|
49
54
|
"analytics": "^0.8.19",
|
|
50
55
|
"clsx": "^2.1.1",
|
|
@@ -57,21 +62,21 @@
|
|
|
57
62
|
"devDependencies": {
|
|
58
63
|
"@hookform/resolvers": "^5.2.1",
|
|
59
64
|
"@moser-inc/eslint-config-react": "^4.1.1",
|
|
60
|
-
"@moser-inc/unocss-preset-moser-labs": "^
|
|
65
|
+
"@moser-inc/unocss-preset-moser-labs": "^4.0.1",
|
|
61
66
|
"@tsconfig/node22": "^22.0.2",
|
|
62
67
|
"@tsconfig/vite-react": "^7.0.0",
|
|
63
68
|
"@unocss/eslint-config": "^66.4.2",
|
|
64
69
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
65
|
-
"@vitejs/plugin-react-swc": "^4.0.
|
|
70
|
+
"@vitejs/plugin-react-swc": "^4.0.1",
|
|
66
71
|
"eslint": "^9.33.0",
|
|
67
72
|
"prettier": "^3.6.2",
|
|
68
73
|
"react-hook-form": "^7.62.0",
|
|
69
|
-
"react-router": "^7.8.
|
|
70
|
-
"react-router-dom": "^7.8.
|
|
74
|
+
"react-router": "^7.8.1",
|
|
75
|
+
"react-router-dom": "^7.8.1",
|
|
71
76
|
"sass": "^1.90.0",
|
|
72
77
|
"typescript": "^5.9.2",
|
|
73
78
|
"unocss": "^66.4.2",
|
|
74
|
-
"vite": "^7.1.
|
|
79
|
+
"vite": "^7.1.3",
|
|
75
80
|
"vite-plugin-dts": "^4.5.4",
|
|
76
81
|
"zod": "^4.0.17"
|
|
77
82
|
}
|