Skip to content

Commit 3e712b4

Browse files
authored
[WC-1617]: update fast-json-patch dependency (#232)
2 parents 06a3aca + e69aef1 commit 3e712b4

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

packages/pluggableWidgets/charts-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Update `fast-json-patch` dependency.
12+
913
## [4.0.2] Charts - 2022-11-22
1014

1115
### Security

packages/pluggableWidgets/charts-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charts-web",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Chart widgets collection for data visualization",
55
"license": "Apache-2.0",
66
"private": false,

packages/pluggableWidgets/charts-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Charts" version="4.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Charts" version="4.0.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="AreaChart/AreaChart.xml" />
66
<widgetFile path="BarChart/BarChart.xml" />

packages/shared/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/shared-charts",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Shared components for charts",
55
"private": true,
66
"main": "dist/index.js",
@@ -46,7 +46,7 @@
4646
"@mendix/pluggable-widgets-commons": "workspace:*",
4747
"ace-builds": "^1.4.13",
4848
"classnames": "^2.3.2",
49-
"fast-json-patch": "^3.1.0",
49+
"fast-json-patch": "^3.1.1",
5050
"json-source-map": "^0.6.1",
5151
"plotly.js": "^2.14.0",
5252
"react-ace": "^9.4.4",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)