@blockle/blocks 0.12.0 → 0.12.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": "@blockle/blocks",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Blocks design system",
5
5
  "repository": "git@github.com:Blockle/blocks.git",
6
6
  "license": "MIT",
@@ -60,48 +60,48 @@
60
60
  "string-width": "^4.2.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@changesets/cli": "^2.27.1",
64
- "@crackle/cli": "^0.15.2",
65
- "@crackle/core": "^0.33.1",
66
- "@storybook/addon-a11y": "^8.0.2",
67
- "@storybook/addon-coverage": "^1.0.1",
68
- "@storybook/addon-essentials": "^8.0.2",
69
- "@storybook/addon-interactions": "^8.0.2",
70
- "@storybook/addon-links": "^8.0.2",
71
- "@storybook/addons": "^7.6.17",
72
- "@storybook/blocks": "^8.0.2",
73
- "@storybook/react": "^8.0.2",
74
- "@storybook/react-vite": "^8.0.2",
75
- "@storybook/test": "^8.0.2",
76
- "@testing-library/jest-dom": "^6.4.2",
77
- "@testing-library/react": "^14.2.2",
78
- "@types/react": "^18.2.67",
79
- "@types/react-dom": "^18.2.22",
80
- "@typescript-eslint/eslint-plugin": "^7.3.1",
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",
85
- "@vanilla-extract/vite-plugin": "^4.0.6",
86
- "@vitest/coverage-v8": "^1.4.0",
87
- "autoprefixer": "^10.4.18",
63
+ "@changesets/cli": "^2.27.5",
64
+ "@crackle/cli": "^0.15.4",
65
+ "@crackle/core": "^0.33.3",
66
+ "@storybook/addon-a11y": "^8.1.6",
67
+ "@storybook/addon-coverage": "^1.0.4",
68
+ "@storybook/addon-essentials": "^8.1.6",
69
+ "@storybook/addon-interactions": "^8.1.6",
70
+ "@storybook/addon-links": "^8.1.6",
71
+ "@storybook/blocks": "^8.1.6",
72
+ "@storybook/react": "^8.1.6",
73
+ "@storybook/react-vite": "^8.1.6",
74
+ "@storybook/test": "^8.1.6",
75
+ "@testing-library/jest-dom": "^6.4.5",
76
+ "@testing-library/react": "^16.0.0",
77
+ "@types/eslint": "^8.56.10",
78
+ "@types/react": "^18.3.3",
79
+ "@types/react-dom": "^18.3.0",
80
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
81
+ "@typescript-eslint/parser": "^7.12.0",
82
+ "@vanilla-extract/css": "^1.15.2",
83
+ "@vanilla-extract/css-utils": "^0.1.4",
84
+ "@vanilla-extract/sprinkles": "^1.6.2",
85
+ "@vanilla-extract/vite-plugin": "^4.0.10",
86
+ "@vitest/coverage-v8": "^1.6.0",
87
+ "autoprefixer": "^10.4.19",
88
88
  "cross-env": "^7.0.3",
89
- "eslint": "^8.57.0",
89
+ "eslint": "^8",
90
90
  "eslint-config-prettier": "^9.1.0",
91
- "eslint-plugin-jest": "^27.9.0",
91
+ "eslint-plugin-jest": "^28.6.0",
92
92
  "eslint-plugin-prettier": "^5.1.3",
93
- "eslint-plugin-react": "^7.34.1",
94
- "eslint-plugin-react-hooks": "^4.6.0",
93
+ "eslint-plugin-react": "^7.34.2",
94
+ "eslint-plugin-react-hooks": "^4.6.2",
95
95
  "eslint-plugin-storybook": "^0.8.0",
96
- "eslint-plugin-unicorn": "^51.0.1",
97
- "jsdom": "^24.0.0",
98
- "prettier": "^3.2.5",
96
+ "eslint-plugin-unicorn": "^53.0.0",
97
+ "jsdom": "^24.1.0",
98
+ "prettier": "^3.3.1",
99
99
  "prop-types": "^15.8.1",
100
- "react": "^18.2.0",
101
- "react-dom": "^18.2.0",
102
- "storybook": "^8.0.2",
103
- "typescript": "^5.4.2",
104
- "vitest": "^1.4.0"
100
+ "react": "^18.3.1",
101
+ "react-dom": "^18.3.1",
102
+ "storybook": "^8.1.6",
103
+ "typescript": "^5.4.5",
104
+ "vitest": "^1.6.0"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "@vanilla-extract/css": "^1.14",