Compare commits
2
Commits
d956aea9a8
...
e006d48c0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e006d48c0a
|
||
|
|
2f1e98382c
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"ignoreDeprecations": "6.0",
|
||||
"module": "esnext",
|
||||
"baseUrl": "./",
|
||||
"moduleResolution": "node",
|
||||
|
||||
Generated
+798
-925
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chopin-frontend",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 8080",
|
||||
|
||||
+2
-1
@@ -33,4 +33,5 @@ export default function useMouse() {
|
||||
});
|
||||
|
||||
return position;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user