Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Mar 12, 2024
1 parent 3969088 commit 6f6af8b
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 163 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"lint:typecheck": "tsc --project . --noEmit"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/mdx": "^2.2.0",
"@astrojs/netlify": "^5.1.3",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.10",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@fontsource-variable/nunito-sans": "^5.0.13",
"@fontsource/baskervville": "^5.0.19",
"@hookform/resolvers": "^3.3.4",
"@million/lint": "^0.0.68",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@million/lint": "^0.0.69",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"astro": "^4.4.15",
"astro": "^4.5.2",
"gsap": "^3.12.5",
"markdown-it": "^14.0.0",
"million": "^3.0.5",
"million": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.27.2",
Expand All @@ -65,15 +65,15 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/eslint": "^8.56.5",
"@types/markdown-it": "^13.0.7",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
Expand Down
3 changes: 2 additions & 1 deletion src/ui/components/organisms/siteHead/SiteHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props as
<script
type="text/partytown"
src=`https://www.googletagmanager.com/gtag/js?id=${import.meta.env.PUBLIC_GOOGLE_ANALYTICS_ID}`
></script>
>
</script>
<script type="text/partytown">
window.dataLayer = window.dataLayer || [];

Expand Down
Loading

0 comments on commit 6f6af8b

Please sign in to comment.