@bigtablet/design-system 1.22.0 → 1.22.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 +19 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigtablet/design-system",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.2",
|
|
4
4
|
"description": "Bigtablet Design System UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"packageManager": "pnpm@10.20.0",
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"lucide-react": ">=0.552.0",
|
|
76
|
+
"next": ">=16",
|
|
76
77
|
"react": "^19",
|
|
77
78
|
"react-dom": "^19"
|
|
78
79
|
},
|
|
@@ -82,44 +83,44 @@
|
|
|
82
83
|
}
|
|
83
84
|
},
|
|
84
85
|
"devDependencies": {
|
|
85
|
-
"@commitlint/cli": "^20.
|
|
86
|
-
"@commitlint/core": "^20.
|
|
86
|
+
"@commitlint/cli": "^20.5.0",
|
|
87
|
+
"@commitlint/core": "^20.5.0",
|
|
87
88
|
"@semantic-release/changelog": "^6.0.3",
|
|
88
89
|
"@semantic-release/git": "^10.0.1",
|
|
89
90
|
"@semantic-release/github": "^12.0.1",
|
|
90
91
|
"@semantic-release/npm": "^13.1.1",
|
|
91
92
|
"@size-limit/preset-small-lib": "^12.0.1",
|
|
92
|
-
"@storybook/addon-docs": "^10.
|
|
93
|
-
"@storybook/addon-vitest": "10.
|
|
94
|
-
"@storybook/react": "10.
|
|
95
|
-
"@storybook/react-vite": "10.
|
|
93
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
94
|
+
"@storybook/addon-vitest": "^10.3.3",
|
|
95
|
+
"@storybook/react": "^10.3.3",
|
|
96
|
+
"@storybook/react-vite": "^10.3.3",
|
|
96
97
|
"@testing-library/dom": "^10.4.1",
|
|
97
98
|
"@testing-library/jest-dom": "^6.9.1",
|
|
98
99
|
"@testing-library/react": "^16.3.2",
|
|
99
100
|
"@types/node": "^24",
|
|
100
|
-
"@types/react": "^19",
|
|
101
|
+
"@types/react": "^19.2.14",
|
|
101
102
|
"@types/react-dom": "^19",
|
|
102
|
-
"@vitest/browser-playwright": "^4.0.
|
|
103
|
-
"@vitest/coverage-v8": "^4.0.
|
|
103
|
+
"@vitest/browser-playwright": "^4.0.18",
|
|
104
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
104
105
|
"chromatic": "^13.3.3",
|
|
105
|
-
"conventional-changelog-conventionalcommits": "^9.1
|
|
106
|
-
"esbuild-sass-plugin": "^3",
|
|
106
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
107
|
+
"esbuild-sass-plugin": "^3.7.0",
|
|
107
108
|
"husky": "^9.1.7",
|
|
108
|
-
"jsdom": "^
|
|
109
|
+
"jsdom": "^29.0.1",
|
|
109
110
|
"lucide-react": "^0.577.0",
|
|
110
|
-
"next": "16.1
|
|
111
|
+
"next": "^16.2.1",
|
|
111
112
|
"playwright": "^1.57.0",
|
|
112
|
-
"react": "19.2.
|
|
113
|
-
"react-dom": "19.2.
|
|
113
|
+
"react": "^19.2.4",
|
|
114
|
+
"react-dom": "^19.2.4",
|
|
114
115
|
"sass-embedded": "^1.93.3",
|
|
115
116
|
"semantic-release": "^25.0.1",
|
|
116
117
|
"size-limit": "^12.0.1",
|
|
117
|
-
"storybook": "10.
|
|
118
|
+
"storybook": "^10.3.3",
|
|
118
119
|
"tsup": "^8.5.0",
|
|
119
120
|
"tsx": "^4.21.0",
|
|
120
121
|
"typescript": "^5",
|
|
121
122
|
"vite": "^5",
|
|
122
|
-
"vitest": "^4.0.
|
|
123
|
+
"vitest": "^4.0.18"
|
|
123
124
|
},
|
|
124
125
|
"publishConfig": {
|
|
125
126
|
"access": "public",
|