Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
800 changes: 661 additions & 139 deletions integration/templates/next-app-router/package-lock.json

Large diffs are not rendered by default.

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 @@ -13,7 +13,7 @@
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"next": "13.4.7",
"next": "16.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand Down
1,154 changes: 791 additions & 363 deletions integration/templates/react-cra/package-lock.json

Large diffs are not rendered by default.

1,610 changes: 1,069 additions & 541 deletions integration/templates/react-vite/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integration/templates/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"@clerk/themes": "staging",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
"react-router-dom": "^6.30.3"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^7.3.1"
}
}
Loading