Skip to content

Commit 2e987d2

Browse files
committed
Upgrade & cleanup dependencies
1 parent 2b0846b commit 2e987d2

File tree

2 files changed

+179
-156
lines changed

2 files changed

+179
-156
lines changed

package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
]
5757
},
5858
"devDependencies": {
59-
"@babel/cli": "7.7.4",
60-
"@babel/core": "7.7.4",
61-
"@babel/node": "7.7.4",
59+
"@babel/cli": "7.7.7",
60+
"@babel/core": "7.7.7",
61+
"@babel/node": "7.7.7",
6262
"@babel/plugin-proposal-class-properties": "7.7.4",
6363
"@babel/plugin-proposal-decorators": "7.7.4",
6464
"@babel/plugin-proposal-do-expressions": "7.7.4",
@@ -70,32 +70,32 @@
7070
"@babel/plugin-proposal-logical-assignment-operators": "7.7.4",
7171
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
7272
"@babel/plugin-proposal-numeric-separator": "7.7.4",
73-
"@babel/plugin-proposal-optional-chaining": "7.7.4",
74-
"@babel/plugin-proposal-pipeline-operator": "7.7.4",
73+
"@babel/plugin-proposal-optional-chaining": "7.7.5",
74+
"@babel/plugin-proposal-pipeline-operator": "7.7.7",
7575
"@babel/plugin-proposal-throw-expressions": "7.7.4",
7676
"@babel/plugin-syntax-dynamic-import": "7.7.4",
7777
"@babel/plugin-syntax-import-meta": "7.7.4",
78-
"@babel/preset-env": "7.7.4",
78+
"@babel/preset-env": "7.7.7",
7979
"@babel/preset-flow": "7.7.4",
80-
"@ui5/cli": "^1.12.2",
80+
"@ui5/cli": "1.12.2",
8181
"babel-eslint": "10.0.3",
8282
"babelify": "10.0.0",
8383
"browserify": "16.5.0",
8484
"commander": "4.0.1",
8585
"connect-gzip-static": "2.1.1",
8686
"cross-env": "6.0.3",
8787
"del": "5.1.0",
88-
"dox": "^0.9.0",
89-
"eslint": "6.7.1",
88+
"dox": "0.9.0",
89+
"eslint": "6.7.2",
9090
"eslint-config-prettier": "6.7.0",
9191
"eslint-plugin-babel": "5.3.0",
9292
"eslint-plugin-flowtype": "4.5.2",
93-
"eslint-plugin-prettier": "3.1.1",
93+
"eslint-plugin-prettier": "3.1.2",
9494
"eslint-plugin-testcafe": "0.2.1",
9595
"express": "4.17.1",
9696
"flow": "0.2.3",
97-
"flow-bin": "0.112.0",
98-
"fs-es6-promise": "^0.0.3",
97+
"flow-bin": "0.114.0",
98+
"fs-es6-promise": "0.0.3",
9999
"glob": "7.1.6",
100100
"gulp": "4.0.2",
101101
"gulp-babel": "8.0.0",
@@ -113,7 +113,7 @@
113113
"gulp-order": "1.2.0",
114114
"gulp-plumber": "1.2.1",
115115
"gulp-pretty-data": "0.2.0",
116-
"gulp-rename": "1.4.0",
116+
"gulp-rename": "2.0.0",
117117
"gulp-sourcemaps": "2.6.5",
118118
"gulp-tap": "2.0.0",
119119
"gulp-touch-cmd": "0.0.1",
@@ -127,25 +127,24 @@
127127
"less": "3.10.3",
128128
"less-plugin-autoprefix": "2.0.0",
129129
"loader-utils": "1.2.3",
130-
"nodemailer": "6.3.1",
131-
"npm-run-all": "^4.1.5",
130+
"nodemailer": "6.4.2",
131+
"npm-run-all": "4.1.5",
132132
"ora": "4.0.3",
133133
"prettier": "1.19.1",
134-
"testcafe": "1.7.0",
134+
"testcafe": "1.7.1",
135135
"ui5-cache-buster": "0.2.2",
136136
"ui5-lib-util": "0.2.0",
137-
"ui5-lib-visualization": "0.3.7",
138137
"vinyl-buffer": "1.0.1",
139138
"vinyl-source-stream": "2.0.0",
140139
"yargs": "15.0.2"
141140
},
142141
"dependencies": {
143-
"@openui5/sap.m": "1.72.1",
144-
"@openui5/sap.ui.core": "1.72.1",
145-
"@openui5/themelib_sap_belize": "^1.73.2",
142+
"@openui5/sap.m": "1.73.2",
143+
"@openui5/sap.ui.core": "1.73.2",
144+
"@openui5/themelib_sap_belize": "1.73.2",
146145
"c3": "https://github.com/pulseshift/c3#master",
147-
"d3": "^5.14.2",
148-
"lodash.debounce": "^4.0.8",
149-
"lodash.isequal": "^4.5.0"
146+
"d3": "5.14.2",
147+
"lodash.debounce": "4.0.8",
148+
"lodash.isequal": "4.5.0"
150149
}
151150
}

0 commit comments

Comments
 (0)