mobigrid-module 1.1.9 → 1.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +8 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mobigrid-module",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.11",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -20,14 +20,10 @@
|
|
20
20
|
"author": "",
|
21
21
|
"license": "ISC",
|
22
22
|
"dependencies": {
|
23
|
-
"@radix-ui/react-checkbox": "^1.1.2",
|
24
23
|
"@radix-ui/react-dialog": "^1.1.2",
|
25
24
|
"@radix-ui/react-popover": "^1.1.2",
|
26
25
|
"@radix-ui/react-select": "^2.1.2",
|
27
26
|
"@radix-ui/react-slot": "^1.1.0",
|
28
|
-
"@rollup/plugin-commonjs": "^28.0.1",
|
29
|
-
"@rollup/plugin-node-resolve": "^15.3.0",
|
30
|
-
"@rollup/plugin-typescript": "^12.1.1",
|
31
27
|
"@tanstack/react-table": "^8.20.5",
|
32
28
|
"axios": "^1.7.8",
|
33
29
|
"date-fns": "^4.1.0",
|
@@ -35,13 +31,16 @@
|
|
35
31
|
"next-themes": "^0.4.3",
|
36
32
|
"react-day-picker": "8.10.1",
|
37
33
|
"react-feather": "^2.0.10",
|
38
|
-
"rollup-plugin-node-polyfills": "^0.2.1",
|
39
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
40
|
-
"rollup-plugin-terser": "^7.0.2",
|
41
34
|
"sonner": "^1.7.0",
|
42
35
|
"tslib": "^2.8.1"
|
43
36
|
},
|
44
37
|
"devDependencies": {
|
38
|
+
"rollup-plugin-node-polyfills": "^0.2.1",
|
39
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
40
|
+
"rollup-plugin-terser": "^7.0.2",
|
41
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
42
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
43
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
45
44
|
"@babel/cli": "^7.25.9",
|
46
45
|
"@babel/core": "^7.26.0",
|
47
46
|
"@babel/preset-env": "^7.26.0",
|
@@ -53,7 +52,6 @@
|
|
53
52
|
"@types/node": "^22.10.1",
|
54
53
|
"@types/react": "^18.3.12",
|
55
54
|
"@types/react-dom": "^18.3.1",
|
56
|
-
"@vitejs/plugin-react": "^4.3.3",
|
57
55
|
"autoprefixer": "^10.4.20",
|
58
56
|
"class-variance-authority": "^0.7.0",
|
59
57
|
"clsx": "^2.1.1",
|
@@ -69,8 +67,7 @@
|
|
69
67
|
"tailwindcss-animate": "^1.0.7",
|
70
68
|
"tsup": "^8.3.5",
|
71
69
|
"typescript": "^5.7.2",
|
72
|
-
"typescript-eslint": "^8.11.0"
|
73
|
-
"vite": "^5.4.10"
|
70
|
+
"typescript-eslint": "^8.11.0"
|
74
71
|
},
|
75
72
|
"types": "dist/index.d",
|
76
73
|
"files": [
|