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

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2022
1 parent c5934b6 commit f5c17fd
Show file tree
Hide file tree
Showing 7 changed files with 556 additions and 548 deletions.
4 changes: 2 additions & 2 deletions app/basic/pom.xml
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
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.6</version>
<relativePath/>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "static-docs",
"version": "0.0.1",
"description": "",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.18.1",
"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.30"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@unocss/reset": "0.46.1",
"pnpm": "7.14.1",
"unocss": "0.46.1"
"@unocss/reset": "0.47.5",
"pnpm": "7.18.1",
"unocss": "0.47.5"
}
}

0 comments on commit f5c17fd

Please sign in to comment.