Skip to content

Commit

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

Bump echarts from 5.3.2 to 5.3.3
  • Loading branch information
uhafner authored Jun 19, 2022
2 parents 01e5ce4 + 0276691 commit d88446e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.3</version>
<version>1.2</version>
</extension>
</extensions>
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.2",
"version": "5.3.3",
"description": "ECharts Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"echarts": "^5.3.2",
"echarts": "^5.3.3",
"remark-cli": "^10.0.1",
"remark-lint": "^9.1.1",
"remark-preset-lint-recommended": "^6.1.2"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<url>https://github.com/jenkinsci/echarts-api-plugin</url>

<properties>
<revision>5.3.2-4</revision>
<revision>5.3.3-1</revision>
<changelist>-SNAPSHOT</changelist>

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

0 comments on commit d88446e

Please sign in to comment.