Skip to content

Commit a4cdaa7

Browse files
committed
Update dependencies
1 parent 362c920 commit a4cdaa7

File tree

4 files changed

+1503
-1415
lines changed

4 files changed

+1503
-1415
lines changed

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ if (GlobalVue) {
260260
GlobalVue.use(plugin);
261261
}
262262

263-
__vue_component__.install = install;exports['default']=__vue_component__;Object.defineProperty(exports,'__esModule',{value:true});return exports;}({}));
263+
__vue_component__.install = install;exports["default"]=__vue_component__;Object.defineProperty(exports,'__esModule',{value:true});return exports;})({});

dist/index.ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ if (GlobalVue) {
244244
GlobalVue.use(plugin);
245245
}
246246

247-
__vue_component__.install = install;exports['default']=__vue_component__;
247+
__vue_component__.install = install;exports["default"]=__vue_component__;

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
],
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@babel/preset-env": "7.15.6",
25+
"@babel/preset-env": "7.19.0",
2626
"@dangvanthanh/prettier-config": "^1.0.0",
27-
"@rollup/plugin-commonjs": "20.0.0",
28-
"@rollup/plugin-node-resolve": "13.0.4",
29-
"@rollup/plugin-replace": "3.0.0",
30-
"@testing-library/dom": "8.5.0",
27+
"@rollup/plugin-commonjs": "22.0.2",
28+
"@rollup/plugin-node-resolve": "14.0.1",
29+
"@rollup/plugin-replace": "4.0.0",
30+
"@testing-library/dom": "8.17.1",
3131
"@testing-library/jest-dom": "^5.12.0",
32-
"@testing-library/vue": "5.8.2",
32+
"@testing-library/vue": "6.6.1",
3333
"babel-core": "^6.26.3",
34-
"babel-jest": "27.2.0",
35-
"esbuild": "0.12.28",
36-
"jest": "27.2.0",
34+
"babel-jest": "29.0.3",
35+
"esbuild": "0.15.7",
36+
"jest": "29.0.3",
3737
"pascal-case": "^3.1.2",
3838
"rimraf": "^3.0.2",
39-
"rollup": "2.56.3",
39+
"rollup": "2.79.0",
4040
"rollup-plugin-esbuild": "^4.2.3",
4141
"rollup-plugin-filesize": "^9.1.1",
4242
"rollup-plugin-vue": "5.1.9",

0 commit comments

Comments
 (0)