@artsy/palette-charts 39.1.1 → 39.2.1

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artsy/palette-charts",
3
3
  "sideEffects": false,
4
- "version": "39.1.1",
4
+ "version": "39.2.1",
5
5
  "description": "Design system library for react components",
6
6
  "main": "dist/index.js",
7
7
  "publishConfig": {
@@ -40,9 +40,12 @@
40
40
  "colors": "1.4.0"
41
41
  },
42
42
  "peerDependencies": {
43
+ "@artsy/palette": "^40",
44
+ "@styled-system/theme-get": "^5",
43
45
  "react": "^18",
44
46
  "react-dom": "^18",
45
- "styled-components": "^4"
47
+ "styled-components": "^6",
48
+ "styled-system": "^5"
46
49
  },
47
50
  "devDependencies": {
48
51
  "@artsy/auto-config": "1.2.0",
@@ -114,12 +117,9 @@
114
117
  "typescript-styled-plugin": "0.10.0"
115
118
  },
116
119
  "dependencies": {
117
- "@artsy/palette": "^40.1.0",
118
120
  "@seznam/compose-react-refs": "^1.0.6",
119
- "@styled-system/theme-get": "^5.1.2",
120
121
  "d3-interpolate": "^1.3.2",
121
- "d3-shape": "^1.3.5",
122
- "styled-system": "^5.1.5"
122
+ "d3-shape": "^1.3.5"
123
123
  },
124
124
  "husky": {
125
125
  "hooks": {