Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycoder committed Jan 29, 2024
1 parent bd40253 commit cbfb26b
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 361 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,26 @@
"devDependencies": {
"@types/node": "^18.11.18",
"dotenv-cli": "^7.3.0",
"esbuild": "^0.14.54",
"postcss": "^8.4.21",
"solid-start-deno": "^0.2.26",
"solid-start-node": "^0.2.19",
"typescript": "^4.9.4",
"vite": "^4.1.4"
"esbuild": "^0.20.0",
"postcss": "^8.4.33",
"solid-start-deno": "^0.3.10",
"typescript": "^5.3.3",
"vite": "^4.5.2"
},
"dependencies": {
"@clerk/clerk-js": "^4.68.5",
"@clerk/themes": "^1.7.9",
"@kobalte/core": "^0.12.1",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"solid-js": "^1.7.2",
"solid-start": "^0.2.26",
"solid-js": "^1.8.12",
"solid-start": "^0.3.10",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"undici": "^5.15.1",
"undici": "^6.5.0",
"zod": "^3.22.4"
},
"engines": {
Expand Down
Loading

2 comments on commit cbfb26b

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on cbfb26b Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot read properties of undefined (reading 'href')
    at n (file:///src/server.js:3713:18043)
    at oe.<anonymous> (file:///src/server.js:3713:147235)
    at oe.<anonymous> (file:///src/server.js:3713:147778)
    at oe.<anonymous> (file:///src/server.js:3713:150438)
    at oe.load (file:///src/server.js:3713:131445)
    at file:///src/server.js:9805:9

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on cbfb26b Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot read properties of undefined (reading 'href')
    at n (file:///src/server.js:3713:18043)
    at oe.<anonymous> (file:///src/server.js:3713:147235)
    at oe.<anonymous> (file:///src/server.js:3713:147778)
    at oe.<anonymous> (file:///src/server.js:3713:150438)
    at oe.load (file:///src/server.js:3713:131445)
    at file:///src/server.js:9805:9

Please sign in to comment.