|
63 | 63 | } |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@babel/plugin-transform-runtime": "^7.16.10", |
67 | | - "@babel/preset-env": "7.23", |
| 66 | + "@babel/plugin-transform-runtime": "^7.23.9", |
| 67 | + "@babel/preset-env": "^7.23.9", |
68 | 68 | "@rollup/plugin-alias": "^5.1.0", |
69 | 69 | "@rollup/plugin-replace": "^5.0.5", |
70 | 70 | "@rollup/plugin-terser": "^0.4.4", |
|
75 | 75 | "@types/spark-md5": "^3.0.2", |
76 | 76 | "assert": "^2.0.0", |
77 | 77 | "babel-loader": "^9.1.3", |
78 | | - "babel-plugin-polyfill-corejs3": "^0.8.7", |
| 78 | + "babel-plugin-polyfill-corejs3": "^0.9.0", |
79 | 79 | "bn.js": "5", |
80 | 80 | "buffer": "^6.0.3", |
81 | 81 | "caniuse-api": "^3.0.0", |
82 | | - "compression-webpack-plugin": "^10.0.0", |
83 | | - "core-js": "^3.35.0", |
84 | | - "core-js-pure": "^3.35.0", |
| 82 | + "compression-webpack-plugin": "^11.0.0", |
| 83 | + "core-js": "^3.35.1", |
| 84 | + "core-js-pure": "^3.35.1", |
85 | 85 | "cross-env": "^7.0.3", |
86 | 86 | "dts-bundle": "^0.7.3", |
87 | 87 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
|
93 | 93 | "process": "^0.11.10", |
94 | 94 | "puppeteer": "^13.1.1", |
95 | 95 | "rimraf": "5", |
96 | | - "rollup": "^4.9.5", |
| 96 | + "rollup": "^4.9.6", |
97 | 97 | "safe-buffer": "^5.2.1", |
98 | 98 | "semver": "^7.3.5", |
99 | 99 | "source-map-explorer": "2.5", |
|
110 | 110 | "vm-browserify": "^1.1.2", |
111 | 111 | "vue": "^3.4.15", |
112 | 112 | "vue2": "npm:vue@^2.7.16", |
113 | | - "webpack": "^5.89.0", |
| 113 | + "webpack": "^5.90.0", |
114 | 114 | "webpack-bundle-analyzer": "^4.5.0", |
115 | 115 | "webpack-cli": "^5.1.4" |
116 | 116 | }, |
117 | 117 | "dependencies": { |
118 | 118 | "@babel/code-frame": "^7.16.7", |
119 | | - "@babel/core": "^7.16.12", |
| 119 | + "@babel/core": "^7.23.9", |
120 | 120 | "@babel/generator": "^7.16.8", |
121 | | - "@babel/parser": "^7.16.12", |
| 121 | + "@babel/parser": "^7.23.9", |
122 | 122 | "@babel/plugin-proposal-dynamic-import": "^7.16.7", |
123 | 123 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", |
124 | 124 | "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
125 | 125 | "@babel/plugin-transform-arrow-functions": "^7.16.7", |
126 | 126 | "@babel/plugin-transform-modules-commonjs": "^7.16.8", |
127 | 127 | "@babel/plugin-transform-typescript": "^7.23.6", |
128 | 128 | "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", |
129 | | - "@vue/babel-plugin-jsx": "1.1", |
| 129 | + "@vue/babel-plugin-jsx": "^1.2.1", |
130 | 130 | "@vue/babel-preset-jsx": "^1.2.4", |
131 | 131 | "@vue/compiler-dom": "^3.4.15", |
132 | 132 | "@vue/compiler-sfc": "^3.4.15", |
|
0 commit comments