Skip to content

Commit

Permalink
bump dependencies to match core openmct
Browse files Browse the repository at this point in the history
bump core version to release branch test deployment
  • Loading branch information
davetsay committed Oct 21, 2024
1 parent dc59c0a commit 66eda9a
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,49 @@
"version": "5.3.0-rc2",
"description": "Open MCT for MCWS",
"devDependencies": {
"@braintree/sanitize-url": "6.0.2",
"@vue/compiler-sfc": "3.3.8",
"babel-loader": "8.2.3",
"@braintree/sanitize-url": "6.0.4",
"@vue/compiler-sfc": "3.4.3",
"babel-loader": "8.2.0",
"babel-plugin-istanbul": "6.1.1",
"bower": "^1.7.7",
"comma-separated-values": "3.6.4",
"copy-webpack-plugin": "11.0.0",
"css-loader": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
"eventemitter3": "5.0.1",
"file-saver": "2.0.5",
"git-rev-sync": "3.0.2",
"html2canvas": "1.4.1",
"imports-loader": "0.8.0",
"jasmine-core": "4.1.1",
"jasmine-core": "5.1.1",
"jshint": "^2.7.0",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "4.0.1",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "5.0.0",
"karma-jasmine": "5.1.0",
"karma-sourcemap-loader": "0.4.0",
"karma-webpack": "5.0.1",
"lodash": "4.17.21",
"marked": "^4.0.10",
"mini-css-extract-plugin": "2.6.0",
"moment": "2.29.4",
"marked": "12.0.0",
"mini-css-extract-plugin": "2.7.6",
"moment": "2.30.1",
"node-bourbon": "^4.2.3",
"openmct": "nasa/openmct#omm-r5.3.0-rc1",
"printj": "^1.2.1",
"openmct": "nasa/openmct#v5.3.0-release-candidate-3",
"printj": "1.3.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "5.0.0",
"sass": "1.52.2",
"sass-loader": "12.6.0",
"sass": "1.71.1",
"sass-loader": "14.1.1",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.1",
"vue": "3.3.8",
"style-loader": "3.3.3",
"vue": "3.4.24",
"vue-loader": "16.8.3",
"webpack": "5.90.3",
"webpack-cli": "5.1.1",
"webpack-dev-server": "5.0.2",
"webpack-merge": "5.10.0",
"zepto": "^1.2.0"
"webpack-merge": "5.10.0"
},
"scripts": {
"clean": "npm cache clean --force;rm -rf ./dist ./node_modules ./target ./package-lock.json",
Expand Down

0 comments on commit 66eda9a

Please sign in to comment.