File tree 34 files changed +309
-318
lines changed
34 files changed +309
-318
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
Original file line number Diff line number Diff line change 1
1
engine-strict = false
2
- legacy-peer-deps = false
3
- link-workspace-packages = true
2
+ legacy-peer-deps = false
Original file line number Diff line number Diff line change 5
5
"**/.yalc" : true ,
6
6
"**/node_modules" : true ,
7
7
".temp_integration" : true ,
8
- "packages/*/dist" : true
8
+ "packages/*/dist" : true ,
9
+ "pnpm-lock.yaml" : true ,
9
10
},
10
11
"typescript.enablePromptUseWorkspaceTsdk" : true ,
11
12
"typescript.tsdk" : " node_modules/typescript/lib" ,
23
24
"url" : " https://json.schemastore.org/chrome-manifest.json"
24
25
}
25
26
],
27
+ "npm.packageManager" : " pnpm" ,
26
28
}
Original file line number Diff line number Diff line change 1
1
import { applicationConfig } from '../models/applicationConfig' ;
2
2
import { templates } from '../templates' ;
3
3
4
- const clerkNuxtLocal = `file:${ process . cwd ( ) } /packages/nuxt` ;
5
-
6
4
const nuxtNode = applicationConfig ( )
7
5
. setName ( 'nuxt-node' )
8
6
. useTemplate ( templates [ 'nuxt-node' ] )
@@ -12,7 +10,7 @@ const nuxtNode = applicationConfig()
12
10
. addScript ( 'dev' , 'pnpm dev' )
13
11
. addScript ( 'build' , 'pnpm build' )
14
12
. addScript ( 'serve' , 'pnpm preview' )
15
- . addDependency ( '@clerk/nuxt' , clerkNuxtLocal ) ;
13
+ . addDependency ( '@clerk/nuxt' , '*' ) ;
16
14
17
15
export const nuxt = {
18
16
node : nuxtNode ,
Original file line number Diff line number Diff line change 69
69
"@types/cross-spawn" : " ^6.0.3" ,
70
70
"@types/jest" : " ^29.3.1" ,
71
71
"@types/node" : " ^20.11.24" ,
72
- "@types/react" : " 18.3.12 " ,
73
- "@types/react-dom" : " 18.3.1 " ,
72
+ "@types/react" : " catalog:react " ,
73
+ "@types/react-dom" : " catalog:react " ,
74
74
"@vitest/coverage-v8" : " 2.1.4" ,
75
75
"citty" : " ^0.1.4" ,
76
76
"conventional-changelog-conventionalcommits" : " ^4.6.3" ,
94
94
"prettier-plugin-packagejson" : " ^2.5.3" ,
95
95
"prettier-plugin-tailwindcss" : " ^0.6.3" ,
96
96
"publint" : " ^0.2.4" ,
97
- "react" : " 18.3.1 " ,
98
- "react-dom" : " 18.3.1 " ,
97
+ "react" : " catalog:react " ,
98
+ "react-dom" : " catalog:react " ,
99
99
"rimraf" : " 6.0.1" ,
100
100
"statuses" : " ^1.4.0" ,
101
101
"tree-kill" : " ^1.2.2" ,
102
102
"ts-jest" : " ^29.0.3" ,
103
- "tsup" : " ^8.0.1 " ,
103
+ "tsup" : " catalog:repo " ,
104
104
"turbo" : " ^2.0.14" ,
105
105
"turbo-ignore" : " ^2.0.6" ,
106
- "typescript" : " ^5.6.3 " ,
106
+ "typescript" : " catalog:repo " ,
107
107
"verdaccio" : " ^5.26.3" ,
108
108
"vitest" : " 2.1.4" ,
109
109
"zx" : " ^7.2.3"
Original file line number Diff line number Diff line change 89
89
},
90
90
"devDependencies" : {
91
91
"@clerk/eslint-config-custom" : " workspace:*" ,
92
- "react" : " 18.3.1 " ,
93
- "typescript" : " * "
92
+ "react" : " catalog:react " ,
93
+ "typescript" : " catalog:repo "
94
94
},
95
95
"peerDependencies" : {
96
96
"astro" : " ^3.2.0 || ^4.0.0"
Original file line number Diff line number Diff line change 96
96
"@clerk/types" : " workspace:*" ,
97
97
"cookie" : " 0.7.0" ,
98
98
"snakecase-keys" : " 5.4.4" ,
99
- "tslib" : " 2.4.1 "
99
+ "tslib" : " catalog:repo "
100
100
},
101
101
"devDependencies" : {
102
102
"@clerk/eslint-config-custom" : " workspace:*" ,
105
105
"@types/node" : " ^18.19.33" ,
106
106
"msw" : " 2.6.4" ,
107
107
"npm-run-all" : " ^4.1.5" ,
108
- "tsup" : " * " ,
109
- "typescript" : " * " ,
108
+ "tsup" : " catalog:repo " ,
109
+ "typescript" : " catalog:repo " ,
110
110
"vitest-environment-miniflare" : " 2.14.4"
111
111
},
112
112
"engines" : {
Original file line number Diff line number Diff line change 56
56
"@clerk/eslint-config-custom" : " workspace:*" ,
57
57
"@types/chrome" : " *" ,
58
58
"@types/node" : " ^18.19.33" ,
59
- "@types/react" : " 18.3.12 " ,
60
- "@types/react-dom" : " 18.3.1 " ,
59
+ "@types/react" : " catalog:react " ,
60
+ "@types/react-dom" : " catalog:react " ,
61
61
"@types/webextension-polyfill" : " ^0.10.7" ,
62
- "tsup" : " * " ,
62
+ "tsup" : " catalog:repo " ,
63
63
"type-fest" : " ^4.8.3" ,
64
- "typescript" : " * "
64
+ "typescript" : " catalog:repo "
65
65
},
66
66
"peerDependencies" : {
67
67
"react" : " >=18" ,
Original file line number Diff line number Diff line change 80
80
"@rspack/core" : " ^1.0.14" ,
81
81
"@rspack/plugin-react-refresh" : " ^1.0.0" ,
82
82
"@svgr/webpack" : " ^6.2.1" ,
83
- "@types/react" : " 18.3.12 " ,
84
- "@types/react-dom" : " 18.3.1 " ,
83
+ "@types/react" : " catalog:react " ,
84
+ "@types/react-dom" : " catalog:react " ,
85
85
"@types/webpack-dev-server" : " ^4.7.2" ,
86
86
"@types/webpack-env" : " ^1.16.4" ,
87
87
"react-refresh" : " ^0.14.0" ,
88
88
"react-refresh-typescript" : " ^2.0.5" ,
89
89
"terser-webpack-plugin" : " ^5.3.10" ,
90
90
"ts-loader" : " ^9.3.0" ,
91
- "typescript" : " * " ,
91
+ "typescript" : " catalog:repo " ,
92
92
"webpack-merge" : " ^5.9.0"
93
93
},
94
94
"peerDependencies" : {
Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"@clerk/eslint-config-custom" : " workspace:*" ,
33
33
"@types/node" : " ^20.14.8" ,
34
- "typescript" : " * "
34
+ "typescript" : " catalog:repo "
35
35
},
36
36
"engines" : {
37
37
"node" : " >=18.17.0"
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"@types/node" : " ^18.19.33" ,
26
- "@types/react" : " 18.3.12 " ,
27
- "@types/react-dom" : " 18.3.1 " ,
26
+ "@types/react" : " catalog:react " ,
27
+ "@types/react-dom" : " catalog:react " ,
28
28
"autoprefixer" : " ^10.4.20" ,
29
29
"eslint" : " ^8" ,
30
30
"eslint-config-next" : " 14.2" ,
Original file line number Diff line number Diff line change 85
85
"@clerk/eslint-config-custom" : " workspace:*" ,
86
86
"@statelyai/inspect" : " ^0.4.0" ,
87
87
"@types/node" : " ^18.19.33" ,
88
- "@types/react" : " 18.3.12 " ,
89
- "@types/react-dom" : " 18.3.1 " ,
88
+ "@types/react" : " catalog:react " ,
89
+ "@types/react-dom" : " catalog:react " ,
90
90
"concurrently" : " ^8.2.2" ,
91
91
"next" : " ^14.2.10" ,
92
- "tslib" : " 2.4.1 " ,
93
- "tsup" : " * " ,
92
+ "tslib" : " catalog:repo " ,
93
+ "tsup" : " catalog:repo " ,
94
94
"type-fest" : " ^4.9.0" ,
95
- "typescript" : " * "
95
+ "typescript" : " catalog:repo "
96
96
},
97
97
"peerDependencies" : {
98
98
"next" : " ^13.5.4 || ^14.0.3 || ^15" ,
Original file line number Diff line number Diff line change 25
25
"eslint-plugin-unused-imports" : " ^3.2.0"
26
26
},
27
27
"peerDependencies" : {
28
- "typescript" : " * "
28
+ "typescript" : " catalog:repo "
29
29
},
30
30
"publishConfig" : {
31
31
"access" : " public"
Original file line number Diff line number Diff line change 66
66
"@clerk/types" : " workspace:*" ,
67
67
"base-64" : " ^1.0.0" ,
68
68
"react-native-url-polyfill" : " 2.0.0" ,
69
- "tslib" : " 2.4.1 "
69
+ "tslib" : " catalog:repo "
70
70
},
71
71
"devDependencies" : {
72
72
"@clerk/eslint-config-custom" : " workspace:*" ,
73
73
"@clerk/expo-passkeys" : " workspace:*" ,
74
74
"@types/base-64" : " ^1.0.2" ,
75
75
"@types/node" : " ^20.11.24" ,
76
- "@types/react" : " 18.3.12 " ,
77
- "@types/react-dom" : " 18.3.1 " ,
76
+ "@types/react" : " catalog:react " ,
77
+ "@types/react-dom" : " catalog:react " ,
78
78
"expo-auth-session" : " ^5.4.0" ,
79
79
"expo-local-authentication" : " ^13.8.0" ,
80
80
"expo-secure-store" : " ^12.8.1" ,
81
81
"expo-web-browser" : " ^12.8.2" ,
82
82
"react-native" : " ^0.73.9" ,
83
- "typescript" : " * "
83
+ "typescript" : " catalog:repo "
84
84
},
85
85
"peerDependencies" : {
86
86
"@clerk/expo-passkeys" : " >=0.0.6" ,
Original file line number Diff line number Diff line change 58
58
"@clerk/backend" : " workspace:^" ,
59
59
"@clerk/shared" : " workspace:^" ,
60
60
"@clerk/types" : " workspace:^" ,
61
- "tslib" : " 2.4.1 "
61
+ "tslib" : " catalog:repo "
62
62
},
63
63
"devDependencies" : {
64
64
"@types/express" : " ^4.17.21" ,
65
65
"@types/node" : " ^18.19.33" ,
66
66
"@types/supertest" : " ^6.0.2" ,
67
67
"express" : " ^4.20.0" ,
68
68
"supertest" : " ^6.3.4" ,
69
- "tsup" : " * " ,
70
- "typescript" : " * "
69
+ "tsup" : " catalog:repo " ,
70
+ "typescript" : " catalog:repo "
71
71
},
72
72
"peerDependencies" : {
73
73
"express" : " ^4.17.0 || ^5.0.0"
Original file line number Diff line number Diff line change 50
50
"@clerk/eslint-config-custom" : " workspace:*" ,
51
51
"@types/node" : " ^20.14.8" ,
52
52
"fastify" : " ^5.0.0" ,
53
- "tsup" : " * " ,
54
- "typescript" : " * "
53
+ "tsup" : " catalog:repo " ,
54
+ "typescript" : " catalog:repo "
55
55
},
56
56
"peerDependencies" : {
57
57
"fastify" : " >=5"
Original file line number Diff line number Diff line change 104
104
},
105
105
"devDependencies" : {
106
106
"@clerk/eslint-config-custom" : " workspace:*" ,
107
- "tsup" : " * " ,
108
- "typescript" : " * "
107
+ "tsup" : " catalog:repo " ,
108
+ "typescript" : " catalog:repo "
109
109
},
110
110
"engines" : {
111
111
"node" : " >=18.17.0"
Original file line number Diff line number Diff line change 72
72
"crypto-js" : " 4.2.0" ,
73
73
"ezheaders" : " 0.1.0" ,
74
74
"server-only" : " 0.0.1" ,
75
- "tslib" : " 2.4.1 "
75
+ "tslib" : " catalog:repo "
76
76
},
77
77
"devDependencies" : {
78
78
"@clerk/eslint-config-custom" : " workspace:*" ,
79
79
"@types/crypto-js" : " 4.2.2" ,
80
80
"@types/node" : " ^18.19.33" ,
81
- "@types/react" : " 18.3.12" ,
82
- "@types/react-dom" : " 18.3.1" ,
83
81
"next" : " ^14.2.10" ,
84
- "typescript" : " * "
82
+ "typescript" : " catalog:repo "
85
83
},
86
84
"peerDependencies" : {
87
85
"next" : " ^13.5.4 || ^14.0.3 || ^15.0.0" ,
Original file line number Diff line number Diff line change 49
49
"publish:local" : " pnpm dlx yalc push --replace --sig"
50
50
},
51
51
"dependencies" : {
52
- "@clerk/backend" : " 1.17.0 " ,
53
- "@clerk/shared" : " 2.15.0 " ,
54
- "@clerk/types" : " 4.34.0 " ,
55
- "@clerk/vue" : " 0.0.5 " ,
52
+ "@clerk/backend" : " workspace:* " ,
53
+ "@clerk/shared" : " workspace:* " ,
54
+ "@clerk/types" : " workspace:* " ,
55
+ "@clerk/vue" : " workspace:* " ,
56
56
"@nuxt/kit" : " ^3.14.159" ,
57
57
"@nuxt/schema" : " ^3.14.159" ,
58
58
"h3" : " ^1.13.0"
59
59
},
60
60
"devDependencies" : {
61
61
"nuxt" : " ^3.14.159" ,
62
- "typescript" : " * "
62
+ "typescript" : " catalog:repo "
63
63
},
64
64
"engines" : {
65
65
"node" : " >=18.17.0"
Original file line number Diff line number Diff line change 78
78
"dependencies" : {
79
79
"@clerk/shared" : " workspace:*" ,
80
80
"@clerk/types" : " workspace:*" ,
81
- "tslib" : " 2.4.1 "
81
+ "tslib" : " catalog:repo "
82
82
},
83
83
"devDependencies" : {
84
84
"@clerk/eslint-config-custom" : " workspace:*" ,
85
85
"@clerk/localizations" : " workspace:*" ,
86
86
"@clerk/themes" : " workspace:*" ,
87
87
"@types/node" : " ^18.19.33" ,
88
- "@types/react" : " 18.3.12" ,
89
- "@types/react-dom" : " 18.3.1" ,
90
88
"@types/semver" : " ^7.5.8" ,
91
- "typescript" : " * "
89
+ "typescript" : " catalog:repo "
92
90
},
93
91
"peerDependencies" : {
94
92
"react" : " ^18 || ^19.0.0-0" ,
Original file line number Diff line number Diff line change 78
78
"@clerk/shared" : " workspace:*" ,
79
79
"@clerk/types" : " workspace:*" ,
80
80
"cookie" : " 0.7.0" ,
81
- "tslib" : " 2.4.1 "
81
+ "tslib" : " catalog:repo "
82
82
},
83
83
"devDependencies" : {
84
84
"@clerk/eslint-config-custom" : " workspace:*" ,
85
85
"@remix-run/react" : " ^2.0.0" ,
86
86
"@remix-run/server-runtime" : " ^2.0.0" ,
87
87
"@types/cookie" : " ^0.6.0" ,
88
88
"@types/node" : " ^18.19.33" ,
89
- "@types/react" : " 18.3.12 " ,
90
- "@types/react-dom" : " 18.3.1 " ,
91
- "typescript" : " * "
89
+ "@types/react" : " catalog:react " ,
90
+ "@types/react-dom" : " catalog:react " ,
91
+ "typescript" : " catalog:repo "
92
92
},
93
93
"peerDependencies" : {
94
94
"@remix-run/react" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 56
56
"@clerk/backend" : " workspace:*" ,
57
57
"@clerk/shared" : " workspace:*" ,
58
58
"@clerk/types" : " workspace:*" ,
59
- "tslib" : " 2.4.1 "
59
+ "tslib" : " catalog:repo "
60
60
},
61
61
"devDependencies" : {
62
62
"@clerk/eslint-config-custom" : " workspace:*" ,
63
63
"@types/express" : " ^4.17.21" ,
64
64
"@types/node" : " ^18.19.33" ,
65
65
"nock" : " ^13.0.7" ,
66
66
"npm-run-all" : " ^4.1.5" ,
67
- "tsup" : " * " ,
68
- "typescript" : " * "
67
+ "tsup" : " catalog:repo " ,
68
+ "typescript" : " catalog:repo "
69
69
},
70
70
"engines" : {
71
71
"node" : " >=18.17.0"
Original file line number Diff line number Diff line change 145
145
"@types/node" : " ^18.19.33" ,
146
146
"cross-fetch" : " ^4.0.0" ,
147
147
"esbuild" : " 0.20.2" ,
148
- "tsup" : " * " ,
149
- "typescript" : " * "
148
+ "tsup" : " catalog:repo " ,
149
+ "typescript" : " catalog:repo "
150
150
},
151
151
"peerDependencies" : {
152
152
"react" : " ^18 || ^19.0.0-0" ,
Original file line number Diff line number Diff line change 35
35
"postcss-value-parser" : " ^4.2.0" ,
36
36
"recast" : " ^0.23.7" ,
37
37
"tailwindcss" : " ^3.4.3" ,
38
- "tslib" : " 2.4.1 "
38
+ "tslib" : " catalog:repo "
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments