File tree Expand file tree Collapse file tree 5 files changed +644
-701
lines changed Expand file tree Collapse file tree 5 files changed +644
-701
lines changed Original file line number Diff line number Diff line change 15
15
} ,
16
16
] ,
17
17
ignoreDeps : [
18
- 'typescript' ,
19
-
20
18
// Pure ESM
21
19
'camelcase' ,
22
20
] ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " vue-jsx-monorepo" ,
2
3
"private" : true ,
3
4
"packageManager" :
" [email protected] " ,
4
5
"scripts" : {
17
18
"devDependencies" : {
18
19
"@rollup/plugin-babel" : " ^6.0.3" ,
19
20
"@types/babel__core" : " ^7.20.2" ,
20
- "@types/node" : " ^20.6.5 " ,
21
- "@typescript-eslint/eslint-plugin" : " ^6.7.2 " ,
21
+ "@types/node" : " ^20.7.0 " ,
22
+ "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
22
23
"@vitest/coverage-v8" : " ^0.34.5" ,
23
24
"bumpp" : " ^9.2.0" ,
24
25
"eslint" : " ^8.50.0" ,
Original file line number Diff line number Diff line change 26
26
"@babel/helper-module-imports" : " ^7.22.15" ,
27
27
"@babel/plugin-syntax-jsx" : " ^7.22.5" ,
28
28
"@babel/template" : " ^7.22.15" ,
29
- "@babel/traverse" : " ^7.22.20 " ,
30
- "@babel/types" : " ^7.22.19 " ,
29
+ "@babel/traverse" : " ^7.23.0 " ,
30
+ "@babel/types" : " ^7.23.0 " ,
31
31
"@vue/babel-helper-vue-transform-on" : " workspace:^" ,
32
32
"camelcase" : " ^6.3.0" ,
33
33
"html-tags" : " ^3.3.1" ,
34
34
"svg-tags" : " ^1.0.0"
35
35
},
36
36
"devDependencies" : {
37
- "@babel/core" : " ^7.22.20 " ,
37
+ "@babel/core" : " ^7.23.0 " ,
38
38
"@babel/preset-env" : " ^7.22.20" ,
39
39
"@types/babel__template" : " ^7.4.2" ,
40
40
"@types/babel__traverse" : " ^7.20.2" ,
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@babel/core" : " ^7.22.20 " ,
11
+ "@babel/core" : " ^7.23.0 " ,
12
12
"@vue/babel-plugin-jsx" : " workspace:*" ,
13
13
"monaco-editor" : " ^0.43.0" ,
14
14
"vue" : " ^3.3.4"
You can’t perform that action at this time.
0 commit comments