|
34 | 34 | }
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.12.17", |
| 37 | + "@babel/core": "^7.13.1", |
38 | 38 | "@babel/plugin-proposal-dynamic-import": "^7.12.17",
|
39 |
| - "@babel/plugin-transform-arrow-functions": "^7.12.13", |
40 |
| - "@babel/plugin-transform-modules-commonjs": "^7.12.13", |
41 |
| - "@babel/plugin-transform-runtime": "^7.12.17", |
42 |
| - "@babel/preset-env": "^7.12.17", |
| 39 | + "@babel/plugin-transform-arrow-functions": "^7.13.0", |
| 40 | + "@babel/plugin-transform-modules-commonjs": "^7.13.0", |
| 41 | + "@babel/plugin-transform-runtime": "^7.13.7", |
| 42 | + "@babel/preset-env": "^7.13.5", |
| 43 | + "@babel/code-frame": "^7.12.13", |
| 44 | + "@babel/parser": "^7.13.4", |
43 | 45 | "@types/babel__code-frame": "^7.0.2",
|
44 | 46 | "@types/babel__core": "^7.1.12",
|
45 | 47 | "@types/babel__traverse": "^7.11.0",
|
46 |
| - "@vue/compiler-sfc": "3.0.5", |
| 48 | + "@vue/compiler-sfc": "^3.0.6", |
47 | 49 | "assert": "^2.0.0",
|
48 | 50 | "babel-loader": "^8.2.2",
|
49 |
| - "bn.js": "^5.1.3", |
| 51 | + "bn.js": "5", |
50 | 52 | "buffer": "^6.0.3",
|
51 | 53 | "caniuse-api": "^3.0.0",
|
52 | 54 | "core-js": "^3.9.0",
|
|
64 | 66 | "ts-loader": "^8.0.17",
|
65 | 67 | "typedoc": "0.19.2",
|
66 | 68 | "typedoc-plugin-markdown": "3.1.1",
|
67 |
| - "typescript": "^4.1.5", |
| 69 | + "typescript": "^4.2.2", |
68 | 70 | "url": "^0.11.0",
|
69 | 71 | "util": "^0.12.3",
|
70 | 72 | "vm-browserify": "^1.1.2",
|
71 | 73 | "vue": "3.0.4",
|
72 |
| - "webpack": "^5.24.1", |
| 74 | + "@vue/compiler-dom": "^3.0.6", |
| 75 | + "@vue/shared": "^3.0.6", |
| 76 | + "webpack": "^5.24.2", |
73 | 77 | "webpack-bundle-analyzer": "^4",
|
74 | 78 | "webpack-cli": "^4.5.0"
|
75 | 79 | }
|
|
0 commit comments