@appcorp/app-corp-vista 0.0.48 → 0.0.49
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/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/app-corp-vista",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
|
|
6
6
|
"build:next": "next build",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@appcorp/app-corp-designs": "^0.4.
|
|
31
|
+
"@appcorp/app-corp-designs": "^0.4.62",
|
|
32
32
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
33
33
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
34
34
|
"@headlessui/react": "^2.2.0",
|
|
@@ -36,47 +36,47 @@
|
|
|
36
36
|
"@heroicons/react": "^2.2.0",
|
|
37
37
|
"@mdx-js/loader": "^3.1.0",
|
|
38
38
|
"@mdx-js/react": "^3.1.0",
|
|
39
|
-
"@mdxeditor/editor": "^3.
|
|
40
|
-
"@next/third-parties": "^15
|
|
39
|
+
"@mdxeditor/editor": "^3.21.0",
|
|
40
|
+
"@next/third-parties": "^15",
|
|
41
41
|
"@react-jvectormap/core": "^1.0.4",
|
|
42
42
|
"@react-jvectormap/world": "^1.1.2",
|
|
43
43
|
"@react-pakistan/react-icon-collection": "^3.5.0",
|
|
44
|
-
"@react-pakistan/util-functions": "^1.23.
|
|
44
|
+
"@react-pakistan/util-functions": "^1.23.37",
|
|
45
45
|
"@remixicon/react": "^4.6.0",
|
|
46
|
-
"@storybook/addon-essentials": "8.
|
|
47
|
-
"@storybook/addon-interactions": "8.
|
|
48
|
-
"@storybook/addon-links": "8.
|
|
49
|
-
"@storybook/addon-onboarding": "^8.
|
|
50
|
-
"@storybook/addon-themes": "^8.
|
|
51
|
-
"@storybook/blocks": "8.
|
|
52
|
-
"@storybook/nextjs": "8.
|
|
53
|
-
"@storybook/react": "8.
|
|
54
|
-
"@storybook/test": "8.
|
|
55
|
-
"@storybook/types": "8.
|
|
56
|
-
"@tailwindcss/forms": "^0.5.
|
|
46
|
+
"@storybook/addon-essentials": "8.5.1",
|
|
47
|
+
"@storybook/addon-interactions": "8.5.1",
|
|
48
|
+
"@storybook/addon-links": "8.5.1",
|
|
49
|
+
"@storybook/addon-onboarding": "^8.5.1",
|
|
50
|
+
"@storybook/addon-themes": "^8.5.1",
|
|
51
|
+
"@storybook/blocks": "8.5.1",
|
|
52
|
+
"@storybook/nextjs": "8.5.1",
|
|
53
|
+
"@storybook/react": "8.5.1",
|
|
54
|
+
"@storybook/test": "8.5.1",
|
|
55
|
+
"@storybook/types": "8.5.1",
|
|
56
|
+
"@tailwindcss/forms": "^0.5.10",
|
|
57
|
+
"@tailwindcss/postcss": "^4.0.0",
|
|
57
58
|
"@types/node": "^22",
|
|
58
59
|
"@types/react": "^19",
|
|
59
|
-
"@types/react-day-picker": "^5.3.0",
|
|
60
60
|
"@types/react-dom": "^19",
|
|
61
61
|
"autoprefixer": "^10.4.20",
|
|
62
62
|
"clsx": "^2.1.1",
|
|
63
|
-
"concurrently": "^9.1.
|
|
63
|
+
"concurrently": "^9.1.2",
|
|
64
64
|
"date-fns": "^4.1.0",
|
|
65
65
|
"eslint": "^9",
|
|
66
|
-
"eslint-config-next": "15
|
|
67
|
-
"eslint-plugin-storybook": "^0.11.
|
|
68
|
-
"fast-glob": "^3.3.
|
|
69
|
-
"framer-motion": "^
|
|
66
|
+
"eslint-config-next": "^15",
|
|
67
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
68
|
+
"fast-glob": "^3.3.3",
|
|
69
|
+
"framer-motion": "^12.0.5",
|
|
70
70
|
"husky": "^9.1.7",
|
|
71
|
-
"next": "^15
|
|
71
|
+
"next": "^15",
|
|
72
72
|
"next-intl": "^3.26.3",
|
|
73
73
|
"next-themes": "^0.4.4",
|
|
74
74
|
"postcss": "^8",
|
|
75
|
-
"react": "^19
|
|
76
|
-
"react-dom": "^19
|
|
77
|
-
"storybook": "8.
|
|
75
|
+
"react": "^19",
|
|
76
|
+
"react-dom": "^19",
|
|
77
|
+
"storybook": "8.5.1",
|
|
78
78
|
"swr": "^2.3.0",
|
|
79
|
-
"tailwindcss": "^
|
|
79
|
+
"tailwindcss": "^4.0.0",
|
|
80
80
|
"tailwindcss-animate": "^1.0.7",
|
|
81
81
|
"typescript": "^5"
|
|
82
82
|
},
|