Skip to content

Commit

Permalink
fix: lock更新
Browse files Browse the repository at this point in the history
  • Loading branch information
nacika-ins committed May 5, 2024
1 parent 7e7df40 commit c7803ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions packages/backend/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/frontend/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 packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "npm run watch",
"watch": "vite build --watch",
"build": "vite build",
"tsc": "tsc --noEmit",
"tsc": "tsc --noEmit",
"lint": "vue-tsc --noEmit && eslint --quiet \"src/**/*.{ts,vue}\"",
"upgrade-interactive": "npx npm-check --update"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"stringz": "2.1.0",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
"three": "0.162.1",
"three": "0.164.1",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"ts-retry-promise": "0.8.0",
Expand Down

0 comments on commit c7803ff

Please sign in to comment.