td-stylekit 28.40.0 → 28.40.2

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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [28.40.2](https://github.com/treasure-data/td-stylekit/compare/v28.40.1...v28.40.2) (2024-06-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * "revert CON-15783: Upgrade emotion" ([#1570](https://github.com/treasure-data/td-stylekit/issues/1570)) ([6c7717a](https://github.com/treasure-data/td-stylekit/commit/6c7717abb774271a7691ebd0b12e2bb05186904c)), closes [#1555](https://github.com/treasure-data/td-stylekit/issues/1555)
7
+
8
+ ## [28.40.1](https://github.com/treasure-data/td-stylekit/compare/v28.40.0...v28.40.1) (2024-05-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **CON-16058:** Fix the URL to the Derive Colours page ([#1565](https://github.com/treasure-data/td-stylekit/issues/1565)) ([61e6a9d](https://github.com/treasure-data/td-stylekit/commit/61e6a9da2eefeb960c56fddb2b49bafd9628608e))
14
+
1
15
  # [28.40.0](https://github.com/treasure-data/td-stylekit/compare/v28.39.0...v28.40.0) (2024-05-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.40.0",
3
+ "version": "28.40.2",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",
@@ -121,10 +121,10 @@
121
121
  "@storybook/react-webpack5": "^8.0.9",
122
122
  "@storybook/source-loader": "^8.0.9",
123
123
  "@storybook/theming": "^8.0.9",
124
- "@testing-library/dom": "^9.2.0",
125
- "@testing-library/jest-dom": "^5.16.5",
126
- "@testing-library/react": "^14.0.0",
127
- "@testing-library/user-event": "^14.4.3",
124
+ "@testing-library/dom": "^10.1.0",
125
+ "@testing-library/jest-dom": "^6.4.5",
126
+ "@testing-library/react": "^15.0.7",
127
+ "@testing-library/user-event": "^14.5.2",
128
128
  "@types/color": "^3.0.1",
129
129
  "@types/jest": "^29.0.0",
130
130
  "@types/lodash.clamp": "^4.0.6",
@@ -177,7 +177,6 @@
177
177
  "eslint-config-standard-jsx": "^8.1.0",
178
178
  "eslint-import-resolver-typescript": "^2.0.0",
179
179
  "eslint-plugin-deprecation": "^1.1.0",
180
- "eslint-plugin-flowtype": "^5.1.3",
181
180
  "eslint-plugin-import": "^2.8.0",
182
181
  "eslint-plugin-node": "^10.0.0",
183
182
  "eslint-plugin-prettier": "^3.1.1",