Skip to content

Commit 6831924

Browse files
authored
Merge pull request #30 from cloudblue/fix/LITE-28929-update-dependencies
LITE-28929: Update dependencies
2 parents a4dc562 + 099ec19 commit 6831924

File tree

9 files changed

+1020
-1250
lines changed

9 files changed

+1020
-1250
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup node
5555
uses: actions/setup-node@v3
5656
with:
57-
node-version: 16.17.1
57+
node-version: 20
5858
- name: Install dependencies
5959
run: npm install
6060
- name: Linting

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@
4242
* 0.4.5:
4343
* Simplification and adjustment of UI dialogs: create, update and reconfigure
4444
* Other minor UI changes
45-
* Dependencies are bumped
45+
* Dependencies are bumped
46+
* 0.4.6:
47+
* Updated frontend dependencies
48+
* Updated required node version to v20
49+
* Updated frontend test action node version to v20
50+
* Updated ui/config.yml's title

dbaas/static/42278e530abc73365252.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dbaas/static/f3340bd161a846151b27.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dbaas/static/42278e530abc73365252.js.LICENSE.txt renamed to dbaas/static/f3340bd161a846151b27.js.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Vue.js v2.7.14
3-
* (c) 2014-2022 Evan You
2+
* Vue.js v2.7.15
3+
* (c) 2014-2023 Evan You
44
* Released under the MIT License.
55
*/
66

dbaas/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<html><head><title>Lorem ipsum</title><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:400,500|Material+Icons" rel="stylesheet"><link id="mock-favicon" rel="shortcut icon" href="#"><script defer="defer" src="42278e530abc73365252.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
1+
<html><head><title>DBaaS</title><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:400,500|Material+Icons" rel="stylesheet"><link id="mock-favicon" rel="shortcut icon" href="#"><script defer="defer" src="f3340bd161a846151b27.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

package-lock.json

Lines changed: 972 additions & 1210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "@cloudblueconnect/eaas-database-extension",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "On-demand provisioning of cloud-based database storages as a service.",
55
"author": "Ingram Micro",
66
"license": "Apache Software License 2.0",
77
"main": "./ui/app/app.js",
8+
"engines": {
9+
"node": "^20"
10+
},
811
"scripts": {
912
"start": "node ./ui/infra/server.js",
1013
"build": "production=true webpack --progress --config webpack.config.js",
@@ -13,53 +16,53 @@
1316
"lint:fix": "npm run lint -- --fix"
1417
},
1518
"devDependencies": {
16-
"@babel/core": "^7.20.12",
17-
"@babel/eslint-parser": "^7.19.1",
18-
"@babel/parser": "^7.20.13",
19-
"@babel/preset-env": "^7.20.2",
20-
"@babel/traverse": "^7.20.13",
21-
"@cypress/webpack-preprocessor": "^5.16.1",
22-
"@vue/vue2-jest": "^29.2.2",
19+
"@babel/core": "^7.23.2",
20+
"@babel/eslint-parser": "^7.22.15",
21+
"@babel/parser": "^7.23.0",
22+
"@babel/preset-env": "^7.23.2",
23+
"@babel/traverse": "^7.23.2",
24+
"@cypress/webpack-preprocessor": "^6.0.0",
25+
"@vue/vue2-jest": "^29.2.6",
2326
"babel-core": "^7.0.0-bridge.0",
24-
"babel-jest": "^29.4.0",
25-
"babel-loader": "^8.3.0",
27+
"babel-jest": "^29.7.0",
28+
"babel-loader": "^9.1.3",
2629
"babel-plugin-dynamic-import-node": "^2.3.3",
2730
"circular-dependency-plugin": "^5.2.2",
2831
"copy-webpack-plugin": "^11.0.0",
29-
"core-js": "^3.27.2",
30-
"css-loader": "^6.7.3",
31-
"eslint": "8.32.0",
32+
"core-js": "^3.33.1",
33+
"css-loader": "^6.8.1",
34+
"eslint": "8.52.0",
3235
"eslint-config-airbnb-base": "15.0.0",
33-
"eslint-import-resolver-webpack": "0.13.2",
34-
"eslint-plugin-cypress": "^2.12.1",
35-
"eslint-plugin-import": "2.27.5",
36+
"eslint-import-resolver-webpack": "0.13.8",
37+
"eslint-plugin-cypress": "^2.15.1",
38+
"eslint-plugin-import": "2.29.0",
3639
"eslint-plugin-jest-formatting": "^3.1.0",
37-
"eslint-plugin-vue": "9.9.0",
38-
"eslint-plugin-vue-pug": "0.5.5",
39-
"eslint-webpack-plugin": "3.2.0",
40+
"eslint-plugin-vue": "9.18.0",
41+
"eslint-plugin-vue-pug": "0.6.0",
42+
"eslint-webpack-plugin": "4.0.1",
4043
"html-loader": "^4.2.0",
41-
"html-webpack-plugin": "^5.5.0",
42-
"jest": "^29.4.0",
43-
"jest-environment-jsdom": "29.4.0",
44+
"html-webpack-plugin": "^5.5.3",
45+
"jest": "^29.7.0",
46+
"jest-environment-jsdom": "29.7.0",
4447
"jest-transform-stub": "^2.0.0",
4548
"js-yaml": "^4.1.0",
46-
"mini-css-extract-plugin": "^2.7.2",
49+
"mini-css-extract-plugin": "^2.7.6",
4750
"node-polyfill-webpack-plugin": "^2.0.1",
48-
"postcss": "^8.4.21",
49-
"postcss-loader": "^7.0.2",
51+
"postcss": "^8.4.31",
52+
"postcss-loader": "^7.3.3",
5053
"pug": "^3.0.2",
5154
"pug-plain-loader": "^1.1.0",
52-
"stylus": "^0.59.0",
53-
"stylus-loader": "^7.1.0",
55+
"stylus": "^0.60.0",
56+
"stylus-loader": "^7.1.3",
5457
"svg-sprite-loader": "^6.0.11",
55-
"vue-loader": "^15.10.0",
56-
"webpack": "^5.75.0",
57-
"webpack-cli": "^5.0.1",
58-
"webpack-dev-server": "^4.11.1"
58+
"vue-loader": "^15.11.1",
59+
"webpack": "^5.89.0",
60+
"webpack-cli": "^5.1.4",
61+
"webpack-dev-server": "^4.15.1"
5962
},
6063
"dependencies": {
6164
"@cloudblueconnect/connect-ui-toolkit": "^26.1.0",
62-
"@cloudblueconnect/material-svg": "^1.0.32",
65+
"@cloudblueconnect/material-svg": "^1.0.37",
6366
"color-convert": "^2.0.1",
6467
"javascript-rql": "^1.0.7",
6568
"ramda": "^0.28.0",

ui/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
title: 'Lorem ipsum'
1+
title: 'DBaaS'
22
output: 'dbaas/static'
33
port: '3000'

0 commit comments

Comments
 (0)