Skip to content

Commit

Permalink
Merge pull request #304 from jenkinsci/dependabot/npm_and_yarn/echart…
Browse files Browse the repository at this point in the history
…s-5.4.3

Bump echarts from 5.4.0 to 5.4.3
  • Loading branch information
uhafner authored Nov 21, 2023
2 parents 8599d93 + e3f55cb commit 318e81f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "echarts-api",
"version": "5.4.0",
"version": "5.4.3",
"description": "ECharts Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"echarts": "5.4.0"
"echarts": "5.4.3"
},
"devDependencies": {
"remark-cli": "12.0.0",
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
<url>https://github.com/jenkinsci/echarts-api-plugin</url>

<properties>
<revision>5.4.0-8</revision>
<revision>5.4.3-1</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.echarts</module.name>

<echarts-build-trends.version>4.4.0</echarts-build-trends.version>
<jenkins.version>2.426.1</jenkins.version>

<echarts-build-trends.version>4.4.0</echarts-build-trends.version>
</properties>

<licenses>
Expand Down

0 comments on commit 318e81f

Please sign in to comment.