File tree 4 files changed +412
-433
lines changed
4 files changed +412
-433
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " clerk-solidjs " : patch
3
+ ---
4
+
5
+ Bump deps
Original file line number Diff line number Diff line change 5
5
"build" : " turbo build" ,
6
6
"changeset" : " changeset" ,
7
7
"clean" : " turbo clean" ,
8
+ "clean-install" : " rimraf pnpm-lock.yaml --glob **/node_modules && pnpm install" ,
8
9
"dev" : " turbo dev" ,
9
10
"format:check" : " turbo format:check" ,
10
11
"format" : " turbo format" ,
16
17
"type-check" : " turbo type-check" ,
17
18
"version" : " changeset version && pnpm install --no-frozen-lockfile"
18
19
},
19
- "author" : " Ian Pascoe " ,
20
+ "author" : " Spirit-Led Software " ,
20
21
"license" : " MIT" ,
21
22
"devDependencies" : {
22
23
"@changesets/cli" : " ^2.27.7" ,
24
+ "rimraf" : " ^6.0.1" ,
23
25
"turbo" : " ^2.0.14"
24
26
},
25
27
"packageManager" :
" [email protected] "
Original file line number Diff line number Diff line change 17
17
"url" : " https://github.com/spirit-led-software/clerk-solidjs"
18
18
},
19
19
"license" : " MIT" ,
20
- "author" : " Ian Pascoe " ,
20
+ "author" : " Spirit-Led Software " ,
21
21
"type" : " module" ,
22
22
"main" : " ./dist/index/server.cjs" ,
23
23
"module" : " ./dist/index/server.js" ,
131
131
"publish:local" : " pnpm dlx yalc push --replace --sig"
132
132
},
133
133
"dependencies" : {
134
- "@clerk/backend" : " ^1.6.3 " ,
135
- "@clerk/shared" : " ^2.5.1 " ,
134
+ "@clerk/backend" : " ^1.8.0 " ,
135
+ "@clerk/shared" : " ^2.5.2 " ,
136
136
"@solid-primitives/context" : " ^0.2.3" ,
137
137
"@solid-primitives/destructure" : " ^0.1.17" ,
138
138
"@solid-primitives/memo" : " ^1.3.9" ,
139
- "@tanstack/solid-query" : " ^5.51.21 "
139
+ "@tanstack/solid-query" : " ^5.52.0 "
140
140
},
141
141
"devDependencies" : {
142
142
"@clerk/clerk-js" : " ^5.15.1" ,
You can’t perform that action at this time.
0 commit comments