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 Nov 19, 2022
1 parent c5934b6 commit f9d980c
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 489 deletions.
2 changes: 1 addition & 1 deletion 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 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.16.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.29"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@unocss/reset": "0.46.1",
"pnpm": "7.14.1",
"unocss": "0.46.1"
"@unocss/reset": "0.46.5",
"pnpm": "7.16.1",
"unocss": "0.46.5"
}
}

0 comments on commit f9d980c

Please sign in to comment.