@carbon/charts 1.22.4 → 1.22.5

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 +9 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.22.5 (2024-12-02)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## 1.22.4 (2024-11-21)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.22.4",
3
+ "version": "1.22.5",
4
4
  "description": "Carbon Charts component library",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -97,19 +97,19 @@
97
97
  "@rollup/plugin-replace": "^6.0.1",
98
98
  "@types/dompurify": "^3.2.0",
99
99
  "@types/lodash-es": "^4.17.12",
100
- "@types/node": "^22.9.1",
100
+ "@types/node": "^22.10.0",
101
101
  "concurrently": "^9.1.0",
102
102
  "downlevel-dts": "^0.11.0",
103
103
  "eslint": "^9.15.0",
104
104
  "jsdom": "^25.0.1",
105
- "prettier": "^3.3.3",
105
+ "prettier": "^3.4.1",
106
106
  "publint": "^0.2.12",
107
107
  "resize-observer-polyfill": "^1.5.1",
108
108
  "sass": "^1.81.0",
109
- "typescript": "^5.6.3",
109
+ "typescript": "^5.7.2",
110
110
  "vite": "^5.4.11",
111
111
  "vite-plugin-dts": "^4.3.0",
112
- "vitest": "^2.1.5"
112
+ "vitest": "^2.1.6"
113
113
  },
114
114
  "publishConfig": {
115
115
  "access": "public"
@@ -158,5 +158,5 @@
158
158
  "url": "https://github.com/theiliad"
159
159
  }
160
160
  ],
161
- "gitHead": "6fea936edd126da37bdd164b7403c083ea6fe018"
161
+ "gitHead": "183618939b897242fa2b36da6a08cd0956f72cfb"
162
162
  }