Skip to content

Commit 36bcd84

Browse files
committed
⬆️ upgrade devDependencies
1 parent 46ce3f6 commit 36bcd84

File tree

2 files changed

+2996
-2463
lines changed

2 files changed

+2996
-2463
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "types/vue-loadable.d.ts",
77
"main": "dist/vue-loadable.js",
88
"unpkg": "dist/vue-loadable.umd.js",
9-
"module": "dist/vue-loadable.mjs",
9+
"module": "dist/vue-loadable.esm.js",
1010
"jsdelivr": "dist/vue-loadable.umd.js",
1111
"umd:main": "dist/vue-loadable.umd.js",
1212
"files": [
@@ -41,15 +41,15 @@
4141
},
4242
"homepage": "https://github.com/VitorLuizC/vue-loadable#readme",
4343
"devDependencies": {
44-
"ava": "^1.2.1",
45-
"bili": "^4.2.5",
46-
"poi": "^12.5.5",
47-
"rollup-plugin-typescript2": "^0.19.2",
48-
"ts-node": "^8.0.2",
49-
"typescript": "^3.3.1",
50-
"vue": "^2.6.2",
51-
"vue-template-compiler": "^2.6.2",
52-
"vuex": "^3.1.0"
44+
"ava": "^2.4.0",
45+
"bili": "^4.8.1",
46+
"poi": "^12.7.3",
47+
"rollup-plugin-typescript2": "^0.24.3",
48+
"ts-node": "^8.4.1",
49+
"typescript": "^3.6.4",
50+
"vue": "^2.6.10",
51+
"vue-template-compiler": "^2.6.10",
52+
"vuex": "^3.1.1"
5353
},
5454
"ava": {
5555
"require": [

0 commit comments

Comments
 (0)