Skip to content

Commit

Permalink
Merge branch 'main' into brk.fix/sign-in-up-redirect-props
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Jun 4, 2024
2 parents ae5ac6d + 94438d4 commit df2f087
Show file tree
Hide file tree
Showing 39 changed files with 402 additions and 6,488 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-deers-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/shared": patch
---

Update `js-cookie` from `3.0.1` to `3.0.5`. Update `swr` from `2.2.0` to `2.2.5`.
2 changes: 2 additions & 0 deletions .changeset/gentle-brooms-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/giant-cougars-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .changeset/pretty-hounds-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

2 changes: 2 additions & 0 deletions .changeset/rotten-eyes-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions integration/templates/express-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"ejs": "^3.1.6",
"express": "^4.18.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.4.5",
"vite-express": "^0.11.0"
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/express": "^4.17.21",
"@types/node": "^18.19.33",
"nodemon": "^2.0.20",
"vite": "^4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"next": "14.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5"
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"next": "^13.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.1.6"
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"typescript": "^5.4.5",
"vite": "^4.3.9"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.38.0",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.17.0"
Expand Down
Loading

0 comments on commit df2f087

Please sign in to comment.