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 33const ScriptSetup = require ( 'unplugin-vue2-script-setup/webpack' )
44const Icons = require ( 'unplugin-icons/webpack' )
55const IconsResolver = require ( 'unplugin-icons/resolver' )
6- const Components = require ( 'unplugin-vue-components/webpack' ) . default
6+ const Components = require ( 'unplugin-vue-components/webpack' )
77
88/**
99 * @type {import('@vue/cli-service').ProjectOptions }
Original file line number Diff line number Diff line change 6666 "has-pkg" : " ^0.0.1" ,
6767 "magic-string" : " ^0.25.7" ,
6868 "minimatch" : " ^3.0.4" ,
69- "unplugin" : " ^0.2.3 "
69+ "unplugin" : " ^0.2.4 "
7070 },
7171 "peerDependencies" : {
7272 "vue" : " 2 || 3"
7373 },
7474 "devDependencies" : {
7575 "@antfu/eslint-config" : " ^0.7.0" ,
76- "@antfu/utils" : " ^0.2.4 " ,
76+ "@antfu/utils" : " ^0.3.0 " ,
7777 "@types/debug" : " ^4.1.7" ,
7878 "@types/jest" : " ^27.0.1" ,
7979 "@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 " ,
8282 "compare-versions" : " ^3.6.0" ,
8383 "eslint" : " ^7.32.0" ,
8484 "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 "
9191 }
9292}
You can’t perform that action at this time.
0 commit comments