@commercetools/nimbus 0.0.5-rc1 → 0.0.5-rc4

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.5-rc1",
3
+ "version": "0.0.5-rc4",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -36,54 +36,54 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "react-aria": "catalog:react",
40
- "react-aria-components": "catalog:react",
41
- "react-stately": "catalog:react",
39
+ "react-aria": "^3.39.0",
40
+ "react-aria-components": "1.8.0",
41
+ "react-stately": "^3.37.0",
42
42
  "react-hotkeys-hook": "^4.6.1",
43
43
  "react-use": "^17.5.1",
44
- "next-themes": "catalog:react",
45
- "@emotion/is-prop-valid": "catalog:react"
44
+ "next-themes": "^0.4.6",
45
+ "@emotion/is-prop-valid": "^1.3.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@chakra-ui/cli": "catalog:react",
49
- "@chakra-ui/react": "catalog:react",
50
- "@commercetools/nimbus-icons": "workspace:^",
51
- "@commercetools/nimbus-tokens": "workspace:^",
52
- "@pandacss/types": "catalog:react",
48
+ "@chakra-ui/cli": "^3.15.1",
49
+ "@chakra-ui/react": "^3.15.1",
50
+ "@pandacss/types": "^0.53.3",
53
51
  "@react-aria/optimize-locales-plugin": "^1.1.4",
54
- "@storybook/addon-a11y": "catalog:tooling",
55
- "@storybook/addon-essentials": "catalog:tooling",
56
- "@storybook/experimental-addon-test": "catalog:tooling",
57
- "@storybook/preview-api": "catalog:tooling",
58
- "@storybook/react": "catalog:tooling",
59
- "@storybook/react-vite": "catalog:tooling",
60
- "@storybook/test": "catalog:tooling",
61
- "@testing-library/react": "catalog:tooling",
62
- "@testing-library/user-event": "catalog:tooling",
63
- "@types/react": "catalog:react",
64
- "@types/react-dom": "catalog:react",
65
- "@vitejs/plugin-react": "catalog:tooling",
66
- "@vitest/browser": "catalog:tooling",
67
- "@vitest/coverage-v8": "catalog:tooling",
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.3.4",
64
+ "@vitest/browser": "^3.1.1",
65
+ "@vitest/coverage-v8": "^3.1.1",
68
66
  "apca-w3": "^0.1.9",
69
67
  "axe-core": "^4.10.2",
70
- "playwright": "catalog:tooling",
71
- "react": "catalog:react",
72
- "react-dom": "catalog:react",
73
- "storybook": "catalog:tooling",
74
- "storybook-dark-mode": "catalog:tooling",
75
- "vite": "catalog:tooling",
76
- "vite-plugin-dts": "catalog:tooling",
77
- "vite-tsconfig-paths": "catalog:tooling",
78
- "vitest": "catalog:tooling"
68
+ "playwright": "^1.51.1",
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.2.6",
74
+ "vite-plugin-dts": "^4.5.3",
75
+ "vite-tsconfig-paths": "^5.1.4",
76
+ "vitest": "^3.1.1",
77
+ "@commercetools/nimbus-tokens": "^0.0.2",
78
+ "@commercetools/nimbus-icons": "^0.0.2"
79
79
  },
80
80
  "peerDependencies": {
81
- "@chakra-ui/react": "catalog:react",
82
- "@commercetools/nimbus-icons": "workspace:^",
83
- "@commercetools/nimbus-tokens": "workspace:^",
84
- "react": "catalog:react",
85
- "react-dom": "catalog:react",
86
- "typescript": "catalog:tooling"
81
+ "@chakra-ui/react": "^3.15.1",
82
+ "react": "^19.0.0",
83
+ "react-dom": "^19.0.0",
84
+ "typescript": "~5.8.3",
85
+ "@commercetools/nimbus-icons": "^0.0.2",
86
+ "@commercetools/nimbus-tokens": "^0.0.2"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "pnpm run build-theme-typings && pnpm run build-lib",
@@ -94,4 +94,4 @@
94
94
  "storybook": "storybook dev -p 6006",
95
95
  "build-storybook": "storybook build"
96
96
  }
97
- }
97
+ }