Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Nov 20, 2024
1 parent 32adc68 commit 862af0e
Show file tree
Hide file tree
Showing 23 changed files with 197 additions and 232 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"statuses": "^1.4.0",
"tree-kill": "^1.2.2",
"ts-jest": "^29.0.3",
"tsup": "^8.0.1",
"tsup": "catalog:repo",
"turbo": "^2.0.14",
"turbo-ignore": "^2.0.6",
"typescript": "catalog:repo",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@clerk/types": "workspace:*",
"cookie": "0.7.0",
"snakecase-keys": "5.4.4",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
Expand All @@ -105,7 +105,7 @@
"@types/node": "^18.19.33",
"msw": "2.6.4",
"npm-run-all": "^4.1.5",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo",
"vitest-environment-miniflare": "2.14.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@clerk/eslint-config-custom": "workspace:*",
"@types/chrome": "*",
"@types/node": "^18.19.33",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@types/webextension-polyfill": "^0.10.7",
"tsup": "*",
"tsup": "catalog:repo",
"type-fest": "^4.8.3",
"typescript": "catalog:repo"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@rspack/core": "^1.0.14",
"@rspack/plugin-react-refresh": "^1.0.0",
"@svgr/webpack": "^6.2.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@types/webpack-dev-server": "^4.7.2",
"@types/webpack-env": "^1.16.4",
"react-refresh": "^0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@types/node": "^18.19.33",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"@clerk/eslint-config-custom": "workspace:*",
"@statelyai/inspect": "^0.4.0",
"@types/node": "^18.19.33",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"concurrently": "^8.2.2",
"next": "^14.2.10",
"tslib": "2.4.1",
"tsup": "*",
"tslib": "catalog:repo",
"tsup": "catalog:repo",
"type-fest": "^4.9.0",
"typescript": "catalog:repo"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"@clerk/types": "workspace:*",
"base-64": "^1.0.0",
"react-native-url-polyfill": "2.0.0",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@clerk/expo-passkeys": "workspace:*",
"@types/base-64": "^1.0.2",
"@types/node": "^20.11.24",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"expo-auth-session": "^5.4.0",
"expo-local-authentication": "^13.8.0",
"expo-secure-store": "^12.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@clerk/backend": "workspace:^",
"@clerk/shared": "workspace:^",
"@clerk/types": "workspace:^",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^18.19.33",
"@types/supertest": "^6.0.2",
"express": "^4.20.0",
"supertest": "^6.3.4",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@clerk/eslint-config-custom": "workspace:*",
"@types/node": "^20.14.8",
"fastify": "^5.0.0",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"crypto-js": "4.2.0",
"ezheaders": "0.1.0",
"server-only": "0.0.1",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@clerk/shared": "workspace:*",
"@clerk/types": "workspace:*",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"@clerk/shared": "workspace:*",
"@clerk/types": "workspace:*",
"cookie": "0.7.0",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@remix-run/react": "^2.0.0",
"@remix-run/server-runtime": "^2.0.0",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.33",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"typescript": "catalog:repo"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"@clerk/backend": "workspace:*",
"@clerk/shared": "workspace:*",
"@clerk/types": "workspace:*",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@types/express": "^4.17.21",
"@types/node": "^18.19.33",
"nock": "^13.0.7",
"npm-run-all": "^4.1.5",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@types/node": "^18.19.33",
"cross-fetch": "^4.0.0",
"esbuild": "0.20.2",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"postcss-value-parser": "^4.2.0",
"recast": "^0.23.7",
"tailwindcss": "^3.4.3",
"tslib": "2.4.1"
"tslib": "catalog:repo"
}
}
6 changes: 3 additions & 3 deletions packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@clerk/clerk-react": "workspace:*",
"@clerk/shared": "workspace:*",
"@clerk/types": "workspace:*",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@tanstack/react-router": "^1.81.9",
"@tanstack/start": "^1.81.9",
"@types/node": "^18.19.43",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"typescript": "catalog:repo",
"vinxi": "^0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@playwright/test": "^1.44.0",
"@types/node": "^18.19.33",
"cypress": "^13.9.0",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@clerk/types": "workspace:*",
"tslib": "2.4.1"
"tslib": "catalog:repo"
},
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@clerk/eslint-config-custom": "workspace:*",
"@types/node": "^18.19.33",
"tsup": "*",
"tsup": "catalog:repo",
"typescript": "catalog:repo"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.47",
Expand Down
Loading

0 comments on commit 862af0e

Please sign in to comment.