File tree Expand file tree Collapse file tree 4 files changed +493
-426
lines changed Expand file tree Collapse file tree 4 files changed +493
-426
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "packageManager" :
" [email protected] .0 " ,
3
+ "packageManager" :
" [email protected] .3 " ,
4
4
"scripts" : {
5
5
"build" : " pnpm run -r build" ,
6
6
"test" : " vitest" ,
17
17
"devDependencies" : {
18
18
"@rollup/plugin-babel" : " ^6.0.3" ,
19
19
"@types/babel__core" : " ^7.20.1" ,
20
- "@types/node" : " ^20.5.7 " ,
21
- "@typescript-eslint/eslint-plugin" : " ^6.4.1 " ,
20
+ "@types/node" : " ^20.5.9 " ,
21
+ "@typescript-eslint/eslint-plugin" : " ^6.5.0 " ,
22
22
"@vitest/coverage-v8" : " ^0.34.3" ,
23
23
"bumpp" : " ^9.2.0" ,
24
24
"eslint" : " ^8.48.0" ,
25
25
"eslint-config-prettier" : " ^9.0.0" ,
26
26
"eslint-plugin-import" : " ^2.28.1" ,
27
27
"jsdom" : " ^22.1.0" ,
28
- "prettier" : " ^3.0.2 " ,
28
+ "prettier" : " ^3.0.3 " ,
29
29
"tsup" : " ^7.2.0" ,
30
30
"typescript" : " ^5.2.2" ,
31
31
"vite" : " ^4.4.9" ,
Original file line number Diff line number Diff line change 23
23
" dist"
24
24
],
25
25
"dependencies" : {
26
- "@babel/helper-module-imports" : " ^7.22.5 " ,
26
+ "@babel/helper-module-imports" : " ^7.22.15 " ,
27
27
"@babel/plugin-syntax-jsx" : " ^7.22.5" ,
28
- "@babel/template" : " ^7.22.5 " ,
29
- "@babel/traverse" : " ^7.22.11 " ,
30
- "@babel/types" : " ^7.22.11 " ,
28
+ "@babel/template" : " ^7.22.15 " ,
29
+ "@babel/traverse" : " ^7.22.15 " ,
30
+ "@babel/types" : " ^7.22.15 " ,
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.11 " ,
38
- "@babel/preset-env" : " ^7.22.10 " ,
37
+ "@babel/core" : " ^7.22.15 " ,
38
+ "@babel/preset-env" : " ^7.22.15 " ,
39
39
"@types/babel__template" : " ^7.4.1" ,
40
40
"@types/babel__traverse" : " ^7.20.1" ,
41
41
"@types/svg-tags" : " ^1.0.0" ,
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.11 " ,
11
+ "@babel/core" : " ^7.22.15 " ,
12
12
"@vue/babel-plugin-jsx" : " workspace:*" ,
13
13
"monaco-editor" : " ^0.41.0" ,
14
14
"vue" : " ^3.3.4"
15
15
},
16
16
"devDependencies" : {
17
- "vite-plugin-node-polyfills" : " ^0.11.3 "
17
+ "vite-plugin-node-polyfills" : " ^0.12.0 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments