Skip to content

Commit

Permalink
Merge pull request #30 from cloudblue/fix/LITE-28929-update-dependencies
Browse files Browse the repository at this point in the history
LITE-28929: Update dependencies
  • Loading branch information
maxipavlovic authored Oct 25, 2023
2 parents a4dc562 + 099ec19 commit 6831924
Show file tree
Hide file tree
Showing 9 changed files with 1,020 additions and 1,250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.17.1
node-version: 20
- name: Install dependencies
run: npm install
- name: Linting
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@
* 0.4.5:
* Simplification and adjustment of UI dialogs: create, update and reconfigure
* Other minor UI changes
* Dependencies are bumped
* Dependencies are bumped
* 0.4.6:
* Updated frontend dependencies
* Updated required node version to v20
* Updated frontend test action node version to v20
* Updated ui/config.yml's title
2 changes: 0 additions & 2 deletions dbaas/static/42278e530abc73365252.js

This file was deleted.

2 changes: 2 additions & 0 deletions dbaas/static/f3340bd161a846151b27.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Vue.js v2.7.15
* (c) 2014-2023 Evan You
* Released under the MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion dbaas/static/index.html
Original file line number Diff line number Diff line change
@@ -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>
<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>
2,182 changes: 972 additions & 1,210 deletions package-lock.json

Large diffs are not rendered by default.

67 changes: 35 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@cloudblueconnect/eaas-database-extension",
"version": "0.4.5",
"version": "0.4.6",
"description": "On-demand provisioning of cloud-based database storages as a service.",
"author": "Ingram Micro",
"license": "Apache Software License 2.0",
"main": "./ui/app/app.js",
"engines": {
"node": "^20"
},
"scripts": {
"start": "node ./ui/infra/server.js",
"build": "production=true webpack --progress --config webpack.config.js",
Expand All @@ -13,53 +16,53 @@
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/parser": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/traverse": "^7.20.13",
"@cypress/webpack-preprocessor": "^5.16.1",
"@vue/vue2-jest": "^29.2.2",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/parser": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@babel/traverse": "^7.23.2",
"@cypress/webpack-preprocessor": "^6.0.0",
"@vue/vue2-jest": "^29.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.4.0",
"babel-loader": "^8.3.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.27.2",
"css-loader": "^6.7.3",
"eslint": "8.32.0",
"core-js": "^3.33.1",
"css-loader": "^6.8.1",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.27.5",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-vue": "9.9.0",
"eslint-plugin-vue-pug": "0.5.5",
"eslint-webpack-plugin": "3.2.0",
"eslint-plugin-vue": "9.18.0",
"eslint-plugin-vue-pug": "0.6.0",
"eslint-webpack-plugin": "4.0.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.0",
"jest-environment-jsdom": "29.4.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "^2.0.0",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.7.2",
"mini-css-extract-plugin": "^2.7.6",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"stylus": "^0.60.0",
"stylus-loader": "^7.1.3",
"svg-sprite-loader": "^6.0.11",
"vue-loader": "^15.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"vue-loader": "^15.11.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^26.1.0",
"@cloudblueconnect/material-svg": "^1.0.32",
"@cloudblueconnect/material-svg": "^1.0.37",
"color-convert": "^2.0.1",
"javascript-rql": "^1.0.7",
"ramda": "^0.28.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: 'Lorem ipsum'
title: 'DBaaS'
output: 'dbaas/static'
port: '3000'

0 comments on commit 6831924

Please sign in to comment.