@artibet/react-mui-components 2.5.5 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@artibet/react-mui-components",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.6.0",
|
4
4
|
"description": "Various react components build with mui library",
|
5
5
|
"main": "./core/index.js",
|
6
6
|
"scripts": {
|
@@ -29,6 +29,7 @@
|
|
29
29
|
"@mui/icons-material": "^5.14.7",
|
30
30
|
"@mui/material": "^5.14.7",
|
31
31
|
"@mui/x-date-pickers": "^5.0.20",
|
32
|
+
"@inertiajs/react": "^1.0.11",
|
32
33
|
"axios": "^1.5.0",
|
33
34
|
"date-fns": "^2.30.0",
|
34
35
|
"nprogress": "^0.2.0",
|
@@ -56,6 +57,7 @@
|
|
56
57
|
"@babel/preset-react": "^7.22.5",
|
57
58
|
"@babel/preset-typescript": "^7.22.11",
|
58
59
|
"@hookform/resolvers": "^3.2.0",
|
60
|
+
"@inertiajs/react": "^1.0.11",
|
59
61
|
"@mui/x-date-pickers": "^5.0.20",
|
60
62
|
"@rollup/plugin-babel": "^6.0.3",
|
61
63
|
"@rollup/plugin-commonjs": "^25.0.4",
|