@artsy/palette-charts 30.2.0 → 30.3.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 +12 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artsy/palette-charts",
3
3
  "sideEffects": false,
4
- "version": "30.2.0",
4
+ "version": "30.3.1",
5
5
  "description": "Design system library for react components",
6
6
  "main": "dist/index.js",
7
7
  "publishConfig": {
@@ -67,7 +67,7 @@
67
67
  "@types/d3-shape": "1.3.1",
68
68
  "@types/debounce": "1.2.0",
69
69
  "@types/enzyme": "3.10.8",
70
- "@types/jest": "26.0.20",
70
+ "@types/jest": "^28.0.0",
71
71
  "@types/node": "14.14.27",
72
72
  "@types/react": "17.0.2",
73
73
  "@types/react-dom": "17.0.1",
@@ -79,7 +79,7 @@
79
79
  "@types/styled-system__theme-get": "5.0.0",
80
80
  "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
81
81
  "babel-core": "7.0.0-bridge.0",
82
- "babel-jest": "^26.6.3",
82
+ "babel-jest": "^28.0.0",
83
83
  "babel-loader": "8.2.2",
84
84
  "babel-plugin-add-react-displayname": "0.0.5",
85
85
  "babel-plugin-module-resolver": "4.1.0",
@@ -92,7 +92,8 @@
92
92
  "fork-ts-checker-notifier-webpack-plugin": "1.0.0",
93
93
  "fork-ts-checker-webpack-plugin": "1.2.0",
94
94
  "husky": "2.1.0",
95
- "jest": "26.6.3",
95
+ "jest": "^28.0.0",
96
+ "jest-environment-jsdom": "^29.5.0",
96
97
  "jest-styled-components": "7.0.0-2",
97
98
  "lint-staged": "8.1.5",
98
99
  "mock-raf": "1.0.1",
@@ -114,7 +115,7 @@
114
115
  "typescript-styled-plugin": "0.10.0"
115
116
  },
116
117
  "dependencies": {
117
- "@artsy/palette": "^31.2.0",
118
+ "@artsy/palette": "^31.3.1",
118
119
  "@seznam/compose-react-refs": "^1.0.6",
119
120
  "@styled-system/theme-get": "^5.1.2",
120
121
  "d3-interpolate": "^1.3.2",
@@ -163,11 +164,15 @@
163
164
  "transform": {
164
165
  ".(ts|tsx)": "babel-jest"
165
166
  },
167
+ "testEnvironment": "jsdom",
166
168
  "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js|jsx)$",
167
169
  "testPathIgnorePatterns": [
168
170
  "<rootDir>/dist/",
169
171
  "<rootDir>/www/"
170
- ]
172
+ ],
173
+ "testEnvironmentOptions": {
174
+ "url": "http://localhost"
175
+ }
171
176
  },
172
- "gitHead": "2bffc0d82a46005c2d3b007e25d88428060e630c"
177
+ "gitHead": "56b06aba842ad4d4d1cc5b541e50273c4acbcf96"
173
178
  }