Merge pull request #9996 from dataease/pr@dev@chore_upgrade_version

chore: 升级版本号到1.18.20
This commit is contained in:
fit2cloud-chenyw 2024-05-31 11:50:00 +08:00 committed by GitHub
commit 6536046d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 11 additions and 10 deletions

View File

@ -57,6 +57,7 @@ public class PanelGroupController {
@ApiOperation("查询树")
@PostMapping("/tree")
@I18n
public List<PanelGroupDTO> tree(@RequestBody PanelGroupRequest request) {
return panelGroupService.tree(request);
}

View File

@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.18.19",
"version": "1.18.20",
"description": "dataease front",
"private": true,
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
"version": "1.18.19",
"version": "1.18.20",
"private": true,
"scripts": {
"serve": "npm run dev:h5",

View File

@ -22,12 +22,12 @@
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.6",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.6.0",

View File

@ -21,12 +21,12 @@
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.6",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.6.0",

View File

@ -11,9 +11,9 @@
"buildPlugin": "node build/build-async-plugins.js"
},
"dependencies": {
"@antv/g2plot": "^2.4.31",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.18.9",
"@antv/g2plot": "^2.4.31",
"@riophae/vue-treeselect": "0.4.0",
"lodash": "^4.17.21",
"vue": "2.6.10",
@ -24,12 +24,12 @@
"vuex": "3.1.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.6",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.6.0",

View File

@ -11,8 +11,6 @@
"buildPlugin": "node build/build-async-plugins.js"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.18.9",
"@antv/l7": "2.15.0",
"@antv/l7-component": "2.15.0",
"@antv/l7-core": "2.15.0",
@ -22,6 +20,8 @@
"@antv/l7-scene": "2.15.0",
"@antv/l7-source": "2.15.0",
"@antv/l7-utils": "2.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.18.9",
"@riophae/vue-treeselect": "0.4.0",
"highcharts": "^10.0.0",
"vue": "^2.5.2",
@ -31,12 +31,12 @@
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.6",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.6.0",

View File

@ -9,7 +9,7 @@
<packaging>pom</packaging>
<properties>
<dataease.version>1.18.19</dataease.version>
<dataease.version>1.18.20</dataease.version>
<poi.version>4.1.1</poi.version>
<xmlbeans.version>3.1.0</xmlbeans.version>
</properties>