Skip to content

Commit d1e573e

Browse files
chore(repo): Update Clerk monorepo (#6002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
1 parent f6a4a7b commit d1e573e

File tree

3 files changed

+101
-109
lines changed

3 files changed

+101
-109
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@actions/core": "^1.11.1",
6161
"@arethetypeswrong/cli": "0.17.4",
62-
"@changesets/cli": "^2.29.2",
62+
"@changesets/cli": "^2.29.4",
6363
"@changesets/get-github-info": "^0.6.0",
6464
"@clerk/backend": "workspace:*",
6565
"@clerk/shared": "workspace:*",
@@ -120,7 +120,7 @@
120120
"jsonwebtoken": "9.0.2",
121121
"lint-staged": "^14.0.1",
122122
"prettier": "^3.5.3",
123-
"prettier-plugin-packagejson": "^2.5.10",
123+
"prettier-plugin-packagejson": "^2.5.14",
124124
"prettier-plugin-tailwindcss": "^0.6.11",
125125
"publint": "^0.3.12",
126126
"react": "catalog:react",
@@ -130,9 +130,9 @@
130130
"tree-kill": "^1.2.2",
131131
"ts-jest": "29.2.5",
132132
"tsup": "catalog:repo",
133-
"turbo": "^2.5.2",
134-
"turbo-ignore": "^2.5.2",
135-
"typedoc": "0.28.3",
133+
"turbo": "^2.5.3",
134+
"turbo-ignore": "^2.5.3",
135+
"typedoc": "0.28.4",
136136
"typedoc-plugin-markdown": "4.6.3",
137137
"typedoc-plugin-replace-text": "4.2.0",
138138
"typescript": "catalog:repo",

packages/backend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,23 @@
8888
"scripts": {
8989
"build": "tsup",
9090
"build:declarations": "tsc -p tsconfig.declarations.json",
91-
"dev": "tsup --watch",
92-
"dev:publish": "pnpm dev -- --env.publish",
93-
"publish:local": "pnpm yalc push --replace --sig",
9491
"build:lib": "tsup --env.NODE_ENV production",
9592
"build:runtime": "cpy 'src/runtime/**/*.{mjs,js,cjs}' dist/runtime",
9693
"clean": "rimraf ./dist",
94+
"dev": "tsup --watch",
95+
"dev:publish": "pnpm dev -- --env.publish",
9796
"lint": "eslint src",
98-
"lint:publint": "publint",
9997
"lint:attw": "attw --pack . --profile node16 --ignore-rules false-cjs",
98+
"lint:publint": "publint",
99+
"publish:local": "pnpm yalc push --replace --sig",
100100
"test": "run-s test:node test:edge-runtime test:cloudflare-miniflare",
101-
"test:node": "vitest run --environment node",
102-
"test:edge-runtime": "vitest run --environment edge-runtime",
103101
"test:cloudflare-miniflare": "vitest run --environment miniflare",
102+
"test:edge-runtime": "vitest run --environment edge-runtime",
103+
"test:node": "vitest run --environment node",
104104
"test:watch": "run-s test:watch:node test:watch:edge-runtime test:watch:cloudflare-miniflare",
105-
"test:watch:node": "vitest watch --environment node",
105+
"test:watch:cloudflare-miniflare": "vitest watch --environment miniflare",
106106
"test:watch:edge-runtime": "vitest watch --environment edge-runtime",
107-
"test:watch:cloudflare-miniflare": "vitest watch --environment miniflare"
107+
"test:watch:node": "vitest watch --environment node"
108108
},
109109
"dependencies": {
110110
"@clerk/shared": "workspace:^",

0 commit comments

Comments
 (0)