Skip to content

Commit

Permalink
update to astro 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky committed Jul 6, 2023
1 parent 60913f6 commit 8833a4f
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 362 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@astrojs/react": "^2.2.0",
"@astrojs/vercel": "^3.5.0",
"@astrojs/vercel": "^3.7.0",
"@propelauth/base-elements": "^0.0.16",
"@propelauth/node": "^2.1.0",
"@propelauth/react": "2.1.0-beta.4",
Expand All @@ -28,23 +28,23 @@
"@tanstack/eslint-plugin-query": "^4.29.4",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@trpc/client": "^10.25.0",
"@trpc/react-query": "^10.25.0",
"@trpc/server": "^10.25.0",
"@trpc/client": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"astro": "^2.6.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"astro": "^2.8.0",
"astro-seo": "^0.7.2",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
"drizzle-kit": "^0.19.2",
"drizzle-kit": "^0.19.3",
"drizzle-orm": "^0.27.0",
"eslint": "^8.40.0",
"eslint": "^8.44.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-markdown": "^3.0.0",
Expand All @@ -53,18 +53,18 @@
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"fogbender-react": "^0.2.11",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.1",
"postgres": "^3.3.4",
"posthog-js": "^1.56.0",
"posthog-js": "^1.69.0",
"posthog-node": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"rad-event-listener": "^0.2.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.11.1",
"react-router-dom": "^6.14.1",
"satori": "^0.10.1",
"solid-js": "^1.7.6",
"stripe": "^12.9.0",
"stripe": "^12.12.0",
"tsx": "^3.12.7",
"unthunk": "^0.0.1",
"wretch": "^2.5.2"
Expand Down
Loading

0 comments on commit 8833a4f

Please sign in to comment.