File tree 5 files changed +188
-206
lines changed
5 files changed +188
-206
lines changed Original file line number Diff line number Diff line change 6
6
"publish" : " lerna publish"
7
7
},
8
8
"devDependencies" : {
9
- "@lerna-lite/cli" : " ^3.12.1 " ,
10
- "@lerna-lite/publish" : " ^3.12.2 " ,
11
- "conventional-changelog-conventionalcommits" : " ^8 .0.0 " ,
9
+ "@lerna-lite/cli" : " 3.9.0 " ,
10
+ "@lerna-lite/publish" : " 3.9.0 " ,
11
+ "conventional-changelog-conventionalcommits" : " 7 .0.2 " ,
12
12
"turbo" : " ^2.4.4"
13
13
},
14
14
"pnpm" : {
Original file line number Diff line number Diff line change 1
1
// Needed for projects with `moduleResolution: 'node'`
2
2
import config from './dist/types/config' ;
3
3
4
- export = config ;
4
+ export default config ;
Original file line number Diff line number Diff line change 1
1
// Needed for projects with `moduleResolution: 'node'`
2
2
import createMiddleware from './dist/types/middleware' ;
3
3
4
- export = createMiddleware ;
4
+ export default createMiddleware ;
Original file line number Diff line number Diff line change 1
1
// Needed for projects with `moduleResolution: 'node'`
2
2
import plugin from './dist/types/plugin' ;
3
3
4
- export = plugin ;
4
+ export default plugin ;
You can’t perform that action at this time.
0 commit comments