Skip to content

Commit

Permalink
Merge pull request #28 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
vgrebenschikov authored Oct 26, 2023
2 parents d5ef548 + a71bc5b commit f9e5203
Show file tree
Hide file tree
Showing 32 changed files with 8,143 additions and 22,679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm install
- name: Linting
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connect_ext_datalake/static/settings.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="utf-8"/><title>Settings</title><script defer="defer" src="vendors.0f4f3744651ffacaac98.js"></script><script defer="defer" src="settings.f49b9099d7f40c3af3dd.js"></script><link href="settings.c392c4ff80f2a08d4842.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html><head><meta charset="utf-8"/><title>Settings</title><script defer="defer" src="vendors.8a04d7d89f14ac1b62cf.js"></script><script defer="defer" src="settings.e89126cdcd64cb220b2d.js"></script><link href="settings.dfd4e22f56523784c413.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

Large diffs are not rendered by default.

15,189 changes: 2,693 additions & 12,496 deletions package-lock.json

Large diffs are not rendered by default.

63 changes: 33 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "extension-xv-datalake",
"version": "0.1.0",
"description": "This extension is responsoible for publishing Cloudblue Connect data to Xvantage Datalake.",
"description": "This extension is responsible for publishing Cloudblue Connect data to Xvantage Datalake.",
"main": "index.js",
"directories": {
"test": "ui/tests"
},
"engines": {
"node": "^20"
},
"scripts": {
"build": "webpack",
"watch": "webpack watch",
Expand All @@ -16,50 +19,50 @@
"author": "Ingram Micro - Rahul Mondal ",
"license": "Apache Software License 2.0",
"dependencies": {
"@cloudblueconnect/connect-ui-toolkit": "^26",
"@cloudblueconnect/material-svg": "^1.0.35",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-mono": "^5.0.4",
"@cloudblueconnect/connect-ui-toolkit": "^28",
"@cloudblueconnect/material-svg": "^1.0.37",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.15",
"color-convert": "^2.0.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"css-minimizer-webpack-plugin": "^5.0.1",
"fuse.js": "^6.6.2",
"normalize.css": "^8.0.1",
"ramda": "^0.29.0",
"vue": "^3.3.4"
"ramda": "^0.29.1",
"vue": "^3.3.6"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.18.0",
"@vue/vue3-jest": "^28.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^9.1.2",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.45.0",
"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.26.0",
"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.14.1",
"eslint-webpack-plugin": "^3.1.1",
"eslint-plugin-vue": "9.17.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "28.1.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"stylus": "^0.59.0",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"stylus": "^0.60.0",
"stylus-loader": "^7.1.3",
"svg-sprite-loader": "^6.0.11",
"vue-loader": "^16.8.3",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"vue-template-compiler": "^2.7.15",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit f9e5203

Please sign in to comment.