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

chore(deps): update all non-major dependencies #39

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.7</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.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"
}
}