Skip to content

Commit 7732000

Browse files
author
Franck Freiburger
committed
bump(deps): minor
1 parent 55b8d72 commit 7732000

File tree

2 files changed

+290
-174
lines changed

2 files changed

+290
-174
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
}
6464
},
6565
"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",
6868
"@rollup/plugin-alias": "^5.1.0",
6969
"@rollup/plugin-replace": "^5.0.5",
7070
"@rollup/plugin-terser": "^0.4.4",
@@ -75,13 +75,13 @@
7575
"@types/spark-md5": "^3.0.2",
7676
"assert": "^2.0.0",
7777
"babel-loader": "^9.1.3",
78-
"babel-plugin-polyfill-corejs3": "^0.8.7",
78+
"babel-plugin-polyfill-corejs3": "^0.9.0",
7979
"bn.js": "5",
8080
"buffer": "^6.0.3",
8181
"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",
8585
"cross-env": "^7.0.3",
8686
"dts-bundle": "^0.7.3",
8787
"duplicate-package-checker-webpack-plugin": "^3.0.0",
@@ -93,7 +93,7 @@
9393
"process": "^0.11.10",
9494
"puppeteer": "^13.1.1",
9595
"rimraf": "5",
96-
"rollup": "^4.9.5",
96+
"rollup": "^4.9.6",
9797
"safe-buffer": "^5.2.1",
9898
"semver": "^7.3.5",
9999
"source-map-explorer": "2.5",
@@ -110,23 +110,23 @@
110110
"vm-browserify": "^1.1.2",
111111
"vue": "^3.4.15",
112112
"vue2": "npm:vue@^2.7.16",
113-
"webpack": "^5.89.0",
113+
"webpack": "^5.90.0",
114114
"webpack-bundle-analyzer": "^4.5.0",
115115
"webpack-cli": "^5.1.4"
116116
},
117117
"dependencies": {
118118
"@babel/code-frame": "^7.16.7",
119-
"@babel/core": "^7.16.12",
119+
"@babel/core": "^7.23.9",
120120
"@babel/generator": "^7.16.8",
121-
"@babel/parser": "^7.16.12",
121+
"@babel/parser": "^7.23.9",
122122
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
123123
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
124124
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
125125
"@babel/plugin-transform-arrow-functions": "^7.16.7",
126126
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
127127
"@babel/plugin-transform-typescript": "^7.23.6",
128128
"@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",
130130
"@vue/babel-preset-jsx": "^1.2.4",
131131
"@vue/compiler-dom": "^3.4.15",
132132
"@vue/compiler-sfc": "^3.4.15",

0 commit comments

Comments
 (0)