Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Dec 18, 2024
1 parent e1b398e commit 25dd75f
Show file tree
Hide file tree
Showing 23 changed files with 72 additions and 198 deletions.
3 changes: 1 addition & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"react": "catalog:react",
"typescript": "catalog:repo"
"react": "catalog:react"
},
"peerDependencies": {
"astro": "^4.15.0 || ^5.0.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@
"@types/cookie": "^0.6.0",
"msw": "2.6.4",
"npm-run-all": "^4.1.5",
"tsup": "catalog:repo",
"typescript": "catalog:repo",
"vitest-environment-miniflare": "2.14.4"
},
"engines": {
Expand Down
4 changes: 1 addition & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@types/webextension-polyfill": "^0.10.7",
"tsup": "catalog:repo",
"type-fest": "^4.8.3",
"typescript": "catalog:repo"
"type-fest": "^4.8.3"
},
"peerDependencies": {
"react": "catalog:peer-react",
Expand Down
1 change: 0 additions & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"react-refresh-typescript": "^2.0.5",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.3.0",
"typescript": "catalog:repo",
"webpack-merge": "^5.9.0"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"jscodeshift": "^0.16.1"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"typescript": "catalog:repo"
"@clerk/eslint-config-custom": "workspace:*"
},
"engines": {
"node": ">=18.17.0"
Expand Down
5 changes: 1 addition & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@
"@types/react-dom": "catalog:react",
"concurrently": "^8.2.2",
"next": "^14.2.18",
"tslib": "catalog:repo",
"tsup": "catalog:repo",
"type-fest": "^4.29.0",
"typescript": "catalog:repo"
"type-fest": "^4.29.0"
},
"peerDependencies": {
"next": "^13.5.4 || ^14.0.3 || ^15",
Expand Down
3 changes: 1 addition & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"expo-local-authentication": "^13.8.0",
"expo-secure-store": "^12.8.1",
"expo-web-browser": "^12.8.2",
"react-native": "^0.73.9",
"typescript": "catalog:repo"
"react-native": "^0.73.9"
},
"peerDependencies": {
"@clerk/expo-passkeys": ">=0.0.6",
Expand Down
4 changes: 1 addition & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"express": "^4.20.0",
"supertest": "^6.3.4",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"supertest": "^6.3.4"
},
"peerDependencies": {
"express": "^4.17.0 || ^5.0.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"fastify": "^5.0.0",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"fastify": "^5.0.0"
},
"peerDependencies": {
"fastify": ">=5"
Expand Down
4 changes: 1 addition & 3 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@
"@clerk/types": "workspace:^"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"@clerk/eslint-config-custom": "workspace:*"
},
"engines": {
"node": ">=18.17.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@types/crypto-js": "4.2.2",
"next": "^14.2.20",
"typescript": "catalog:repo"
"next": "^14.2.20"
},
"peerDependencies": {
"next": "^13.5.4 || ^14.0.3 || ^15.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"esbuild-plugin-file-path-extensions": "^2.1.3",
"react-router": "7.0.2",
"typescript": "catalog:repo"
"react-router": "7.0.2"
},
"peerDependencies": {
"react": "catalog:peer-react",
Expand Down
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"@clerk/eslint-config-custom": "workspace:*",
"@clerk/localizations": "workspace:*",
"@clerk/themes": "workspace:*",
"@types/semver": "^7.5.8",
"typescript": "catalog:repo"
"@types/semver": "^7.5.8"
},
"peerDependencies": {
"react": "catalog:peer-react",
Expand Down
3 changes: 1 addition & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
"@remix-run/server-runtime": "^2.0.0",
"@types/cookie": "^0.6.0",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"typescript": "catalog:repo"
"@types/react-dom": "catalog:react"
},
"peerDependencies": {
"@remix-run/react": "^2.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"@clerk/eslint-config-custom": "workspace:*",
"@types/express": "^4.17.21",
"nock": "^13.0.7",
"npm-run-all": "^4.1.5",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"npm-run-all": "^4.1.5"
},
"engines": {
"node": ">=18.17.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@
"@types/glob-to-regexp": "0.4.4",
"@types/js-cookie": "3.0.6",
"cross-fetch": "^4.0.0",
"esbuild": "0.20.2",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"esbuild": "0.20.2"
},
"peerDependencies": {
"react": "catalog:peer-react",
Expand Down
1 change: 0 additions & 1 deletion packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"typescript": "catalog:repo",
"vinxi": "^0.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@playwright/test": "^1.44.0",
"cypress": "^13.9.0",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"cypress": "^13.9.0"
},
"peerDependencies": {
"@playwright/test": "^1",
Expand Down
3 changes: 1 addition & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"typescript": "catalog:repo"
"@clerk/eslint-config-custom": "workspace:*"
},
"engines": {
"node": ">=18.17.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
"csstype": "3.1.1"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
"@clerk/eslint-config-custom": "workspace:*"
},
"engines": {
"node": ">=18.17.0"
Expand Down
1 change: 0 additions & 1 deletion packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"eslint-config-next": "14.2.7",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3",
"zx": "^8.1.9"
}
}
1 change: 0 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vue.ts/tsx-auto-props": "^0.6.0",
"typescript": "catalog:repo",
"vue": "3.5.12"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 25dd75f

Please sign in to comment.