Skip to content

Commit

Permalink
Merge branch 'main' into update-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
RVANDO12 authored Feb 2, 2024
2 parents 8e0afa6 + 5c7b727 commit 48cb571
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions code/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"cy:report:html": "npm run cy:report:merge; npx marge test/cypress/outputs/reports/json/merged/final-report.json --overwrite=true --charts=true --reportDir=test/cypress/outputs/reports/html"
},
"dependencies": {
"@braintree/sanitize-url": "^5.0.2",
"@braintree/sanitize-url": "^7.0.0",
"downloadjs": "^1.4.7",
"eslint-plugin-html": "^3.1.1",
"html-to-image": "^1.6.2",
"iview": "^3.1.3",
"moment": "^2.22.2",
"sharp": "^0.26.3",
"moment": "^2.30.2",
"sharp": "^0.33.2",
"vue": "2.5.17",
"vue-cookies": "^1.7.4",
"vue-resource": "^1.5.1",
"vue-resource": "^1.5.3",
"vue-router": "^3.0.1",
"vue-virtual-scroller": "^0.12.2",
"vue2-filters": "^0.3.0",
Expand All @@ -47,20 +47,20 @@
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^7.1.2",
"babel-eslint": "^9.0.0",
"autoprefixer": "^10.4.17",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.0.0",
"chai": "^3.5.0",
"chalk": "^2.0.1",
"chromedriver": "^2.43.0",
"chromedriver": "^119.0.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^5.1.0",
"cross-env": "^5.2.0",
"cross-spawn": "^5.0.1",
"css-loader": "^2.1.1",
"cssnano": "^4.0.0",
"cypress": "^4.10.0",
"cypress": "^13.6.4",
"cypress-cucumber-preprocessor": "^1.16.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
Expand All @@ -72,16 +72,16 @@
"eslint-plugin-standard": "^4.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.18.2",
"favicons-webpack-plugin": "1.0.0",
"favicons-webpack-plugin": "6.0.1",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"growl": "^1.10.2",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "0.19.1",
"inject-loader": "^4.0.0",
"karma": "^4.0.0",
"karma": "^6.4.2",
"karma-coverage": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
Expand All @@ -93,26 +93,26 @@
"lodash": "^4.17.19",
"lolex": "^1.5.2",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^8.0.1",
"mocha": "10.2.0",
"mochawesome": "^6.1.1",
"mochawesome-merge": "^4.1.0",
"mochawesome-report-generator": "^5.1.0",
"nightwatch": "^1.0.2",
"nightwatch": "^1.5.1",
"opn": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"rimraf": "^2.6.0",
"selenium-server": "^3.14.0",
"semver": "^5.6.0",
"semver": "^5.7.2",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0",
"url-loader": "^0.5.8",
"vue-loader": "^15.0.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "2.5.17",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "3.4.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-dev-middleware": "^3.7.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
Expand Down

0 comments on commit 48cb571

Please sign in to comment.