Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
hfljzrxsj committed Feb 1, 2024
1 parent 31f33fd commit 646fe89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3542,7 +3542,6 @@
"spdx-license-ids": "^3.0.12",
"spdy": "^4.0.2",
"spdy-transport": "^3.0.0",
"speaker": "^0.5.4",
"specificity": "^0.3.2",
"spellchecker": "^3.7.0",
"split": "^0.3.3",
Expand Down Expand Up @@ -4061,7 +4060,8 @@
"mocha": "^8.4.0"
},
"deprecatedDependencies": {
"iohook": "^0.7.2"
"iohook": "^0.7.2",
"speaker": "^0.5.4"
},
"scripts": {
"vite": "node ./node_modules/vite/dist/node/cli.js",
Expand Down Expand Up @@ -4152,4 +4152,4 @@
"react-app"
]
}
}
}
5 changes: 5 additions & 0 deletions src/Test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from "react";

export default function Test (): JSX.Element {
return <React.StrictMode />;
}

0 comments on commit 646fe89

Please sign in to comment.