Skip to content

Commit

Permalink
Update to latest vue2
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjie-zhang committed Apr 19, 2024
1 parent 6bb5848 commit 0a84473
Show file tree
Hide file tree
Showing 3 changed files with 938 additions and 848 deletions.
4 changes: 2 additions & 2 deletions packages/portlet-helper-es5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Jacky <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7"
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4"
}
}
10 changes: 5 additions & 5 deletions packages/portlet-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"author": "Jacky <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^2.4.2",
"postcss": "^8.4.5",
"postcss": "^8.4.38",
"rollup": "^2.63.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-node-builtins": "^2.1.2",
Expand All @@ -23,7 +23,7 @@
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.0.0",
"vue": "2.6.11",
"vue-template-compiler": "2.6.11"
"vue": "2.7.16",
"vue-template-compiler": "^2.7.16"
}
}
Loading

0 comments on commit 0a84473

Please sign in to comment.