File tree Expand file tree Collapse file tree 10 files changed +86
-83
lines changed Expand file tree Collapse file tree 10 files changed +86
-83
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"build" : " next build --turbopack" ,
7
7
"check-types" : " tsc --noEmit" ,
8
- "clean" : " rimraf .next" ,
8
+ "clean" : " rimraf .next node_modules " ,
9
9
"dev" : " next dev --turbopack" ,
10
10
"start" : " next start --turbopack"
11
11
},
Original file line number Diff line number Diff line change 9
9
"changeset:pre:enter" : " changeset pre enter canary" ,
10
10
"changeset:pre:exit" : " changeset pre exit" ,
11
11
"check-types" : " turbo run check-types" ,
12
- "clean" : " turbo run clean" ,
13
- "clean:script" : " rimraf \" **/.exports-analysis\" --glob" ,
14
- "codefast:update-exports" : " node packages/cli/dist/index.js update-exports" ,
12
+ "clean" : " turbo run clean && rimraf node_modules" ,
15
13
"deploy:preview" : " vercel deploy --archive=tgz" ,
16
14
"dev" : " turbo run dev" ,
17
15
"dev:docs" : " turbo run dev --filter=@app/docs..." ,
Original file line number Diff line number Diff line change 25
25
"scripts" : {
26
26
"build" : " rslib build" ,
27
27
"check-types" : " tsc --noEmit" ,
28
- "clean" : " rimraf dist" ,
28
+ "clean" : " rimraf dist node_modules " ,
29
29
"dev" : " cross-env NODE_ENV=development rslib build --watch"
30
30
},
31
31
"dependencies" : {
Original file line number Diff line number Diff line change 117
117
"scripts" : {
118
118
"build" : " rslib build" ,
119
119
"check-types" : " tsc --noEmit" ,
120
- "clean" : " rimraf dist" ,
120
+ "clean" : " rimraf dist node_modules " ,
121
121
"dev" : " cross-env NODE_ENV=development rslib build --watch" ,
122
122
"test" : " jest" ,
123
123
"test:coverage" : " jest --coverage" ,
140
140
"typescript" : " ^5.8.3"
141
141
},
142
142
"peerDependencies" : {
143
- "@types/react" : " ^19" ,
144
- "@types/react-dom" : " ^19" ,
145
- "react" : " ^19" ,
146
- "react-dom" : " ^19"
143
+ "@types/react" : " ^19.0 " ,
144
+ "@types/react-dom" : " ^19.0 " ,
145
+ "react" : " ^19.0 " ,
146
+ "react-dom" : " ^19.0 "
147
147
},
148
148
"peerDependenciesMeta" : {
149
149
"@types/react" : {
Original file line number Diff line number Diff line change 47
47
"scripts" : {
48
48
"build" : " rslib build" ,
49
49
"check-types" : " tsc --noEmit" ,
50
- "clean" : " rimraf dist" ,
50
+ "clean" : " rimraf dist node_modules " ,
51
51
"dev" : " cross-env NODE_ENV=development rslib build --watch" ,
52
52
"test" : " jest" ,
53
53
"test:coverage" : " jest --coverage" ,
80
80
"typescript" : " ^5.8.3"
81
81
},
82
82
"peerDependencies" : {
83
- "@types/react" : " ^19" ,
84
- "@types/react-dom" : " ^19" ,
85
- "react" : " ^19" ,
86
- "react-dom" : " ^19"
83
+ "@types/react" : " ^19.0 " ,
84
+ "@types/react-dom" : " ^19.0 " ,
85
+ "react" : " ^19.0 " ,
86
+ "react-dom" : " ^19.0 "
87
87
},
88
88
"peerDependenciesMeta" : {
89
89
"@types/react" : {
Original file line number Diff line number Diff line change 47
47
"scripts" : {
48
48
"build" : " rslib build" ,
49
49
"check-types" : " tsc --noEmit" ,
50
- "clean" : " rimraf dist" ,
50
+ "clean" : " rimraf dist node_modules " ,
51
51
"dev" : " cross-env NODE_ENV=development rslib build --watch" ,
52
52
"test" : " jest" ,
53
53
"test:coverage" : " jest --coverage" ,
80
80
"typescript" : " ^5.8.3"
81
81
},
82
82
"peerDependencies" : {
83
- "@types/react" : " ^19" ,
84
- "@types/react-dom" : " ^19" ,
85
- "react" : " ^19" ,
86
- "react-dom" : " ^19"
83
+ "@types/react" : " ^19.0 " ,
84
+ "@types/react-dom" : " ^19.0 " ,
85
+ "react" : " ^19.0 " ,
86
+ "react-dom" : " ^19.0 "
87
87
},
88
88
"peerDependenciesMeta" : {
89
89
"@types/react" : {
Original file line number Diff line number Diff line change 47
47
"scripts" : {
48
48
"build" : " rslib build" ,
49
49
"check-types" : " tsc --noEmit" ,
50
- "clean" : " rimraf dist" ,
50
+ "clean" : " rimraf dist node_modules " ,
51
51
"dev" : " cross-env NODE_ENV=development rslib build --watch" ,
52
52
"test" : " jest" ,
53
53
"test:coverage" : " jest --coverage" ,
77
77
"typescript" : " ^5.8.3"
78
78
},
79
79
"peerDependencies" : {
80
- "@types/react" : " ^19" ,
81
- "@types/react-dom" : " ^19" ,
82
- "react" : " ^19" ,
83
- "react-dom" : " ^19"
80
+ "@types/react" : " ^19.0 " ,
81
+ "@types/react-dom" : " ^19.0 " ,
82
+ "react" : " ^19.0 " ,
83
+ "react-dom" : " ^19.0 "
84
84
},
85
85
"peerDependenciesMeta" : {
86
86
"@types/react" : {
Original file line number Diff line number Diff line change 47
47
"scripts" : {
48
48
"build" : " rslib build" ,
49
49
"check-types" : " tsc --noEmit" ,
50
- "clean" : " rimraf dist" ,
50
+ "clean" : " rimraf dist node_modules " ,
51
51
"dev" : " cross-env NODE_ENV=development rslib build --watch" ,
52
52
"test" : " jest" ,
53
53
"test:coverage" : " jest --coverage" ,
76
76
"typescript" : " ^5.8.3"
77
77
},
78
78
"peerDependencies" : {
79
- "@types/react" : " ^19" ,
80
- "@types/react-dom" : " ^19" ,
81
- "react" : " ^19" ,
82
- "react-dom" : " ^19"
79
+ "@types/react" : " ^19.0 " ,
80
+ "@types/react-dom" : " ^19.0 " ,
81
+ "react" : " ^19.0 " ,
82
+ "react-dom" : " ^19.0 "
83
83
},
84
84
"peerDependenciesMeta" : {
85
85
"@types/react" : {
Original file line number Diff line number Diff line change 728
728
"scripts" : {
729
729
"build" : " rslib build" ,
730
730
"check-types" : " tsc --noEmit" ,
731
- "clean" : " rimraf dist" ,
731
+ "clean" : " rimraf dist node_modules " ,
732
732
"dev" : " cross-env NODE_ENV=development rslib build --watch"
733
733
},
734
734
"dependencies" : {
804
804
"typescript" : " ^5.8.3"
805
805
},
806
806
"peerDependencies" : {
807
- "@types/react" : " ^19" ,
808
- "@types/react-dom" : " ^19" ,
809
- "date-fns" : " ^4" ,
810
- "next-themes" : " ^0" ,
811
- "react" : " ^19" ,
812
- "react-dom" : " ^19" ,
813
- "react-hook-form" : " ^7" ,
814
- "recharts" : " ^2"
807
+ "@types/react" : " ^19.0 " ,
808
+ "@types/react-dom" : " ^19.0 " ,
809
+ "date-fns" : " ^4.0 " ,
810
+ "next-themes" : " ^0.0 " ,
811
+ "react" : " ^19.0 " ,
812
+ "react-dom" : " ^19.0 " ,
813
+ "react-hook-form" : " ^7.0 " ,
814
+ "recharts" : " ^2.0 "
815
815
},
816
816
"peerDependenciesMeta" : {
817
817
"@types/react" : {
You can’t perform that action at this time.
0 commit comments