Skip to content

Commit

Permalink
update: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarques1196 committed Dec 12, 2024
1 parent 525f9e2 commit a5ea4d8
Show file tree
Hide file tree
Showing 6 changed files with 2,019 additions and 1,899 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# misc
.DS_Store
Expand Down
1,893 changes: 0 additions & 1,893 deletions dist/assets/index-Be6Yoqto.js

This file was deleted.

2,012 changes: 2,012 additions & 0 deletions dist/assets/index-DT5SAKb0.js

Large diffs are not rendered by default.

File renamed without changes.
10 changes: 5 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" href="/trails/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="./logo192.png" />
<link rel="apple-touch-icon" href="/trails/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="./manifest.json" />
<link rel="manifest" href="/trails/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -25,8 +25,8 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<script type="module" crossorigin src="./assets/index-Be6Yoqto.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-B5k1uCUn.css">
<script type="module" crossorigin src="/trails/assets/index-DT5SAKb0.js"></script>
<link rel="stylesheet" crossorigin href="/trails/assets/index-Ds1ogbJE.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
Expand Down

0 comments on commit a5ea4d8

Please sign in to comment.