Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from elonehoo/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
elonehoo committed Jan 10, 2023
2 parents c5934b6 + 2d8984f commit e59b07d
Show file tree
Hide file tree
Showing 7 changed files with 970 additions and 894 deletions.
4 changes: 2 additions & 2 deletions app/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</dependency>
<!--A Java serialization/deserialization library to convert Java Objects into JSON and back-->
<dependency>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
</dependency>
<!--jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<version>2.7.7</version>
<relativePath/>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "static-docs",
"version": "0.0.1",
"description": "",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.21.0",
"main": "index.js",
"scripts": {
"dev": "vitepress --port 3333 --open",
Expand All @@ -12,12 +12,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"vitepress": "^1.0.0-alpha.26"
"vitepress": "^1.0.0-alpha.33"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@unocss/reset": "0.46.1",
"pnpm": "7.14.1",
"unocss": "0.46.1"
"@unocss/reset": "0.48.0",
"pnpm": "7.21.0",
"unocss": "0.48.0"
}
}

0 comments on commit e59b07d

Please sign in to comment.