@commercetools/nimbus 0.0.7-rc4 → 0.0.7-rc5-experimental

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": "@commercetools/nimbus",
3
- "version": "0.0.7-rc4",
3
+ "version": "0.0.7-rc5-experimental",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -39,48 +39,48 @@
39
39
  "react-aria": "3.39.0",
40
40
  "react-aria-components": "1.8.0",
41
41
  "react-stately": "3.37.0",
42
- "react-hotkeys-hook": "4.6.1",
43
- "react-use": "17.5.1",
44
- "next-themes": "0.4.6",
45
- "@emotion/is-prop-valid": "1.3.1"
42
+ "react-hotkeys-hook": "^4.6.1",
43
+ "react-use": "^17.5.1",
44
+ "next-themes": "^0.4.6",
45
+ "@emotion/is-prop-valid": "^1.3.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@chakra-ui/cli": "3.17.0",
49
- "@chakra-ui/react": "3.17.0",
50
- "@pandacss/types": "0.53.6",
48
+ "@chakra-ui/cli": "^3.17.0",
49
+ "@chakra-ui/react": "^3.17.0",
50
+ "@pandacss/types": "^0.53.6",
51
51
  "@react-aria/optimize-locales-plugin": "1.1.4",
52
- "@storybook/addon-a11y": "8.6.12",
53
- "@storybook/addon-essentials": "8.6.12",
54
- "@storybook/experimental-addon-test": "8.6.12",
55
- "@storybook/preview-api": "8.6.12",
56
- "@storybook/react": "8.6.12",
57
- "@storybook/react-vite": "8.6.12",
58
- "@storybook/test": "8.6.12",
59
- "@testing-library/react": "16.3.0",
60
- "@testing-library/user-event": "14.6.1",
61
- "@types/react": "19.0.0",
62
- "@types/react-dom": "19.0.0",
63
- "@vitejs/plugin-react": "4.4.1",
64
- "@vitest/browser": "3.1.3",
65
- "@vitest/coverage-v8": "3.1.3",
66
- "apca-w3": "0.1.9",
67
- "axe-core": "4.10.2",
68
- "playwright": "1.52.0",
69
- "react": "19.0.0",
70
- "react-dom": "19.0.0",
71
- "storybook": "8.6.12",
72
- "storybook-dark-mode": "4.0.2",
73
- "vite": "6.3.5",
74
- "vite-plugin-dts": "4.5.3",
75
- "vite-tsconfig-paths": "5.1.4",
76
- "vitest": "3.1.3",
77
- "@commercetools/nimbus-tokens": "0.0.2",
78
- "@commercetools/nimbus-icons": "0.0.4"
52
+ "@storybook/addon-a11y": "^8.6.12",
53
+ "@storybook/addon-essentials": "^8.6.12",
54
+ "@storybook/experimental-addon-test": "^8.6.12",
55
+ "@storybook/preview-api": "^8.6.12",
56
+ "@storybook/react": "^8.6.12",
57
+ "@storybook/react-vite": "^8.6.12",
58
+ "@storybook/test": "^8.6.12",
59
+ "@testing-library/react": "^16.3.0",
60
+ "@testing-library/user-event": "^14.6.1",
61
+ "@types/react": "^19.0.0",
62
+ "@types/react-dom": "^19.0.0",
63
+ "@vitejs/plugin-react": "^4.4.1",
64
+ "@vitest/browser": "^3.1.3",
65
+ "@vitest/coverage-v8": "^3.1.3",
66
+ "apca-w3": "^0.1.9",
67
+ "axe-core": "^4.10.2",
68
+ "playwright": "^1.52.0",
69
+ "react": "^19.0.0",
70
+ "react-dom": "^19.0.0",
71
+ "storybook": "^8.6.12",
72
+ "storybook-dark-mode": "^4.0.2",
73
+ "vite": "^6.3.5",
74
+ "vite-plugin-dts": "^4.5.3",
75
+ "vite-tsconfig-paths": "^5.1.4",
76
+ "vitest": "^3.1.3",
77
+ "@commercetools/nimbus-tokens": "^0.0.2",
78
+ "@commercetools/nimbus-icons": "^0.0.4"
79
79
  },
80
80
  "peerDependencies": {
81
- "@chakra-ui/react": "3.17.0",
82
- "react": "19.0.0",
83
- "react-dom": "19.0.0",
81
+ "@chakra-ui/react": "^3.17.0",
82
+ "react": "^19.0.0",
83
+ "react-dom": "^19.0.0",
84
84
  "typescript": "5.2.2",
85
85
  "@commercetools/nimbus-icons": "^0.0.4",
86
86
  "@commercetools/nimbus-tokens": "^0.0.2"