@mbao01/next 0.4.1 → 0.4.3
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.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
@@ -50,62 +50,62 @@
|
|
|
50
50
|
"test:watch": "vitest"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mbao01/common": "^0.4.
|
|
53
|
+
"@mbao01/common": "^0.4.3",
|
|
54
54
|
"clsx": "^2.1.1",
|
|
55
|
-
"lucide-react": "^0.
|
|
55
|
+
"lucide-react": "^0.525.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@eslint/eslintrc": "^3.3.1",
|
|
59
|
-
"@eslint/js": "^9.
|
|
60
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.
|
|
61
|
-
"@storybook/addon-a11y": "^9.0.
|
|
59
|
+
"@eslint/js": "^9.30.1",
|
|
60
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
|
|
61
|
+
"@storybook/addon-a11y": "^9.0.16",
|
|
62
62
|
"@storybook/addon-coverage": "^2.0.0",
|
|
63
|
-
"@storybook/addon-docs": "^9.0.
|
|
64
|
-
"@storybook/addon-links": "^9.0.
|
|
65
|
-
"@storybook/addon-onboarding": "^9.0.
|
|
66
|
-
"@storybook/addon-themes": "^9.0.
|
|
67
|
-
"@storybook/nextjs": "^9.0.
|
|
63
|
+
"@storybook/addon-docs": "^9.0.16",
|
|
64
|
+
"@storybook/addon-links": "^9.0.16",
|
|
65
|
+
"@storybook/addon-onboarding": "^9.0.16",
|
|
66
|
+
"@storybook/addon-themes": "^9.0.16",
|
|
67
|
+
"@storybook/nextjs": "^9.0.16",
|
|
68
68
|
"@storybook/test-runner": "^0.23.0",
|
|
69
|
-
"@tailwindcss/postcss": "^4.1.
|
|
69
|
+
"@tailwindcss/postcss": "^4.1.11",
|
|
70
70
|
"@testing-library/jest-dom": "^6.6.3",
|
|
71
71
|
"@testing-library/react": "^16.3.0",
|
|
72
72
|
"@testing-library/user-event": "^14.6.1",
|
|
73
73
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
74
|
-
"@types/node": "^24.0.
|
|
74
|
+
"@types/node": "^24.0.13",
|
|
75
75
|
"@types/react": "^19.1.8",
|
|
76
76
|
"@types/react-dom": "^19.1.6",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
79
|
-
"@vitejs/plugin-react": "^4.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
78
|
+
"@typescript-eslint/parser": "^8.36.0",
|
|
79
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
80
80
|
"@vitest/coverage-v8": "^3.2.4",
|
|
81
81
|
"@vitest/ui": "^3.2.4",
|
|
82
82
|
"axe-playwright": "^2.1.0",
|
|
83
|
-
"eslint": "^9.
|
|
84
|
-
"eslint-config-next": "^15.3.
|
|
83
|
+
"eslint": "^9.30.1",
|
|
84
|
+
"eslint-config-next": "^15.3.5",
|
|
85
85
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
86
86
|
"eslint-plugin-react": "^7.37.5",
|
|
87
87
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
88
88
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
89
|
-
"eslint-plugin-storybook": "^9.0.
|
|
90
|
-
"globals": "^16.
|
|
89
|
+
"eslint-plugin-storybook": "^9.0.16",
|
|
90
|
+
"globals": "^16.3.0",
|
|
91
91
|
"jest-image-snapshot": "^6.5.1",
|
|
92
92
|
"jsdom": "^26.1.0",
|
|
93
|
-
"next": "^15.3.
|
|
93
|
+
"next": "^15.3.5",
|
|
94
94
|
"next-router-mock": "^1.0.2",
|
|
95
95
|
"path": "^0.12.7",
|
|
96
96
|
"postcss": "^8.5.6",
|
|
97
|
-
"prettier": "^3.
|
|
97
|
+
"prettier": "^3.6.2",
|
|
98
98
|
"react": "^19.1.0",
|
|
99
99
|
"react-dom": "^19.1.0",
|
|
100
|
-
"react-router-dom": "^7.6.
|
|
101
|
-
"storybook": "^9.0.
|
|
102
|
-
"tailwindcss": "^4.1.
|
|
100
|
+
"react-router-dom": "^7.6.3",
|
|
101
|
+
"storybook": "^9.0.16",
|
|
102
|
+
"tailwindcss": "^4.1.11",
|
|
103
103
|
"typescript": "^5.8.3",
|
|
104
|
-
"typescript-eslint": "^8.
|
|
104
|
+
"typescript-eslint": "^8.36.0",
|
|
105
105
|
"vitest": "^3.2.4"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"next": "15"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "f1e87f8fc6fc61de80777905e5d8e3bb214fab28"
|
|
111
111
|
}
|