Skip to content

Commit 137c0fe

Browse files
committed
try deploy again
1 parent 8d1e838 commit 137c0fe

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

package-lock.json

Lines changed: 20 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@testing-library/jest-dom": "^6.6.3",
99
"@testing-library/react": "^16.3.0",
1010
"@testing-library/user-event": "^13.5.0",
11-
"react": "^19.1.0",
12-
"react-dom": "^19.1.0",
11+
"react": "^18.2.0",
12+
"react-dom": "^18.2.0",
1313
"react-scripts": "5.0.1",
1414
"web-vitals": "^2.1.4"
1515
},

public/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
7-
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
86
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
97
<meta name="viewport" content="width=device-width, initial-scale=1" />
108
<meta name="theme-color" content="#000000" />
@@ -64,6 +62,9 @@
6462
To begin the development, run `npm start` or `yarn start`.
6563
To create a production bundle, use `npm run build` or `yarn build`.
6664
-->
65+
<!-- Load external dependencies after React -->
66+
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
67+
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
6768
</body>
6869

6970
</html>

0 commit comments

Comments
 (0)