File tree Expand file tree Collapse file tree 3 files changed +571
-572
lines changed Expand file tree Collapse file tree 3 files changed +571
-572
lines changed Original file line number Diff line number Diff line change 3
3
const ScriptSetup = require ( 'unplugin-vue2-script-setup/webpack' )
4
4
const Icons = require ( 'unplugin-icons/webpack' )
5
5
const IconsResolver = require ( 'unplugin-icons/resolver' )
6
- const Components = require ( 'unplugin-vue-components/webpack' ) . default
6
+ const Components = require ( 'unplugin-vue-components/webpack' )
7
7
8
8
/**
9
9
* @type {import('@vue/cli-service').ProjectOptions }
Original file line number Diff line number Diff line change 66
66
"has-pkg" : " ^0.0.1" ,
67
67
"magic-string" : " ^0.25.7" ,
68
68
"minimatch" : " ^3.0.4" ,
69
- "unplugin" : " ^0.2.3 "
69
+ "unplugin" : " ^0.2.4 "
70
70
},
71
71
"peerDependencies" : {
72
72
"vue" : " 2 || 3"
73
73
},
74
74
"devDependencies" : {
75
75
"@antfu/eslint-config" : " ^0.7.0" ,
76
- "@antfu/utils" : " ^0.2.4 " ,
76
+ "@antfu/utils" : " ^0.3.0 " ,
77
77
"@types/debug" : " ^4.1.7" ,
78
78
"@types/jest" : " ^27.0.1" ,
79
79
"@types/minimatch" : " ^3.0.5" ,
80
- "@types/node" : " ^16.6.1 " ,
81
- "@typescript-eslint/eslint-plugin" : " ^4.29.1 " ,
80
+ "@types/node" : " ^16.7.6 " ,
81
+ "@typescript-eslint/eslint-plugin" : " ^4.29.3 " ,
82
82
"compare-versions" : " ^3.6.0" ,
83
83
"eslint" : " ^7.32.0" ,
84
84
"esno" : " ^0.9.1" ,
85
- "jest" : " ^27.0.6 " ,
86
- "rollup" : " ^2.56.2 " ,
87
- "ts-jest" : " ^27.0.4 " ,
88
- "tsup" : " ^4.13.1 " ,
89
- "typescript" : " ^4.3.5 " ,
90
- "vite" : " ^2.4.4 "
85
+ "jest" : " ^27.1.0 " ,
86
+ "rollup" : " ^2.56.3 " ,
87
+ "ts-jest" : " ^27.0.5 " ,
88
+ "tsup" : " ^4.14.0 " ,
89
+ "typescript" : " ^4.4.2 " ,
90
+ "vite" : " ^2.5.1 "
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments