mobigrid-module 1.1.16 → 1.1.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- /package/dist/{styles.css → app/globals.css} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mobigrid-module",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.18",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -30,7 +30,6 @@
|
|
30
30
|
"next-themes": "^0.4.3",
|
31
31
|
"react-day-picker": "8.10.1",
|
32
32
|
"react-feather": "^2.0.10",
|
33
|
-
"rollup-plugin-postcss": "^4.0.2",
|
34
33
|
"sonner": "^1.7.0",
|
35
34
|
"tslib": "^2.8.1"
|
36
35
|
},
|
@@ -59,6 +58,7 @@
|
|
59
58
|
"postcss": "^8.4.47",
|
60
59
|
"react": "^18.3.1",
|
61
60
|
"react-dom": "^18.3.1",
|
61
|
+
"rollup-plugin-postcss": "^4.0.2",
|
62
62
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
63
63
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
64
64
|
"rollup-plugin-terser": "^7.0.2",
|
File without changes
|