@mbao01/next 0.6.4 → 0.7.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
@@ -50,58 +50,58 @@
|
|
|
50
50
|
"test:watch": "vitest"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mbao01/common": "^0.
|
|
54
|
-
"@storybook/nextjs-vite": "^10.1.
|
|
53
|
+
"@mbao01/common": "^0.7.0",
|
|
54
|
+
"@storybook/nextjs-vite": "^10.1.11",
|
|
55
55
|
"clsx": "^2.1.1",
|
|
56
|
-
"lucide-react": "^0.
|
|
56
|
+
"lucide-react": "^0.562.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@eslint/eslintrc": "^3.3.3",
|
|
60
|
-
"@eslint/js": "^9.39.
|
|
60
|
+
"@eslint/js": "^9.39.2",
|
|
61
61
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
62
|
-
"@storybook/addon-a11y": "^10.1.
|
|
62
|
+
"@storybook/addon-a11y": "^10.1.11",
|
|
63
63
|
"@storybook/addon-coverage": "^3.0.0",
|
|
64
|
-
"@storybook/addon-docs": "^10.1.
|
|
65
|
-
"@storybook/addon-links": "^10.1.
|
|
66
|
-
"@storybook/addon-onboarding": "^10.1.
|
|
67
|
-
"@storybook/addon-themes": "^10.1.
|
|
64
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
65
|
+
"@storybook/addon-links": "^10.1.11",
|
|
66
|
+
"@storybook/addon-onboarding": "^10.1.11",
|
|
67
|
+
"@storybook/addon-themes": "^10.1.11",
|
|
68
68
|
"@storybook/test-runner": "^0.24.2",
|
|
69
|
-
"@tailwindcss/postcss": "^4.1.
|
|
69
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
70
70
|
"@testing-library/jest-dom": "^6.9.1",
|
|
71
|
-
"@testing-library/react": "^16.3.
|
|
71
|
+
"@testing-library/react": "^16.3.1",
|
|
72
72
|
"@testing-library/user-event": "^14.6.1",
|
|
73
73
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
74
|
-
"@types/node": "^25.0.
|
|
74
|
+
"@types/node": "^25.0.3",
|
|
75
75
|
"@types/react": "19.2.7",
|
|
76
76
|
"@types/react-dom": "19.2.3",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
78
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
79
79
|
"@vitejs/plugin-react": "^5.1.2",
|
|
80
80
|
"@vitest/coverage-v8": "^3.2.4",
|
|
81
81
|
"@vitest/ui": "^3.2.4",
|
|
82
82
|
"axe-playwright": "^2.2.2",
|
|
83
|
-
"eslint": "^9.39.
|
|
84
|
-
"eslint-config-next": "16.
|
|
83
|
+
"eslint": "^9.39.2",
|
|
84
|
+
"eslint-config-next": "16.1.1",
|
|
85
85
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
86
86
|
"eslint-plugin-react": "^7.37.5",
|
|
87
87
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
88
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
89
|
-
"eslint-plugin-storybook": "^10.1.
|
|
88
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
89
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
90
90
|
"globals": "^16.5.0",
|
|
91
91
|
"jest-image-snapshot": "^6.5.1",
|
|
92
|
-
"jsdom": "^27.
|
|
93
|
-
"next": "16.
|
|
92
|
+
"jsdom": "^27.4.0",
|
|
93
|
+
"next": "16.1.1",
|
|
94
94
|
"next-router-mock": "^1.0.4",
|
|
95
95
|
"path": "^0.12.7",
|
|
96
96
|
"postcss": "^8.5.6",
|
|
97
97
|
"prettier": "^3.7.4",
|
|
98
|
-
"react": "19.2.
|
|
99
|
-
"react-dom": "19.2.
|
|
100
|
-
"react-router-dom": "^7.
|
|
101
|
-
"storybook": "^10.1.
|
|
102
|
-
"tailwindcss": "^4.1.
|
|
98
|
+
"react": "19.2.3",
|
|
99
|
+
"react-dom": "19.2.3",
|
|
100
|
+
"react-router-dom": "^7.11.0",
|
|
101
|
+
"storybook": "^10.1.11",
|
|
102
|
+
"tailwindcss": "^4.1.18",
|
|
103
103
|
"typescript": "^5.9.3",
|
|
104
|
-
"typescript-eslint": "^8.
|
|
104
|
+
"typescript-eslint": "^8.51.0",
|
|
105
105
|
"vitest": "^3.2.4"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"@types/react-dom": "19.2.3"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "412b7c47a5fe2f7fc7e8e17255b6df1dbb3428b5"
|
|
117
117
|
}
|