mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
Compare commits
1 commit
master
...
install-st
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8f564e161 |
4 changed files with 8 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
||||||
ignore-scripts=true
|
ignore-scripts=true
|
||||||
|
install-strategy=linked
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
import type { DefaultError } from "@tanstack/query-core";
|
import {
|
||||||
import { queryOptions, type UseMutationOptions } from "@tanstack/react-query";
|
type DefaultError,
|
||||||
|
queryOptions,
|
||||||
|
type UseMutationOptions,
|
||||||
|
} from "@tanstack/react-query";
|
||||||
import { CircleAlert } from "lucide-react";
|
import { CircleAlert } from "lucide-react";
|
||||||
import type React from "react";
|
import type React from "react";
|
||||||
import { Fragment } from "react";
|
import { Fragment } from "react";
|
||||||
|
|
|
||||||
1
vrc-get-gui/package-lock.json
generated
1
vrc-get-gui/package-lock.json
generated
|
|
@ -49,6 +49,7 @@
|
||||||
"@types/react-dom": "19.2.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"@vitejs/plugin-react": "^6.0.1",
|
"@vitejs/plugin-react": "^6.0.1",
|
||||||
"json5": "^2",
|
"json5": "^2",
|
||||||
|
"rolldown": "*",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "~6.0",
|
"typescript": "~6.0",
|
||||||
"vite": "^8.0.9"
|
"vite": "^8.0.9"
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@
|
||||||
"@types/react": "19.2.14",
|
"@types/react": "19.2.14",
|
||||||
"@types/react-dom": "19.2.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"@vitejs/plugin-react": "^6.0.1",
|
"@vitejs/plugin-react": "^6.0.1",
|
||||||
|
"rolldown": "*",
|
||||||
"json5": "^2",
|
"json5": "^2",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "~6.0",
|
"typescript": "~6.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue