Skip to content

Commit

Permalink
chore(repo): Pin versions of all internal dependencies (#1798)
Browse files Browse the repository at this point in the history
* chore(repo): Pin versions of all internal dependencies

* Create empty-weeks-retire.md

* chore(repo): Fix package-lock

* chore(repo): Fix bad merge

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
BRKalow and nikosdouvlis committed Oct 2, 2023
1 parent 71bb1c7 commit 0636ff7
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 74 deletions.
17 changes: 17 additions & 0 deletions .changeset/empty-weeks-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@clerk/backend": patch
"@clerk/chrome-extension": patch
"@clerk/clerk-js": patch
"@clerk/clerk-expo": patch
"@clerk/fastify": patch
"gatsby-plugin-clerk": patch
"@clerk/localizations": patch
"@clerk/nextjs": patch
"@clerk/clerk-react": patch
"@clerk/remix": patch
"@clerk/clerk-sdk-node": patch
"@clerk/shared": patch
"@clerk/themes": patch
---

Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages.
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.53.0",
"@clerk/types": "3.53.0",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"cookie": "0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.59.1",
"@clerk/clerk-react": "^4.26.1"
"@clerk/clerk-js": "4.59.1",
"@clerk/clerk-react": "4.26.1"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.26.2",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/localizations": "1.26.2",
"@clerk/shared": "0.24.1",
"@clerk/types": "3.53.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.25.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "^4.59.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-js": "4.59.1",
"@clerk/clerk-react": "4.26.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/backend": "0.30.1",
"@clerk/shared": "0.24.1",
"@clerk/types": "3.53.0",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.10",
"@clerk/types": "^3.53.0",
"@clerk/backend": "0.30.1",
"@clerk/clerk-react": "4.26.1",
"@clerk/clerk-sdk-node": "4.12.10",
"@clerk/types": "3.53.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "^3.53.0"
"@clerk/types": "3.53.0"
},
"devDependencies": {
"tsup": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.10",
"@clerk/types": "^3.53.0",
"@clerk/backend": "0.30.1",
"@clerk/clerk-react": "4.26.1",
"@clerk/clerk-sdk-node": "4.12.10",
"@clerk/types": "3.53.0",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/shared": "0.24.1",
"@clerk/types": "3.53.0",
"tslib": "2.4.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/backend": "0.30.1",
"@clerk/clerk-react": "4.26.1",
"@clerk/shared": "0.24.1",
"@clerk/types": "3.53.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
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 @@ -58,8 +58,8 @@
"typescript": "*"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/types": "^3.53.0",
"@clerk/backend": "0.30.1",
"@clerk/types": "3.53.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
"@types/node-fetch": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"devDependencies": {
"@clerk/types": "^3.53.0",
"@clerk/types": "3.53.0",
"@types/glob-to-regexp": "0.4.1",
"@types/js-cookie": "3.0.2",
"tsup": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"devDependencies": {
"@clerk/types": "^3.53.0",
"@clerk/types": "3.53.0",
"typescript": "*"
},
"peerDependencies": {
Expand Down

0 comments on commit 0636ff7

Please sign in to comment.