@node-core/ui-components 1.0.1-55727738d176ab25356e25730ef7df90d388c7c1 → 1.0.1-663cb529fe485dd2acf56c847d02eabeb44582e3

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.
File without changes
package/package.json CHANGED
@@ -54,13 +54,13 @@
54
54
  "react": "^19.1.0",
55
55
  "storybook": "^9.0.15",
56
56
  "style-loader": "~4.0.0",
57
- "stylelint": "^16.21.1",
57
+ "stylelint": "^16.20.0",
58
58
  "stylelint-config-standard": "^38.0.0",
59
59
  "stylelint-order": "7.0.0",
60
60
  "stylelint-selector-bem-pattern": "4.0.1",
61
61
  "tsx": "^4.20.3",
62
62
  "typescript": "~5.8.2",
63
- "typescript-eslint": "~8.35.1"
63
+ "typescript-eslint": "~8.33.1"
64
64
  },
65
65
  "imports": {
66
66
  "#ui/*": [
@@ -74,7 +74,7 @@
74
74
  "engines": {
75
75
  "node": ">=20"
76
76
  },
77
- "version": "1.0.1-55727738d176ab25356e25730ef7df90d388c7c1",
77
+ "version": "1.0.1-663cb529fe485dd2acf56c847d02eabeb44582e3",
78
78
  "scripts": {
79
79
  "lint": "turbo run lint:js lint:css",
80
80
  "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache",