@mbao01/next 0.0.47 → 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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/next",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
@@ -44,70 +44,70 @@
|
|
|
44
44
|
"test:coverage": "vitest run --coverage",
|
|
45
45
|
"test:ui": "vitest --ui",
|
|
46
46
|
"test:visual": "test-storybook --url http://127.0.0.1:6007",
|
|
47
|
-
"test:visual:coverage": "test-storybook --coverage",
|
|
47
|
+
"test:visual:coverage": "test-storybook --coverage --url http://127.0.0.1:6007",
|
|
48
48
|
"test:visual:ci": "test-storybook --ci --verbose --url http://127.0.0.1:6007",
|
|
49
|
-
"test:visual:watch": "test-storybook --watch",
|
|
49
|
+
"test:visual:watch": "test-storybook --watch --url http://127.0.0.1:6007",
|
|
50
50
|
"test:watch": "vitest"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@mbao01/common": "^0.0.
|
|
53
|
+
"@mbao01/common": "^0.0.48",
|
|
54
54
|
"@radix-ui/react-icons": "^1.3.0",
|
|
55
55
|
"clsx": "^2.1.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
59
|
-
"@storybook/addon-a11y": "^8.3.
|
|
59
|
+
"@storybook/addon-a11y": "^8.3.6",
|
|
60
60
|
"@storybook/addon-coverage": "^1.0.4",
|
|
61
|
-
"@storybook/addon-essentials": "^8.3.
|
|
62
|
-
"@storybook/addon-interactions": "^8.3.
|
|
63
|
-
"@storybook/addon-links": "^8.3.
|
|
64
|
-
"@storybook/addon-onboarding": "^8.3.
|
|
65
|
-
"@storybook/addon-storysource": "^8.3.
|
|
66
|
-
"@storybook/addon-themes": "^8.3.
|
|
67
|
-
"@storybook/addon-viewport": "^8.3.
|
|
68
|
-
"@storybook/blocks": "^8.3.
|
|
69
|
-
"@storybook/nextjs": "^8.3.
|
|
70
|
-
"@storybook/react": "^8.3.
|
|
71
|
-
"@storybook/test": "^8.3.
|
|
61
|
+
"@storybook/addon-essentials": "^8.3.6",
|
|
62
|
+
"@storybook/addon-interactions": "^8.3.6",
|
|
63
|
+
"@storybook/addon-links": "^8.3.6",
|
|
64
|
+
"@storybook/addon-onboarding": "^8.3.6",
|
|
65
|
+
"@storybook/addon-storysource": "^8.3.6",
|
|
66
|
+
"@storybook/addon-themes": "^8.3.6",
|
|
67
|
+
"@storybook/addon-viewport": "^8.3.6",
|
|
68
|
+
"@storybook/blocks": "^8.3.6",
|
|
69
|
+
"@storybook/nextjs": "^8.3.6",
|
|
70
|
+
"@storybook/react": "^8.3.6",
|
|
71
|
+
"@storybook/test": "^8.3.6",
|
|
72
72
|
"@storybook/test-runner": "^0.19.1",
|
|
73
|
-
"@testing-library/jest-dom": "^6.
|
|
73
|
+
"@testing-library/jest-dom": "^6.6.2",
|
|
74
74
|
"@testing-library/react": "^16.0.1",
|
|
75
75
|
"@testing-library/user-event": "^14.5.2",
|
|
76
76
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
77
|
-
"@types/node": "^22.7.
|
|
78
|
-
"@types/react": "^18.3.
|
|
79
|
-
"@types/react-dom": "^18.3.
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
81
|
-
"@typescript-eslint/parser": "^8.
|
|
82
|
-
"@vitejs/plugin-react": "^4.3.
|
|
83
|
-
"@vitest/coverage-v8": "^2.1.
|
|
84
|
-
"@vitest/ui": "^2.1.
|
|
77
|
+
"@types/node": "^22.7.9",
|
|
78
|
+
"@types/react": "^18.3.12",
|
|
79
|
+
"@types/react-dom": "^18.3.1",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
81
|
+
"@typescript-eslint/parser": "^8.11.0",
|
|
82
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
83
|
+
"@vitest/coverage-v8": "^2.1.3",
|
|
84
|
+
"@vitest/ui": "^2.1.3",
|
|
85
85
|
"autoprefixer": "^10.4.20",
|
|
86
86
|
"axe-playwright": "^2.0.3",
|
|
87
87
|
"eslint": "^8.57.1",
|
|
88
|
-
"eslint-config-next": "14.2.
|
|
89
|
-
"eslint-plugin-jsx-a11y": "^6.10.
|
|
90
|
-
"eslint-plugin-react": "^7.37.
|
|
88
|
+
"eslint-config-next": "14.2.15",
|
|
89
|
+
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
90
|
+
"eslint-plugin-react": "^7.37.2",
|
|
91
91
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
92
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
92
|
+
"eslint-plugin-react-refresh": "^0.4.13",
|
|
93
93
|
"eslint-plugin-storybook": "^0.9.0",
|
|
94
94
|
"jest-image-snapshot": "^6.4.0",
|
|
95
95
|
"jsdom": "^25.0.1",
|
|
96
|
-
"next": "^14.2.
|
|
96
|
+
"next": "^14.2.16",
|
|
97
97
|
"next-router-mock": "^0.9.13",
|
|
98
98
|
"path": "^0.12.7",
|
|
99
99
|
"postcss": "^8.4.47",
|
|
100
100
|
"prettier": "^3.3.3",
|
|
101
101
|
"react": "^18.3.1",
|
|
102
102
|
"react-dom": "^18.3.1",
|
|
103
|
-
"react-router-dom": "^6.
|
|
104
|
-
"storybook": "^8.3.
|
|
105
|
-
"tailwindcss": "^3.4.
|
|
106
|
-
"typescript": "^5.6.
|
|
107
|
-
"vitest": "^2.1.
|
|
103
|
+
"react-router-dom": "^6.27.0",
|
|
104
|
+
"storybook": "^8.3.6",
|
|
105
|
+
"tailwindcss": "^3.4.14",
|
|
106
|
+
"typescript": "^5.6.3",
|
|
107
|
+
"vitest": "^2.1.3"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"next": "^14.1.0"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "34986ed4f7018e59f157e933f118ba68be32fb98"
|
|
113
113
|
}
|