@mbao01/next 0.1.0 → 0.1.2
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.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
@@ -50,68 +50,68 @@
|
|
|
50
50
|
"test:watch": "vitest"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mbao01/common": "^0.1.
|
|
53
|
+
"@mbao01/common": "^0.1.2",
|
|
54
54
|
"clsx": "^2.1.1",
|
|
55
|
-
"lucide-react": "^0.
|
|
55
|
+
"lucide-react": "^0.474.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@eslint/js": "^9.
|
|
59
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.4.
|
|
60
|
-
"@storybook/addon-a11y": "^8.
|
|
58
|
+
"@eslint/js": "^9.19.0",
|
|
59
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
60
|
+
"@storybook/addon-a11y": "^8.5.3",
|
|
61
61
|
"@storybook/addon-coverage": "^1.0.5",
|
|
62
|
-
"@storybook/addon-essentials": "^8.
|
|
63
|
-
"@storybook/addon-interactions": "^8.
|
|
64
|
-
"@storybook/addon-links": "^8.
|
|
65
|
-
"@storybook/addon-onboarding": "^8.
|
|
66
|
-
"@storybook/addon-storysource": "^8.
|
|
67
|
-
"@storybook/addon-themes": "^8.
|
|
68
|
-
"@storybook/addon-viewport": "^8.
|
|
69
|
-
"@storybook/blocks": "^8.
|
|
70
|
-
"@storybook/nextjs": "^8.
|
|
71
|
-
"@storybook/react": "^8.
|
|
72
|
-
"@storybook/test": "^8.
|
|
62
|
+
"@storybook/addon-essentials": "^8.5.3",
|
|
63
|
+
"@storybook/addon-interactions": "^8.5.3",
|
|
64
|
+
"@storybook/addon-links": "^8.5.3",
|
|
65
|
+
"@storybook/addon-onboarding": "^8.5.3",
|
|
66
|
+
"@storybook/addon-storysource": "^8.5.3",
|
|
67
|
+
"@storybook/addon-themes": "^8.5.3",
|
|
68
|
+
"@storybook/addon-viewport": "^8.5.3",
|
|
69
|
+
"@storybook/blocks": "^8.5.3",
|
|
70
|
+
"@storybook/nextjs": "^8.5.3",
|
|
71
|
+
"@storybook/react": "^8.5.3",
|
|
72
|
+
"@storybook/test": "^8.5.3",
|
|
73
73
|
"@storybook/test-runner": "^0.21.0",
|
|
74
74
|
"@testing-library/jest-dom": "^6.6.3",
|
|
75
|
-
"@testing-library/react": "^16.
|
|
76
|
-
"@testing-library/user-event": "^14.
|
|
75
|
+
"@testing-library/react": "^16.2.0",
|
|
76
|
+
"@testing-library/user-event": "^14.6.1",
|
|
77
77
|
"@types/eslint__js": "^8.42.3",
|
|
78
78
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
79
|
-
"@types/node": "^22.
|
|
80
|
-
"@types/react": "19.0.
|
|
81
|
-
"@types/react-dom": "19.0.
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
83
|
-
"@typescript-eslint/parser": "^8.
|
|
79
|
+
"@types/node": "^22.13.0",
|
|
80
|
+
"@types/react": "^19.0.8",
|
|
81
|
+
"@types/react-dom": "^19.0.3",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
83
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
84
84
|
"@vitejs/plugin-react": "^4.3.4",
|
|
85
|
-
"@vitest/coverage-v8": "^
|
|
86
|
-
"@vitest/ui": "^
|
|
85
|
+
"@vitest/coverage-v8": "^3.0.5",
|
|
86
|
+
"@vitest/ui": "^3.0.5",
|
|
87
87
|
"autoprefixer": "^10.4.20",
|
|
88
88
|
"axe-playwright": "^2.0.3",
|
|
89
|
-
"eslint": "^9.
|
|
90
|
-
"eslint-config-next": "15.1.
|
|
89
|
+
"eslint": "^9.19.0",
|
|
90
|
+
"eslint-config-next": "^15.1.6",
|
|
91
91
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
92
|
-
"eslint-plugin-react": "^7.37.
|
|
92
|
+
"eslint-plugin-react": "^7.37.4",
|
|
93
93
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
94
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
95
|
-
"eslint-plugin-storybook": "^0.11.
|
|
94
|
+
"eslint-plugin-react-refresh": "^0.4.18",
|
|
95
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
96
96
|
"globals": "^15.14.0",
|
|
97
97
|
"jest-image-snapshot": "^6.4.0",
|
|
98
|
-
"jsdom": "^
|
|
99
|
-
"next": "^15.1.
|
|
98
|
+
"jsdom": "^26.0.0",
|
|
99
|
+
"next": "^15.1.6",
|
|
100
100
|
"next-router-mock": "^0.9.13",
|
|
101
101
|
"path": "^0.12.7",
|
|
102
|
-
"postcss": "^8.
|
|
102
|
+
"postcss": "^8.5.1",
|
|
103
103
|
"prettier": "^3.4.2",
|
|
104
104
|
"react": "^19.0.0",
|
|
105
105
|
"react-dom": "^19.0.0",
|
|
106
|
-
"react-router-dom": "^7.1.
|
|
107
|
-
"storybook": "^8.
|
|
106
|
+
"react-router-dom": "^7.1.5",
|
|
107
|
+
"storybook": "^8.5.3",
|
|
108
108
|
"tailwindcss": "^3.4.17",
|
|
109
|
-
"typescript": "^5.7.
|
|
110
|
-
"typescript-eslint": "^8.
|
|
111
|
-
"vitest": "^
|
|
109
|
+
"typescript": "^5.7.3",
|
|
110
|
+
"typescript-eslint": "^8.22.0",
|
|
111
|
+
"vitest": "^3.0.5"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
114
|
"next": "^15.1.3"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "b43c499981b9050be8a939d6e11b6ec2adf0a23b"
|
|
117
117
|
}
|