@blockle/blocks 0.11.1 → 0.11.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 +13 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockle/blocks",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Blocks design system",
|
|
5
5
|
"repository": "git@github.com:Blockle/blocks.git",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,14 +59,6 @@
|
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"string-width": "^4.2.2"
|
|
61
61
|
},
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"@storybook/test": "^8.0.2",
|
|
64
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
65
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
66
|
-
"@vanilla-extract/sprinkles": "^1.6.1",
|
|
67
|
-
"react": "^18.2.0",
|
|
68
|
-
"react-dom": "^18.2.0"
|
|
69
|
-
},
|
|
70
62
|
"devDependencies": {
|
|
71
63
|
"@changesets/cli": "^2.27.1",
|
|
72
64
|
"@crackle/cli": "^0.15.2",
|
|
@@ -80,12 +72,16 @@
|
|
|
80
72
|
"@storybook/blocks": "^8.0.2",
|
|
81
73
|
"@storybook/react": "^8.0.2",
|
|
82
74
|
"@storybook/react-vite": "^8.0.2",
|
|
75
|
+
"@storybook/test": "^8.0.2",
|
|
83
76
|
"@testing-library/jest-dom": "^6.4.2",
|
|
84
77
|
"@testing-library/react": "^14.2.2",
|
|
85
78
|
"@types/react": "^18.2.67",
|
|
86
79
|
"@types/react-dom": "^18.2.22",
|
|
87
80
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
88
81
|
"@typescript-eslint/parser": "^7.3.1",
|
|
82
|
+
"@vanilla-extract/css": "^1.14.1",
|
|
83
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
84
|
+
"@vanilla-extract/sprinkles": "^1.6.1",
|
|
89
85
|
"@vanilla-extract/vite-plugin": "^4.0.6",
|
|
90
86
|
"@vitest/coverage-v8": "^1.4.0",
|
|
91
87
|
"autoprefixer": "^10.4.18",
|
|
@@ -101,9 +97,17 @@
|
|
|
101
97
|
"jsdom": "^24.0.0",
|
|
102
98
|
"prettier": "^3.2.5",
|
|
103
99
|
"prop-types": "^15.8.1",
|
|
100
|
+
"react": "^18.2.0",
|
|
101
|
+
"react-dom": "^18.2.0",
|
|
104
102
|
"storybook": "^8.0.2",
|
|
105
103
|
"typescript": "^5.4.2",
|
|
106
104
|
"vitest": "^1.4.0"
|
|
107
105
|
},
|
|
106
|
+
"peerDependencies": {
|
|
107
|
+
"@vanilla-extract/css": "^1.14",
|
|
108
|
+
"@vanilla-extract/sprinkles": "^1.6",
|
|
109
|
+
"react": "^18",
|
|
110
|
+
"react-dom": "^18"
|
|
111
|
+
},
|
|
108
112
|
"packageManager": "yarn@1.22.19"
|
|
109
113
|
}
|