Skip to content

Commit

Permalink
chore: update sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jun 11, 2022
1 parent 075a388 commit 0b164c0
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 195 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
gtag('js', new Date());
gtag('config', '<% VITE_GA_ID />');
</script>
<script>
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "<% VITE_MC_ID />");
</script>
<link rel="icon" sizes="any" href="/favicon.svg" />
<title>Skyline Overlay</title>
<meta name="description" content="A modern customizable horizon FFXIV miniparse overlay." />
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"type": "module",
"name": "skyline-overlay",
"version": "3.7.1",
"version": "3.7.2",
"description": "A modern customizable horizon FFXIV miniparse overlay.",
"license": "Apache-2.0",
"author": "DSRKafuU <dsrkafuu@outlook.com> (https://dsrkafuu.net)",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@reduxjs/toolkit": "~1.8.2",
"@sentry/react": "~6.19.7",
"@sentry/tracing": "~6.19.7",
"@sentry/react": "~7.1.1",
"@sentry/tracing": "~7.1.1",
"clsx": "~1.1.1",
"ffxiv-overlay-api": "~4.4.0",
"normalize.css": "~8.0.1",
Expand All @@ -39,24 +39,24 @@
"devDependencies": {
"@babel/core": "~7.18.2",
"@babel/preset-typescript": "~7.17.12",
"@types/node": "~17.0.36",
"@types/react": "~18.0.9",
"@types/node": "~17.0.42",
"@types/react": "~18.0.12",
"@types/react-dom": "~18.0.5",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"@typescript-eslint/eslint-plugin": "~5.27.1",
"@typescript-eslint/parser": "~5.27.1",
"@vitejs/plugin-react": "~1.3.2",
"chalk": "~5.0.1",
"cross-env": "~7.0.3",
"eslint": "~8.16.0",
"eslint": "~8.17.0",
"eslint-plugin-react": "~7.30.0",
"eslint-plugin-react-hooks": "~4.5.0",
"glob": "~8.0.3",
"npm-run-all": "~4.1.5",
"prettier": "~2.6.2",
"rollup-plugin-visualizer": "~5.6.0",
"sass": "~1.52.1",
"typescript": "~4.7.2",
"vite": "~2.9.9",
"sass": "~1.52.3",
"typescript": "~4.7.3",
"vite": "~2.9.12",
"vite-plugin-html-env": "~1.1.2",
"vite-plugin-pwa": "~0.12.0",
"vite-plugin-svgr": "~2.1.0",
Expand Down
Loading

0 comments on commit 0b164c0

Please sign in to comment.