Skip to content

Commit

Permalink
chore: pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Feb 20, 2024
1 parent f922c70 commit bb3e3a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/react": "3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@zendeskgarden/container-tabs": "^2.0.10",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@zendeskgarden/container-tabs": "2.0.10",
"astro": "^4.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.1"
}
}

0 comments on commit bb3e3a2

Please sign in to comment.